News

Kotlin, a language fully interoperable with Java, is rising in the ranks. Each month, TIOBE Software ranks 100 programming languages by their popularity with the programming community. Jump to: ...
Meta has been at work to port their Android codebase from Java to Kotlin. In the process, they have learned a number of lessons of general interest and developed a few useful approaches, explains Meta ...
Kotlin continues to grow in popularity among Java developers, a new report from Snyk revealed. In its annual JVM ecosystem report it found that Kotlin is now the second most popular JVM language.
In addition, Kotlin is 100% interoperable with Java code. This means that companies can easily switch to Kotlin without having to rewrite all of the code associated with their Android apps.
Like Java, it can be used to write apps that run on desktops and servers as well. Plus, JetBrains has released tools for translating Kotlin code into code that can run on iOS or even in web browsers.
Google I/O: Kotlin, a popular new language for mobile platforms that's compatible with Java, is now officially supported on Android. Written by Steven Vaughan-Nichols, Senior Contributing Editor ...
Kotlin is one of the newer languages on the JVM. It is statically typed and aims to provide a blend of OO and FP programming styles. We present the main features that might appeal to Java developers.
Kotlin deduced everything else it needed based on the types and names of the arguments. A Kotlin class behaves just like a Java class, but without requiring that we write out the members explicitly.
The growth has put Kotlin in second place, albeit well behind Java, but now ahead of Clojure and Scala. Oracle JDK – Java Development Kit – is also losing share to OpenJDK alternatives.
Kotlin is a modern alternative to Java that supports functional programming in the JVM. Here's a first look at programming with Kotlin using some of the concepts and syntax you already know from Java.