Hi,
I have a web app (written in Java, deployed as war file in app server) and I’d like to telnet to it and run code snippets at a console, to adjust configuration at runtime. Is there an API that lets you create a Kotlin REPL and attach it to some Input/OutputStreams?
Rob