Hacker News new | ask | show | jobs
by hiAndrewQuinn 725 days ago
Really now? Now that's interesting. I thought GraalVM might be a good option in that space https://www.graalvm.org/ last I checked, but something literally called Hermetic Java has my interest piqued.
1 comments

GraalVM creates native AOT compiled binaries. The goal of hermetic is to ship the normal JVM. This is where is started a year ago: https://cr.openjdk.org/~jiangli/hermetic_java.pdf

I’ve been mildly watching the mailing list and they’ve had small progress.