Hacker News new | ask | show | jobs
by pnpnp 1001 days ago
> ZGC, GraalVM, and Project Loom which essentially makes Java a better Go.

GraalVM is still nowhere near as nice as Go when you need to compile quickly. Last time I checked, the compiler needed orders of magnitude more time and memory to make a binary. ZGC is pretty nice, though.