Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.23 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.23 KB

This is a fork of the text and exercises for the PureScript book written by Phil Freeman

The original work's license is CreativeCommons BY-NC-SA.

Changes

  • migrate to purescript 0.12 and use psc-package
  • a seperated branch includes my own solution of the book exercise

Usage

  1. Prerequisites
  1. clone the repository

    # pwd: ~/
    $ git clone [email protected]:conradlo/purescript-book.git
  2. cd to one of the source code folders and install dependency

    # pwd: ~/purescript-book/exercise/chapter{x}
    $ psc-package install
  3. Verify you can open a repl or run test successfully.

    # open repl
    $ psc-package repl
    # or
    $ pulp --psc-package repl
    
    # run tests
    $ pulp --psc-package test

Links

https://github.com/paf31/purescript-book
https://leanpub.com/purescript