I’m looking for a Kotlin console or REPL (similar to the Groovy console) i.e.
- a GUI that allows you to type multiple statements
- when the statements are executed, the result of the last expression (or an error) is shown
Does such a thing exist? I have the ultimate edition of IntelliJ if there’s a plugin that provides this functionality.