Add graph visualization
FranklinChen opened this issue · comments
Franklin Chen commented
An option to create a graph visualization would be tremendously useful.
Edsko de Vries commented
Absolutely, agree completely! The code is already structured to make multiple visualization backends possible (currently ANSI, string, and HTML/JavaScript). PRs welcome :)
Edsko de Vries commented
So #11 does add graph visualization, but it generates an evaluation graph (which is linear, since the evaluation is deterministic). Leaving this issue open because it would still be very nice to have a visualization where the term itself is shown as a graph (rather than using named heap pointers).