You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: