Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Lazy ML

< >

Lazy ML is a programming language created in 1980.

#2808on PLDB 44Years Old

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)

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io