mlton

Whole-program optimizing compiler for Standard ML

brewmacoslinux
Try with needOr install directly
Source

About

Whole-program, optimizing compiler for Standard ML

Commands

mlton

Examples

Compile a Standard ML source file to an executable$ mlton hello.sml
Compile with optimization flags and specify output name$ mlton -O2 -output myprogram program.sml
Display compiler version and available options$ mlton -help