I'm trying to use Scala as a script language, that will be called from java and after that I need to get some objects as a result of script execution.
I tried to find a good interpretor that can do what i need but unsuccesfull. Is the exists an implementation of JSR-223 for Scala? Or may be someone know how to solve my problem. Thanks.