Useful Resources - ahri/lazymanc.net GitHub Wiki
- https://wiki.haskell.org/Pronunciation - how to pronounce common operators
- http://www.haskellforall.com/2014/04/scalable-program-architectures.html - a high-level rationale for a category-theory-styled architecture
- https://mmhaskell.com/ - a weekly blog, the early posts are a nice intro to Haskell and the writing style is clear
- https://haskellweekly.news/ - new blog posts etc. about Haskell varying from simple to extremely complex
- https://deque.blog/ - general programming quality blogs, with a focus on benefits of category theory, often using Haskell
- https://qfpl.io/ - excellent quality blog posts on Haskell and Reflex
- http://www.tweag.io/blog - practical industry posts on the cutting edge, lots of linear types
- http://www.parsonsmatt.org/ - varied, practical posts on everyday Haskell usage
- http://blog.sigfpe.com/ - can be summarised as a blog about category theory, using Haskell to illustrate points