Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

mythryl

< >

mythryl is a programming language created in 2006.

#1480on PLDB 18Years Old
Download source code:
git clone https://github.com/mythryl/mythryl
Homepage · Source Code

The Mythryl programming language


Example from the web:
fun qsort [] => []; qsort (x!xs) => qsort (filter {. #a < x; } xs) @ [x] @ qsort (filter {. #a >= x; } xs); end;

- Build the next great programming language · Add · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0