SM's Haskell notes: **[[Haskell]] | [[Haskell map]] | Haskell minimap | [[Haskell games]]** A short list of important Haskell resources, since folks sometimes don't know about them. For a longer list, see [[Haskell map]]. Last updated 2025-06-06. **Learn** - https://haskell.org official home - https://haskell.foundation stewardship and fundraising - https://learnxinyminutes.com/haskell a fast intro in [11 languages](https://learnxinyminutes.com) - https://haskell-docs.netlify.app a newcomer's guide - https://typeclasses.com/beginner-crash-course - https://typeclasses.com/phrasebook - https://schoolofhaskell.com %% https://www.schoolofhaskell.com/user/school/starting-with-haskell %% %% https://www.schoolofhaskell.com/user/school/advanced-haskell %% - https://exercism.org/tracks/haskell exercises and mentoring - https://wiki.haskell.org community knowledge base - https://en.wikibooks.org/wiki/Haskell community book - https://extrema.is/articles/haskell-books more books - https://joyful.com/Haskell+map#videos videos - https://joyful.com/Haskell+map more learning resources **Discuss** - https://haskell.pl-a.net overview of discussions - https://discourse.haskell.org official forum - https://reddit.com/r/haskell/new older reddit forum - https://haskell.org/mailing-lists mail lists - https://matrix.to/#/#haskell-space:matrix.org Matrix chat rooms - https://haskell.org/irc IRC chat channels **Tools** - https://haskell.org/ghcup versatile Haskell installer - https://cabal.readthedocs.io original build tool for Haskell software - https://haskellstack.org alternative installer/build tool - https://github.com/ndmitchell/ghcid simple code awareness tool - https://github.com/haskell/haskell-language-server complex code awareness tool - https://hackage.haskell.org publishing hub for Haskell software - https://stackage.org stable curated subsets of Hackage - https://hoogle.haskell.org Haskell libraries/API search - https://haskell-status.org status of Haskell services