Hacker News new | ask | show | jobs
by ponkpanda 1226 days ago
Also - don’t discount all the new features JVM and Java have added or are adding: virtual threads, structured concurrency, FFI, class primitives, SIMD. JVM is highly compute performant given its GCd.

I’m not even a Java dev but I respect its place in the ecosystem and find evangelism quite irritating and normally, has some corporate backer(s).

2 comments

Yeah I think virtual threads will give the JVM a huge boost, I am certainly looking forward to it. Personally, I find the async/await model harder to reason about than the thread-per-request model.
> Also - don’t discount all the new features JVM and Java have added or are adding

It's true that over past 5-10 years they have put their foot on the accelerator and are adopting good features from other languages