35 Kotlin
Category : languages-frameworks
Ring : Adopt

What is it ?
Kotlin is a general purpose, free, open-source programming language that can be used to develop a wide range of applications like server-side applications, web applications, among others. Kotlin offers features such as null safety, extension functions, and type inference to make code more concise and readable. Google announced official support for Kotlin on Android in 2017. Since then, it has gained popularity among Android developers as an alternative to Java and at the moment, Kotlin is the main language used in Android Development.
Resources
- [Home Page/Documentation] (https://kotlinlang.org)
- Source Code
- Course: Kotlin Apprentice