Functional Area : Embed JudoScript Engine in Java

JudoScript language engine has an interface that allows itself to be embedded in other Java software; its LGPL licencing helps, too;) Alternatively, Java software can use the Bean-Scripting Framework (BSF), a standard API for scripting languages to interact with Java software. You can construct JudoScript program text on-the-fly and execute it, and pass objects between JudoScript and Java back and forth.