This is a cool functional programming language. Here's my tips for gettings set up.
Visit the official website for Standard ML and go to the current release.
- For Windows it's as simple as downloading and running the MSI they list
- For Apple computers, do yourself a huge favor now and go first install Brew
- Then you can simply run
brew install smlnj
and bam! you've got it.
- Then you can simply run
You can use SML in both mac/windows by simply running sml
in the command prompt or terminal (you may need to reopen the terminal after installing before it'll be in your PATH)