polyml

Standard ML compiler and interactive environment

brewmacoslinux
Try with needOr install directly
Source

About

Standard ML implementation

Commands

polypolyc

Examples

Start interactive Standard ML REPL$ poly
Compile a Standard ML source file$ polyc -o program program.sml
Load and execute an ML script in interactive mode$ poly < script.sml