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

mythryl

< >

mythryl is a programming language created in 2006.

#1468on PLDB 18Years Old
Download source code:
git clone https://github.com/mythryl/mythryl
HomepageSource 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 About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll