top | item 46131702

(no title)

pylotlight | 2 months ago

Why didn't you choose something more modern/sensible. go/kotlin/anything else on the planet?

discuss

order

gf000|2 months ago

Go is more verbose than Java though, in what way would it be more sensible?

Also, Java's ecosystem is unparalleled (top 3 in size, depending on domain it usually has the best packages (e.g. typical backend-related functionality)), has stellar performance, a huge developer base, best-in-class IDE support, even LLMs understand it exceptionally well (given how widely represented it is in the training corpus, plus has a decent type system) if that's your thing.

For a typical backend system, you really have to have a good reason to choose something else at this point.

zeroc8|2 months ago

Java is ok for typical backend stuff, but Go doesn't hide things the way Java does. With Go, you actually learn what's going on, while with Java, you just learn your way around the various frameworks. As a programmer, I don't want that That said, my current company uses Spring Boot. It does its job, but it wouldn't be my top choice.

codr7|2 months ago

Except for Kotlin, which is a much nicer language to deal with.

throwaway7783|2 months ago

While kotlin is somewhat nicer, it is not making a huge difference compared to java25. Like the sibling said, go is as verbose , the JVM is unparalleled still.

Why wouldn't I choose java

BobbyJo|2 months ago

Golang has a way smaller memory footprint on average.

I left a place using Java to run edge apps and the footprint was a major issue.

krzyk|2 months ago

Kotlin sensible? It plays catchup game with newest JDKs.