Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jliuhtonen/cc15-purescript-template


https://github.com/jliuhtonen/cc15-purescript-template

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Running

* Install purescript and pulp: `npm install -g purescript pulp`
* Install dependencies: `pulp dep install`
* Start bot: `pulp run`

# Links

* [PureScript by Example book](https://leanpub.com/purescript/read)
* [Learn PureScript in Y minutes](http://learnxinyminutes.com/docs/purescript/)
* [Pursuit ("PureScript Google")](http://pursuit.purescript.org/)
* [Differences from Haskell](https://github.com/purescript/purescript/wiki/Differences-from-Haskell)
* [24 days of PureScript (libs)](https://gist.github.com/paf31/8e9177b20ee920480fbc)

## Might come in handy
* [purescript-vector](https://github.com/jutaro/purescript-vector)
* [purescript-math](https://github.com/purescript/purescript-math)