jaspervdj / turnstyle

Turnstyle is a graphical esoteric programming language based on lambda calculus
https://jaspervdj.be/turnstyle/
GNU General Public License v2.0
76 stars 2 forks source link

Add variable view in playground #4

Open JanEricNitschke opened 1 week ago

JanEricNitschke commented 1 week ago

Understanding exactly what is happening in a turnstyle problem is pretty difficult when first starting out. For that it could help to be able to view the current state of the program/variables.

This probably only makes sense in conjunction with https://github.com/jaspervdj/turnstyle/issues/3, otherwise the defined variables and their values might change too fast?