Let's learn Purescript (useful only for me)
npm i -g purescript
npm i -g spagoI begin with version 0.13.8. Version seems to be important, as what's in the EggHead Functional Programming Concepts in PureScript does not always work (especially loggin stuff).
That's one of the reasons why I'll begin with PureScript by Example.
You can open this repository in a Codespace.
spago buildspago testspago replJ'ai installé:
- PureScript IDE
- vscode-purty (to make it work, install
purtyvia npm): to be called withAlt-Shift-Fin CodeSpace. - Dhall Language Support
- vscode-input-assist (languages code:
["[purescript]"])
- PureScript by Example the free online (and up-to-date) Book
- PureScript Discourse Forum
- The unofficial PureScript Cookbook provides answers via code to "How do I do X?"-type questions
- The PureScript documentation repository collects articles and examples on a wide variety of topics, written by PureScript developers and users.