-Hi. I\'d like to embed Scala REPL with initialized environment into my app. I\'ve looked at IMain class and it seems I could do it via instance of it. The
IMain
There is a github project called scala-ssh-shell which may do what you want, or at least get you closer.