Docs
Learn
Examples
Download
Github
The Fox Programming Language
The 4 Principles
Secure by design
Clarity over cleverness
Only one obvious way
Progressive disclosure complexity
fn 
main
() {
    
print
(
"Hello world !"
)
}