My project env doesn’t have access to bin/scala
. But I have classes like
scala.tools.nsc.interactive.REPL
On my classpath. Is there a way I can launch REPL as main class to give the right experience?
I want to know how we get from
$ scala
to
Starting scala REPL...
scala> val a = 10