mythryl
mythryl is an actively used programming language created in 2006.
14Years Old | 146Users | ?Jobs |
- the mythryl website
- mythryl on github
- mythryl first appeared in 2006
- Have a question about mythryl not answered here? Email me and let me know how I can help.
Example code from the web:
fun qsort [] => []; qsort (x!xs) => qsort (filter {. #a < x; } xs) @ [x] @ qsort (filter {. #a >= x; } xs); end;
Last updated August 9th, 2020