Earlier quoted context omitted.
Python is generally less performant. Go has a smaller ecosystem. IMHO, YMMV etc.
You're right, but: * performance is not really an issue for most software ("97% of the time, premature optimization is evil"). A well designed software doesn't suffer from performance issues with current computer performance, unless you do AI or bleeding edge graphics or science simulation. * there are ways to speed up performance sensitive parts with something else than java, for example by using C/C++, would it be…
> well designed software
Ah, there's my problem. Maybe at some point I'll get a chance to work on one of those.