6 New Programming Languages you should get to know

6. Kotlin

kotlin

Kotlin is a statically-typed programming language that runs on the Java virtual machine and also can be compiled to JavaScript source code or use the LLVM compiler infrastructure. Its primary development is from a team of JetBrains programmers based in Saint Petersburg, Russia. While the syntax is not compatible with Java, Kotlin is designed to interoperate with Java code and is reliant on Java code from the existing Java Class Library, such as the collections framework.  Kotlin uses aggressive type inference to determine the type of values and expressions for which type has been left unstated. This reduces language verbosity relative to Java, which demands often entirely redundant type specifications. It is now being widely used for android app development.

Reason To learn

You’re an Android developer and you want to move away from Java. As a more modern general-purpose language, you should eventually be able to do most things in Kotlin, more quickly and with fewer errors.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.