Skip to content

Instantly share code, notes, and snippets.

View kawalpreettkaur's full-sized avatar
💫

Kawalpreet Kaur kawalpreettkaur

💫
View GitHub Profile
@creedasaurus
creedasaurus / Setup.md
Created August 25, 2018 17:53
Setting up Standard ML Environment on Mac/Windows

Standard ML

This is a cool functional programming language. Here's my tips for gettings set up.

Download/Install SML

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.

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)