Moscow ML is an implementation of Standard ML (SML)
Moscow ML is a light-weight implementation of Standard ML (SML), a strict functional language widely used in teaching and research. Version 2.01 implements the full SML language, including SML Modules, and much of the SML Basis Library.
Moscow ML is a light-weight implementation of Standard ML (SML), a strict functional language widely used in teaching and research. Version 2.01 implements the full SML language, including SML Modules, and much of the SML Basis Library.
To install mosml, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mosml
To see what files were installed by mosml, run:
port contents mosml
To later upgrade mosml, run:
sudo port selfupdate && sudo port upgrade mosml
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.