jela-1.0.1 beta
Jela is the java programming language used as a top level script. Jela is used by Jbxml, which is used by Wtkx and others.
Jela applications may be packaged with precompiled binaries for distribution.
The javax script framework defines a class named Compiled Script. Jela compiles its scripts into its subclass of Compiled Script, into the body of an eval method having context, global and local parameters.
public Object eval(ScriptContext context, Bindings global, Bindings local)
throws ScriptExceptionDue to the features of the java programming language, the result is very friendly, flexible and powerful.
A first demo of Jela may be found in Joomz.
jela is a language, of sorts
Jela has been and will be implemented in a handful of independent code packages with a common feature set in its programming language expressions.
Jela expressions are method body expressions in the Java Programming Language.
The method name and signature are not a part of the Jela programming expression, but are out of band in a variety of package / implementation dependent ways.
blog
| jela.groups
| blog.syntelos |