Measures Concepts
GitHub icon

mythryl

mythryl - Programming language

< >

mythryl is a programming language created in 2006.

Source code:
git clone https://github.com/mythryl/mythryl
#1877on PLDB 18Years Old

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;

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout