Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jliuhtonen/cc15-purescript-template
https://github.com/jliuhtonen/cc15-purescript-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jliuhtonen/cc15-purescript-template
- Owner: jliuhtonen
- Created: 2015-10-14T16:01:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T19:53:36.000Z (about 9 years ago)
- Last Synced: 2024-10-29T21:22:38.015Z (3 months ago)
- Language: PureScript
- Size: 148 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)