ML is a general-purpose functional programming language developed by Robin Milner and others in the late 1970s at the University of Edinburgh, whose syntax is inspired by ISWIM. Historically, ML stands for metalanguage: it was conceived to develop proof tactics in the LCF theorem prover (whose language, pplambda, a combination of the first-order predicate calculus and the simply typed polymorphic lambda-calculus, had ML as its metalanguage). It i...
more
Read article at Wikipedia
ML
Programming Language
Language Paradigms:
View entire collection »Introduced:
- 1973
Influenced:
- Caml
- Objective Caml
- Standard ML of New Jersey
- Haskell
- F#
- Cyclone programming language
- C++
- Miranda
- Nemerle
- Standard ML
Language Designers:
Facts from the Community
From the Proofs are Programs base
How it applied the concept:
- ML, short for ‘metalanguage’ was the first programming language to make use of the Hindley-Milner type inference algorithm.