Kotlin https://kotlinlang.org Learn Kotlin by Example command-line compiler Compile the application using the Kotlin compiler. $ kotlinc hello.kt -include-runtime -d hello.jar Run the application. $ kotlin hello.jar