The Kotlin Programming Language

Posted by tracyanne on Aug 20, 2011 7:12 AM EDT
Dr. Dobb's; By Andrey Breslav and Dmitry Jemerov
Mail this story
Print this story

Kotlin is a new JVM language under development by JetBrains. That's the company that makes IntelliJ IDEA, the well-regarded Java IDE. According to JetBrains, the main design goals behind this project are: to make Kotlin compile as fast as Java, make it safer than Java, i.e. statically check for common pitfalls such as null pointer dereference, make it more concise than Java by supporting local type-inference, first-class functions (closures), extension functions, mixins and first-class delegation, etc; and, keeping the useful level of expressiveness; and make it way simpler than the most mature competitor—Scala.

Full Story

  Nav
» Read more about: Story Type: News Story

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.