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

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

Description

@CoryDCode

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions