The Haskell Debugger for GHC 9.14
29 points by romes
29 points by romes
Extraordinary work! Haskell is one of my favorite languages whose adoption has been much slower than necessary because of the lack of standard expected tooling like this. I think having a proper debugger will make it much easier for new users to build an intuition for how programs behave (which is real weird in Haskell, because of the whole graph reduction approach).
absolutely brilliant work rodrigo! Can't wait to use it :)