Skip to content

conradlo/purescript-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A fork of "PureScript by Example" source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PureScript 96.3%
  • JavaScript 2.6%
  • HTML 1.1%