We'll cover a comprehensive set of options to write and run Kotlin, from the easiest to the most professional.
Writing and running Kotlin
Kotlin online
Nothing to install, just open Kotlin (https://try.kotlinlang.org/). Kotlin online includes everything that you need to write and run simple Koltin programs, including JVM and JavaScript compilation options. You can even create and save your programs if you have an account:
On your console
For anything serious and destined to be in production code, the online option isn't optimal. Let's explore how to install...