11 ms·
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.
by kubota 3y 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.
- somehnguy 3y agoNot 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.
- DarkNova6 3y agoWhich tech domain are you working in?
- htamas 3y agoI 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.
- Clamchop 3y agoThis 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.