Setting up Haskell
- Instructions to set up your development environment for Windows, Linux and macOS.
Haskell resources
Online
-
University of Strathclyde course on Functional programming
-
University of Nottingham Introductory and Advanced courses on Functional Programming.
Other reading
-
Learn You A Haskell For Great Good!
Nicely illustrated, hands-on tutorial -
Haskell Programming from First Principles
Excellent and deep introduction to Haskell that gets superb reviews
-
The Haskell Cheatsheet
Longer than your average cheatsheet, but a nice summary of the core Haskell syntax -
Language standard
Not good for learning Haskell, but it is the definitive reference when it comes to tricky language questions