Introduction to Haskell
- This tutorial is a good first introduction to basic Haskell expressions and syntax: https://www.tryhaskell.org
- A whimsical introduction to most of the aspects of Haskell is http://learnyouahaskell.com/chapters
- To practice with Haskell in your Browser, try https://repl.it/languages/haskell or https://tio.run/#haskell
- [Optional, Expert] If you want to install it on your computer,
you can get it (with batteries included) here https://www.haskell.org/platform/
(you will still need a way of editing Haskell files, though, I use Atom)
See the Haskell Chapter page for more information.
Haskell Resources
Monads