Basic starter kit for learning PureScript.
All exercises work with latest PureScript 0.12 compiler.
npm install
# run all exercises
npm start
# run specific exercise
npm start <exercise>
To add a new dependency, add its name to psc-package.json depends list
and run npm install.
This project is originally based on @justinwoo’s purescript-0.12.0-hello-world.