kotlin

Statically typed programming language that compiles to JVM bytecode

brewmacoslinux
Try with needOr install directly
Source

About

Statically typed programming language for the JVM

Commands

kotlinckotlin

Examples

Compile a Kotlin source file to bytecode$ kotlinc hello.kt -include-runtime -d hello.jar
Run a compiled Kotlin JAR file$ java -jar hello.jar
Execute Kotlin code interactively in REPL$ kotlinc -script script.kts