Hacker News new | ask | show | jobs
Kotlin 1.4 Released with a Focus on Quality and Performance (blog.jetbrains.com)
30 points by dayanruben 2136 days ago
1 comments

Kotlin is by far the most well designed language I've ever seen, can't wait for the 1.5 to bring destructuring in pattern matching!
Exactly, not just the language all the tooling (jvm tools) and IDE are also top notch. Really waiting for the new compiler frontend, which brings huge improvements to compile time.

Where did you get that info about patter matching?. By the way, java is really catching up on that.

https://github.com/openjdk/amber-docs/tree/master/eg-drafts

I agree. Kotlin is insanely comfy to program in. Lots of convenient features, good design, doesn't force annoying OOP boilerplate or FP constructs on me.
What other languages have you worked with? I enjoy Kotlin, but also think Swift (from my limited experience) and C# are wonderful.