Hacker News new | ask | show | jobs
by casion 1341 days ago
You don't need to learn Java, only be aware of it. Nubank has 100(0?)s of devs that don't know Java at all and successfully use Clojure.

Even if your assumption is true, what's wrong with that? A language which offers more value over an existing base of knowledge is valuable and isn't uncommon.

1 comments

Past a very baby level you kinda need to know the JVM world a bit. Lots of keywords like "classpath", Maven, reflection etc..

You def don't need to know Java as a whole, but it was actually a little challenging and confusing to catch up on the relevant JVM bits.

Educational material either doesn't use it at all or assumes you know it