Hacker News new | ask | show | jobs
by rallycarre 3571 days ago
Kotlin is amazing. It takes the best parts of Scala while keeping the simplicity of Java.

It may not be supported by Google but it was created by Jetbrains, the developer of Ideaide which is what Android Studio is based on, so it's support is top notch.

The best part of Kotlin is there is near zero cost to using it. You can learn it in a day and is fully interoperable with Java. :)

1 comments

That's kind of nonsense. Kotlin adds some syntax sugar to Java, but it's not related to Scala in any reasonable way.