top | item 38293305

(no title)

kubota | 2 years ago

Kotlin had its time in the sun but it's a harder swallow now with Java's release cadence closing the gap every 6 months.

discuss

order

Clamchop|2 years ago

This take keeps coming up and I do not get it. Kotlin has ergonomics that Java cannot match without breaking changes that are anathema to the JCP, and Java has no answer at all for multiplatform.

I have lots of respect for Java but I still greatly prefer Kotlin.

somehnguy|2 years ago

Not sure I agree with that. We've been using Kotlin on all new projects for the last year or so and I strongly prefer it over Java at this point. It has many language conveniences that make the code more succinct. Suspend functions also make it extremely simple to parallelize certain things without any ceremony.

htamas|2 years ago

I agree. I've almost exclusively been working with Kotlin (and a little Go) for the past 5 years, writing backend code. Recently our team got the responsibility to take over an other project where the repos are written in Java. The difference is clear, it's like coding with one of my arms tied to my back.

DarkNova6|2 years ago

Which tech domain are you working in?