MLton is an open-source, whole-program, optimizing Standard ML compiler.
Main Features :
- Runs on a variety of platforms.
- Supports the full SML 97 language as given in The Definition of Standard ML (Revised).
- A complete implementation of the Basis Library.
- Generates standalone executables.
- Compiles large programs.
- Support for large amounts of memory (up to 4G on 32-bit systems; more on 64-bit systems).
- Support for large files, using 64-bit file positions.
- A simple and fast C ForeignFunctionInterface that supports calling from SML to C and from C to SML.
- The ML Basis system for programming in the very large, separate delivery of library sources, and more.
Comments