Do folks use the Kotlin REPL when developing? I'm trying to see if I can get it to kinda mirror what I would expect to do in Clojure and stuff, but IDEA doesn't appear to have any commands that let me send code to the REPL and such. Resources on the topic appear sparse, any insights I might be missing?
g
gildor
04/30/2019, 12:30 AM
There are also Scratch Files, which work as notepad, they also support interactive mode, but as I know there is no shortcut to move code there, but it's just project level file, you can switch easily between your code and scratch
t
Trevor
04/30/2019, 12:54 AM
Oh I think that might be what I'm looking for! Thanks!