|
|
|
Ask HN: Is Java in Decline?
|
|
11 points
by neverminder
959 days ago
|
|
I've noticed that Java fell from 1st to 4th place on Tiobe Language Index which it dominated for like decades, effectively swapping places with Python. It's also a lot more difficult to find jobs with it recently. Is Java in decline? Was it caused by all that Oracle bullshit in recent years? |
|
Sure, JDK 21 adds support for some much-needed quality of life features: sequenced collections, records, switch pattern matching, code snippets. But all of these features have been supported for YEARS in other languages that I've enjoyed: C#, Kotlin, Python. Java doesn't have anything as slick as LINQ (C#) or list interpretations (Python) for succinct map-reducing objects; Stream API is what you're forced to use, and it's clunky by comparison.