Did anyone integrate a kotlin REPL into one of the...
# announcements
r
Did anyone integrate a kotlin REPL into one of their apps, for debugging state of an application?
c
I'm in the process of doing it. Although in our case it's more of a developer's command console, than a debugger. Basically we need it to quickly do stuff in a running production app until proper UI is finished. When finished I'm thinking about releasing it as an opensource lib.
r
I’m interested in some collaboration or testing your stuff. My use case is: We have an app which has a in-memory dataset which we query using kotlin directly. So data does not sit in any SQL or NoSQL datastore but its simply just in-memory datastructures, like a pretty large cache of data. Now we miss having some ad-hoc querying against this dataset.
c
Sure, if I manage to make it presentable, I'll announce it in #C2YH04E3S somewhere in February