ki

Interactive shell for Kotlin language with REPL capabilities

brewmacoslinux
Try with needOr install directly
Source

About

Kotlin Language Interactive Shell

Commands

ki

Examples

Start the Kotlin interactive shell$ ki
Execute a single Kotlin expression$ ki -e "println(\"Hello, Kotlin\")"
Load and execute a Kotlin script file$ ki script.kts