Design Decision: Scripting

Well, they way we sandbox the JS engine is by telling it to not allow access to any built in Java libraries. We then have to put the interfaces we want to expose in the engine scope. There was another topic which sort of side tracked on to this.

Have a look at JDK 8, lambda expressions and other features - #25 by DannyJo