Category:AntLang: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2:
 
AntLang is a practical functional language.
 
Its documentation is on github: [https://github.com/ac1235/AntLang-Docs/ Documentation on github]
 
For example check this fibonacci implementation:
Line 11 ⟶ 9:
<lang AntLang>op:{elem[x; seq[+; -; *]]}
2 op[0] 2</lang>
 
Check out [the website](http://ac1235.github.io/), if you are interested.
Anonymous user