Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 502 Bytes

File metadata and controls

18 lines (12 loc) · 502 Bytes

Purescript

  • Installed via npm install -g purescript

  • Also needed [pulp](https://github.com/purescript-contrib/pulp and bower: npm install -g pulp bower

  • For even the simplest things, need to make a directory and type pulp init which creates a project skeleton

  • Then may need to use bower install stuff, for example:

    bower install purescript-math --save

    Other possibilities: purescript-globals, purescript-lists.