11 Jul 26

We received 553 answers to the question “If you could change one thing about Haskell, what would it be?”. This is the breakdown.

Building a language is fucking hard, man.


28 Jun 26

Very nice way of transitioning from Lisp to Haskell. The Lisp library is also very cool.


12 Jun 26

Some nice patterns, both in the main body and the comments, for implementing lenses with a light sprinkling of category theory.

via: https://haskellforall.com/2026/06/ergonomic-overrides-for-nixpkgs


What I enjoy most about these (semantic) editor combinators is that their use is type-directed and so doesn’t require much imagination. When I have the type of a complex value, and I want to edit some piece buried inside, I just read off the path in the containing type, on the way to the buried value.

via: https://haskellforall.com/2026/06/ergonomic-overrides-for-nixpkgs