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.
- Versions: 110.99.7.1
- Website: https://www.smlnj.org
- Licenses: FSF-free
- Package source: gnu/packages/sml.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of smlnj as follows:
guix install smlnj
Or install a particular version:
guix install smlnj@110.99.7.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of smlnj about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/smlnj'><img src='https://packages.guix.gnu.org/packages/smlnj/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/smlnj)
Example Org:
[[https://packages.guix.gnu.org/packages/smlnj][https://packages.guix.gnu.org/packages/smlnj/badges/latest-version.svg]]