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

Lazy ML

< >

Lazy ML is a programming language created in 1980.

#2961on PLDB 44Years Old
Wikipedia

Lazy ML (LML) is a functional programming language developed in the early 1980s by Lennart Augustsson and Thomas Johnsson at Chalmers University of Technology, prior to Miranda and Haskell. LML is a strongly typed, statically scoped implementation of ML, with lazy evaluation. The key innovation of LML was to demonstrate how to compile a lazy functional language. Read more on Wikipedia...


Example from Wikipedia:
let rec fact 0 = 1 || fact n = n*fact(n-1)

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

Built with Scroll v144.0.0