Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive and partial interpreter #3

Open
sebdumancic opened this issue Jan 19, 2024 · 0 comments
Open

Interactive and partial interpreter #3

sebdumancic opened this issue Jan 19, 2024 · 0 comments

Comments

@sebdumancic
Copy link
Member

New programs are often created by doing small modifications to previous programs.
Interpreter might be able to exploit it:

  • if only a subtree changes: it can take an old program, location where to sub a new tree, and then evaluate it
  • this would allow for caching of previous runs and only re-running the minimally necessary part of every program
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant