Hello everyone,
I’d like to announce Haskelite, a step-by-step interpreter for a small subset of Haskell developed for educational purposes. Think Python tutor (https://pythontutor.com/) but for Haskell instead of Python/Java/C/C++.
Haskelite is implemented in Elm and runs on the directly on browser (no server, no sessions or cokies and no tracking):
https://pbv.github.io/haskelite/index.html
Haskelite is open-source software; please check out the Github page here:
https://github.com/pbv/haskelite
Comments and suggestions are welcome!
Pedro