I’m looking for a Kotlin console or REPL (similar ...
# getting-started
d
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.
u
Another way is to use scratch file in intellij - https://www.jetbrains.com/help/idea/scratches.html
d
thanks all