How to Install smlnj in Ubuntu 18.04



Install smlnj by entering the following commands in the terminal:

sudo apt update
sudo apt install smlnj

Description:

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.

Homepage: http://www.smlnj.org/

Version: 110.79-4

Section: universe/devel