Hacker News new | ask | show | jobs
by thibaut_barrere 1 day ago
Yes, massive respect for that type of perseverance on long term, important changes.
1 comments

My favorite feature from Java is the same as my favorite feature from C++: pick something 10 years later or more, and it works nearly flawlessly.

Also, now on the Java side: I think they made a great job avoiding async/await and using virtual threads. Amazing results.

I also like all the work done around structured concurrency.