permalinkGetting Started with PureScript
Here are a few resources to get started with PureScript. What is relevant for you depends on your background and your goals.
- If you're new to functional programming, and want a structured approach, the books are a good place to start
- If you're familiar with the programming language Haskell, then you should try to create an application and overcome any obstacles you encounter along the way
- If you're new to programming overall, unfortunately, I don't know of any good resources to start out with PureScript and I would recommend learning another language first
permalinkLive Help
- PureScript Discord - A great place to ask questions and get help. Everybody there is really nice and helpful
permalinkWebsites
- Try PureScript - A live online editor for the language
- Pursuit - A search engine for PureScript types and libraries
permalinkArticles
- PureScript Documentation - The official PureScript documentation
- Jordan's Reference - Jordan Martinez's notes on lots of topics covering PureScript concepts
- Thomas's Blog - Thomas Honeyman's website with some great blog posts
- Mike's Articles - Mike Solomon's articles about PureScript
- J's Articles - J's articles about Functional Programming with some specifically about PureScript
permalinkOlder but nice
- Justin's Articles - Justin Woo's articles about PureScript
permalinkVideos
- @impurepic's YouTube channel - Different videos on functional programming, some specific to PureScript
permalinkOlder but nice
- PureScript Unscripted - A series of talks on PureScript (this one is a bit older, but has some real gems)
- Justin's egghead.io videos - Four instructional videos
permalinkBooks
- PureScript by Example written by the creator of PureScript, Phil Freeman
- Functional Programming made easier by Charles Scalfani