Question: would it be possible to break the interpreter at some point in the code and drop into a repl with the context? This would allow debugging a running program. Maybe it wouldn't be a repl, but something else that would allow stepping and showing the next expression (for those who remember gdb)