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.

#1997on PLDB 10Years Old
Homepage · Docs

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 · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0