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

mLite

< >

mLite is a programming language created in 2014 by Nils M Holm.

#1982on PLDB 10Years Old
HomepageDocs

a lightweight (and slightly odd) inhabitant of the ML universe.


Example from the web:
;; create lists of numbers fun iota (a, b) where (a = b) = [a] | (a, b) = a :: iota (a + 1, b) | a = iota (1, a)

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

Built with Scroll v144.0.0