[Haskell-cafe] What is your favourite Haskell "aha" moment?

Stefan Monnier monnier at iro.umontreal.ca
Wed Jul 11 15:02:00 UTC 2018


> For me there were two important "aha" moments. Right at the beginning I was
> drawn in by using ADTs and pattern-matching on them. It's so simple and
> plain and now it's the first thing I miss in any other language I have to
> work with. I feel like this would make a short, compelling example for
> programmers coming from any other background.

Indeed, the one thing I really miss when hacking on Elisp is the great
help I get from my Haskell/ML typecheckers when I modify one of my
datatypes, showing me exhaustively (or close enough) all the places
where changes are needed.


        Stefan



More information about the Haskell-Cafe mailing list