Hi all. Is it possible to integrate kotlin repl wi...
# announcements
v
Hi all. Is it possible to integrate kotlin repl with some actuall app, for example the main method starts lunches bunch of stuff everything works, and before reaching the end of the main method we enter into REPL mode. This will be super handy when you want to investigate application state, or to control the behaviour by calling some methods that you predefined for that… no more time waisted for CLI or UI for simple things…. for example in a running app you could just in place write some functional style chain that returns you some statistics on your application state… etc