Installing ReasonML locally

Learn how to install ReasonML locally to solve Exercism's exercises on your own machine


You will need the Node Package Manager (npm) to install Reason. Follow the instructions here

Once you have npm, install Reason by:

npm install -g bs-platform

Reason has integration for a number of editors, see here

Some command line tools (including a REPL allowing you to evaluate Reason expressions in a shell) can be found here