run.x86-linux
Standard ML of New Jersey runtime system
Install
- All systems
-
curl cmd.cat/run.x86-linux.sh
- Debian
-
apt-get install smlnj-runtime
- Ubuntu
-
apt-get install smlnj-runtime
- Kali Linux
-
apt-get install smlnj-runtime
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install smlnj-runtime
- Dockerfile
- dockerfile.run/run.x86-linux
smlnj-runtime
Standard ML of New Jersey runtime system
SML/NJ is an implementation of the Standard ML programming language. This package includes the runtime system only -- it provides garbage collection and other support for compiled SML programs. Install this package if you want to run programs compiled with SML/NJ.