Category:AntLang: Difference between revisions

Blanked the page
No edit summary
(Blanked the page)
 
(12 intermediate revisions by the same user not shown)
Line 1:
{{language|AntLang}}
 
AntLang is a practical functional language.
 
For example check out this simple web-server:
<lang AntLang>serv: httprun[8080; {"HTTP/1.0 OK 200\r\n\r\nDirectory: " concat elem["PATH"; x]}]</lang>
 
Check out [http://ac1235.github.io/ the website], if you are interested.
Anonymous user