Showing posts with label embedding. Show all posts
Showing posts with label embedding. Show all posts

Monday, April 16, 2012

"eval” in Scala


Can Scala be used to script a Java application?



I need to load a piece of Scala code from Java, set up an execution scope for it (data exposed by the host application), evaluate it and retrieve a result object from it.