We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.graalvm.org/latest/reference-manual/embed-languages/#compatibility-with-jsr-223-scriptengine
Since 23.1.0 this should work also easily on OpenJDK without running directly inside GraalVM
The text was updated successfully, but these errors were encountered:
[n] Espresso for Java => won't do because espresso does not support eval: (*Espresso does not support evaluation (.eval) of Java sources. [y] GraalJS already integrated as invesdwin-context-javascript [y] GraalPy [y] TruffleRuby [n] FastR though abandoned (similar to renjin) => Won't do since not packaged anymore [n] LLVM for C/C++-/Rust => Won't do because eval can only load code to then execute functions in it: https://www.graalvm.org/latest/reference-manual/llvm/Interoperability/ though the llvm bitcode generation from arbitrary source code could be automated, but is rather something to do at build-time instead at runtime. Will be investigated as part of invesdwin/invesdwin-scripting#13
Sorry, something went wrong.
Finished
No branches or pull requests
https://www.graalvm.org/latest/reference-manual/embed-languages/#compatibility-with-jsr-223-scriptengine
Since 23.1.0 this should work also easily on OpenJDK without running directly inside GraalVM
The text was updated successfully, but these errors were encountered: