top | item 25882908

(no title)

frevib | 5 years ago

Kotlin is slighty better Java. No more getters, setters, hashcode and toString. Kotlin is also much better Java for asynchronous programming, null-safety, and functional programming. It’s modern Java.

discuss

order

twistedpair|5 years ago

Same goes for Scala and Case Classes. Alas the type astronauts went crazy with Scala, scaring some folks off.

eweise|5 years ago

I agree. I wish the Scala community would inherit some of the simplifying culture of the Go community.

bcrosby95|5 years ago

The philosophy behind Kotlin and Java really couldn't be more different. Go is much closer to a modern Java than Kotlin.

Kotlin does have some nice additions. But it is very much a kitchen sink language. I wish I could take some of those nicer additions and leave the sink.

pjmlp|5 years ago

Without a VM to call its own, unless we start talking about ART or the failure of Kotlin/Native memory model.