Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PureScript Lunch-n-Learn Lesson 1

PureScript Lunch-n-Learn Lesson 1

Slides for the first lesson in my PureScript lunch-n-learn series.

Jim Fitzpatrick

June 23, 2016
Tweet

More Decks by Jim Fitzpatrick

Other Decks in Programming

Transcript

  1. PureScript Lunch & Learn While you’re waiting, install Node.js (v4

    or greater recommended) and verify: github.com/jimf/purescript-lunchnlearn $ node --version v5.11.1 $ npm --version 3.8.6
  2. $ psc --version 0.9.1 $ pulp --version Pulp version 9.0.1

    psc version 0.9.1 using <path> Verify Installation
  3. • Build / scaffolding tool • See pulp help for

    all commands • We’ll use: ◦ pulp init (scaffold new empty project) ◦ pulp psci (drop into the PureScript REPL) ◦ pulp run (compile and run a program) pulp