stgi

Educational implementation of the STG (Spineless Tagless G-machine)

https://github.com/quchen/stgi#readme

Latest on Hackage:1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by David Luposchainsky <dluposchainsky (λ) gmail (dot) com>

STGi is a visual STG implementation to help understand Haskell's execution model.

It does this by guiding through the running of a program, showing stack and heap, and giving explanations of the applied transition rules.

Here is what an intermediate state looks like:

For further information, see README.md.