Good news everyone! ki (kotlin interactive shell) is out. This tool is really awesome: it has completions, syntax highlighting and even knows how to import 3rd party dependencies!
#kotlin #shell #terminal
#kotlin #shell #terminal
The JetBrains Blog
ki: The Next Interactive Shell for Kotlin | The Kotlin Blog
There are several options to run Kotlin interactively: kotlinc and Kotlin REPL (read-evaluate-print loop) in IntelliJ IDEA. Neither is ideal. kotlinc does not have autocomplete or syntax highlighting.