mosml

Moscow ML: a functional programming language compiler and interactive system

brewmacoslinux
Try with needOr install directly
Source

About

Moscow ML

Commands

mosmlmosmlyacmosmlc

Examples

Start the interactive Moscow ML interpreter$ mosml
Compile a Moscow ML source file to bytecode$ mosmlc -c program.sml
Run a compiled Moscow ML program$ mosmlc -o program program.sml && ./program