Is there a standalone REPL for Kotlin like the Scala REPL? I’m only aware of the REPL shipped with IntelliJ IDEA. This is indeed a very nice (although not mature yet) tool, but it is coupled to the currently opened project (as far as I know). Sometimes it would be better to have a separate REPL that could be started outside of the IDE.
Is there a REPL that can be started without the IDE? Or can the existing REPL be used this way?