Hacker News new | ask | show | jobs
by cle 1575 days ago
Also good luck if you need to cross-compile. The Go toolchain for that is seamless, Graal’s is non-existent (because it is fundamentally incompatible with the way native image compilation works).
1 comments

If you are cross compiling while using Java, you really don't get Java.
If you are building and distributing executables using Graal native-image, you probably care about cross-compilation.
Which is an very good example of not understanding what Java is all about.
Can you please just say what you mean instead of posting vague, shallow dismissals?
WORA.