Category:AntLang: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 2: Line 2:


AntLang is a practical functional language.
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:
For example check this fibonacci implementation:
Line 11: Line 9:
<lang AntLang>op:{elem[x; seq[+; -; *]]}
<lang AntLang>op:{elem[x; seq[+; -; *]]}
2 op[0] 2</lang>
2 op[0] 2</lang>

Check out [the website](http://ac1235.github.io/), if you are interested.