Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Replace Turtle with a version that uses the JS interpreter #258

Open
CoryDCode opened this issue Oct 26, 2016 · 0 comments
Open

Replace Turtle with a version that uses the JS interpreter #258

CoryDCode opened this issue Oct 26, 2016 · 0 comments

Comments

@CoryDCode
Copy link
Contributor

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.

@CoryDCode CoryDCode added this to the Future milestone Nov 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants