You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Currently, the Turtle demo uses an "eval" call to verify the code works correctly. In the case of an infinite loop, that will never exit, and breaks things. Currently, we have a loop trap to fix that fact, but the interpreter would be a better solution, since there's no (good) reason we can't just let it run infinitely.