Standard ML of New Jersey (abbreviated SML/NJ) is a compiler for the Standard ML '97 programming language with associated libraries, tools, and documentation. SML/NJ is free, open source software.
Standard ML of New Jersey (abbreviated SML/NJ) is a compiler for the Standard ML '97 programming language with associated libraries, tools, and documentation. SML/NJ is free, open source software.
To install smlnj, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install smlnj
To see what files were installed by smlnj, run:
port contents smlnj
To later upgrade smlnj, run:
sudo port selfupdate && sudo port upgrade smlnj
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.