← Back to context

Comment by bombcar

2 years ago

Java is entirely performant if you treat it right, and many of the problems with GC in J8 are fixed in later versions.

You can push Java very far.

Of course you can also write horribly ugly code in it.

You can write horribly ugly code in most languages.

But the secret of JVM existing as an option is eventually learned by most who scale.