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

Truffle implementation #244

Open
johnynek opened this issue May 13, 2019 · 1 comment
Open

Truffle implementation #244

johnynek opened this issue May 13, 2019 · 1 comment

Comments

@johnynek
Copy link
Owner

See https://github.com/oracle/graal/blob/master/truffle/README.md

This seems to be an interesting path to get a fast JVM implementation.

I’d want to do this after #54 since it would be nice to link statically compiled packages into a final executable.

I don’t know how well the polyglot stuff works with statically typed languages, I guess you can always call the compiler at runtime.

@johnynek
Copy link
Owner Author

This is an interesting tour of the API:
https://lafo.ssw.uni-linz.ac.at/pub/papers/2016_PLDI_Truffle.pdf

It looks like it makes pretty heavy use (as of that writing) or annotation processing. So, it could present some build challenges to continue to have sbt + bazel support.

Maybe it would be a bazel only build at that point. Bazel can handle java annotation processors it seems.

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