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

chime should interpret code much faster #3

Open
jeremyschlatter opened this issue Jun 22, 2020 · 0 comments
Open

chime should interpret code much faster #3

jeremyschlatter opened this issue Jun 22, 2020 · 0 comments

Comments

@jeremyschlatter
Copy link
Owner

Chime interprets code really slowly right now.

I have two optimizations planned:

  1. Implement the entire standard library natively in Haskell.
  2. Represent numbers, lists, variable bindings, and other Bel structures with fast specialized data structures rather than slow naive trees of pairs.

1 and 2 are both partially implemented now, but I have plans to improve both.

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