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.
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.