JSR-223 Scala Script Engine

java, scala

Solution

Official support in scala starts in version 2.11 as seen in this closed ticket: https://issues.scala-lang.org/browse/SI-874

Problem

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.

Original source

Related problems