/tryPureScript

Playing With PureScript

Primary LanguagePureScript

Reading Group for the PureScript by Example book

latest version of the book, community edition: https://book.purescript.org/index.html

build instructions

Built with purs version 0.13.6

Spago docs

Notable commands (spago <cmd> --help)

    spago repl  --path src/path/to/file
    spago build --watch --clear-screen
    spago run   --path src/path/to/file
    spago test  --main Test.Main
    spago bundle-app --to index.js --path src/entry/point