|
|
|
|
|
by rapsey
517 days ago
|
|
Java can be performant if you are mindful of performance when writing it. But that requires way more effort than simply writing the thing in Rust/Go. The ecosystem of Java is so huge. Most people who use Java barely have any idea what the rest of the software industry is doing. |
|
I think herein lies the problem. The Java enterprise software (usually spring) world and the everything else under the sun world are very separate. Java devs usually have minimal visibility of other ecosystems and their patterns, and are very reliant on extremely mature (and heavy) tooling that other languages don't tend to use. Other devs hate how bloated the Java ecosystem feels, and that they can't use any of their usual tools. Neither tends to understand that their approach isn't the only way.