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

JIT compiler #11

Open
p7g opened this issue Jul 25, 2020 · 0 comments
Open

JIT compiler #11

p7g opened this issue Jul 25, 2020 · 0 comments

Comments

@p7g
Copy link
Owner

p7g commented Jul 25, 2020

One of my goals with this language is to keep as much functionality out of the host language as possible. Currently, the standard library is almost entirely written in whatever this language is called, even including things like hashing functions.

This makes it more difficult to make it fast, but it should also mean it's a prime candidate for a JIT compiler.

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