Skip to content

Instantly share code, notes, and snippets.

@TerrorJack
Last active August 29, 2015 14:23
Show Gist options
  • Save TerrorJack/f1c5e26dab474927c756 to your computer and use it in GitHub Desktop.
Save TerrorJack/f1c5e26dab474927c756 to your computer and use it in GitHub Desktop.
Haskell blogs worth reading

Haskell blogs worth reading

This is a (hopefully) short list of Haskell blogs I consider worth reading for intermediate Haskellers.

  • FPComplete School of Haskell
    • A collection of helpful tutorials, great for any Haskeller, novice or ninja.
  • The Comonad.Reader
    • Like the one above, maintained by various Haskellers, with many helpful posts.
  • Edward Z. Yang
    • Features a number of blog readings that are concise and accessible.
  • Stephen Diehl
    • What I Wish I Knew When Learning Haskell is a great place to start digging into advanced language constructs and libraries, but requires a lot of Googling.
  • Bartosz Milewski
    • The posts on category theory are accessible, with real code and nice drawings.
  • Oliver George Charles
    • The 24 days of xxx series are good tutorials.
  • Oleg Kiselyov
    • Go enjoy treasure hunting in Oleg's site! His various summer school lecture notes are way more helpful than the original papers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment