With a title like that, the article should explore many new languages out there and what they offer a programmer. Instead, this article just answers its question with one word: Kotlin. I get it; Kotlin is easier to write in than Java. But the article should list why it's better than Scala or Clojure, if we're restricting ourselves to JVM languages. (And why should we?) There's 48 languages more common than Kotlin, ac…
By restricting ourselves to the JVM, we can introduce Kotlin code gradually because it can run side-by-side with legacy Java code. Unlike the other JVM languages, Kotlin has been designed to work seamlessly with an IDE. It doesn't introduce as much extra symbol syntax as Scala so it's still readable. And it was designed to be statically-compiled from the ground up, unlike Clojure and Apache Groovy which both bolted o…
Specifically, one IDE: Intellij.
Outside that one case, support is just as good/bad as Scala.