ml-build
Standard ML of New Jersey interactive compiler
Install
- All systems
-
curl cmd.cat/ml-build.sh
- Debian
-
apt-get install smlnj
- Ubuntu
-
apt-get install smlnj
- Kali Linux
-
apt-get install smlnj
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install smlnj
- OS X
-
brew install smlnj
- Dockerfile
- dockerfile.run/ml-build
smlnj
Standard ML of New Jersey interactive compiler
SML/NJ is an implementation of the Standard ML programming language. Standard ML has many features, including type safety, polymorphism, algebraic data types with pattern matching, higher-order functions, and a sophisticated module system. It is especially well-suited for writing compilers and other language processors. This package includes the interactive compiler (sml), the compilation manager (CM), and some essential libraries. It is a "working" version, but believed to be stable. Install this package if you want to program in SML.