Kotlin
Programming Language designed by JetBrains.
Last updated
Programming Language designed by JetBrains.
Last updated
JVM: Kotlin is fully interoperable with Java, which means Kotlin works great with all existing Java code and libraries. It also allows companies to make a gradual migration from Java to Kotlin because Java code can access Kotlin code, too. At the same time, developers can use Kotlin as the only language for their projects without Java at all.
Android: using Kotlin, you can create mobile applications for the most used operating system in the world.
JS: Kotlin is also compatible with JavaScript, which enables you to develop client-side web applications and run them in a browser.
Native: Kotlin code can be converted into a file that can be run on any OS such as Windows, Linux, iOS, and macOS.
Kotlin supports multiple programming paradigms, such as
imperative programming,
object-oriented programming,
generic programming,
functional programming, and more.