Template:Infobox programming language

MLton is a whole-program optimizing compiler for the programming language Standard ML.<ref name="mlworkshop">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> MLton development began in 1997,<ref name="mlworkshop"/> and continuesTemplate:Refn with a worldwide community of developers and users, who have helped to port MLton to several computing platforms. It is free and open-source software released under a Historical Permission Notice and Disclaimer. MLton was a participating organization in the 2013 Google Summer of Code.

MLton aims to produce fast executables, and to encourage rapid prototyping and modular programming by eliminating inefficiencies often associated with high-level features.<ref name="mlworkshop"/> It also aims to facilitate large-scale programming through the MLBasis system,Template:Refn simplifying modularity and management of namespaces. As a whole-program compiler, it is notable for lacking an read–eval–print loop interactive top-level, common among Standard ML environments.Template:Refn

MLton includes several libraries in addition to the Basis standard library including ML Language Processing Tools with an implementation of ANTLR, and MLRISC with code generators for reduced instruction set computers. It also implements features that aid in porting code from SML/NJ, one of the more popular SML implementations,Template:Citation needed including support for SML/NJ's compiling manager.

See alsoEdit

ReferencesEdit

Template:Reflist

External linksEdit

Template:ML programming

Template:Prog-lang-stub