There are a lot of niche haskell blogs with some amazing posts. An random example I’ve gotten a lot out of is A Tiny Compiler For A Typed Higher Order Language. What are your favorites?
8 Likes
I like posts that do a different take on Haskell or Haskell concepts, e.g. Imperative Haskell by Vaibhav.
3 Likes
I have a few:
3 Likes
-
Programmatic translation to iteratees from pull-based code (2011) by Paul Chiusano.
Describes a method for transforming pull-based stream consumers into push-based ones.
-
Functor-Oriented Programming (2017) by Russell O’Connor.
1 Like
I liked Money in the type system where it belongs (2017) by Renzo Carbonara. Probably feels a bit too thorough if you already know the stuff, but I felt like I learnt a lot.
2 Likes
I think Edward Z Yang’s post on space leaks is essential, and his series on c2hs is very good too.
2 Likes
Karpov’s Template Haskell tutorial: thorough, clear on an part of Haskell which has less-than-stellar documentation.
2 Likes