|
|
|
|
|
by augustnagro
2241 days ago
|
|
I'm thankful that Java hasn't become a mess like C++. The virtual machine and stdlib continue to see innovation, while the ease of implementing JVM languages like Scala and Kotlin mean that Java can let these new languages innovate, and pick the best features when they're proven (with improved performance normally too). You can see this with Lambdas, and now with Records and pattern matching |
|