--- authors: - "veksen#1565" created_at: 2019/12/15 title: Kotlin --- ## About One line language description: Kotlin is a general-purpose programming language that can run on a JVM or be transpiled to Javascript code. It can use functional, procedural, and OO paradigms, and can interleave them. Primarily developed by JetBrains. ## Links - [Official Website](https://www.kotlinlang.org/) - [Official Docs](https://kotlinlang.org/docs/reference/) - [Tutorials](https://kotlinlang.org/docs/tutorials/) - [Mooc (not free)](https://www.udemy.com/kotlin-course/) ## Recommended reading - Kotlin in Action by Dmitry Jemerov and Svetlana Isakova