Paradigm | Multi-paradigm: functional, imperative |
---|---|
Family | ML: Standard ML |
First appeared | 1997; 28 years ago (1997) |
Stable release | 20241230 / December 30, 2024; 16 days ago (2024-12-30) |
Typing discipline | strong, static, inferred |
License | Historical Permission Notice and Disclaimer |
Filename extensions | .sml |
Website | mlton |
Influenced by | |
Standard ML |
MLton is a whole-program optimizing compiler for the programming language Standard ML. MLton development began in 1997, and continues 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. It also aims to facilitate large-scale programming through the MLBasis system, 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.
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, including support for SML/NJ's compiling manager.
See also
References
- ^ Stephen Weeks (September 16, 2006). "Whole-Program Compilation in MLton" (PDF). ML Workshop 2006, invited lecture. Archived from the original (PDF) on June 29, 2007. Retrieved 2007-12-02.
- "License". MLton.org. Retrieved 2021-11-30.
- https://github.com/MLton/mlton
- http://mlton.org/MLBasis
- http://mlton.org/Drawbacks
External links
ML programming | |||
---|---|---|---|
Software | |||
Community |
| ||
Book Category:Family:ML Category:Family:OCaml Category:Software:OCaml |
This programming-language-related article is a stub. You can help Misplaced Pages by expanding it. |