Skip to content

Instantly share code, notes, and snippets.

@lagondo
Last active August 29, 2015 14:15
Show Gist options
  • Save lagondo/995ed4e0538b1cef03c0 to your computer and use it in GitHub Desktop.
Save lagondo/995ed4e0538b1cef03c0 to your computer and use it in GitHub Desktop.
Purescript for the impatient

Assuming you have cabal:

$ cabal install Cabal cabal-install
$ cabal update
$ cabal install purescript
$ npm install -g pulp
$ mkdir handjobs
$ cd handjobs
$ pulp init
$ pulp run -w
...
Hello sailor!

Then edit src/Main.purs.

For searching stuff: http://pursuit.purescript.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment