VERSION 0.3.5 - Changelog
- Compiler.
- For each.
- Suport to Java Enums.
- Bug with statement not closed was solved.
- Bug with call of Java parameters in cascade was solved.
- Bug with exception vs erros was solved.
Subscribe to our official mailing list.
Simple and powerfull script to use with Java.
Easy create newly instances of class and invocation of methods.
Tuning using cache and compile.
For know how you can use CajuScript on Java please see Javadoc.
CajuScript implements Script Interfaces of the Java 6:
javax.script.ScriptEngine caju = new org.cajuscript.CajuScriptEngine();
String javaHello = "Java: Hello!";
caju.put("javaHello", javaHello);
String script = "$java.lang;";
script += "System.out.println(javaHello);";
script += "cajuHello = 'Caju: Hi!';";
caju.eval(script);
System.out.println(caju.get("cajuHello"));See about customizable syntax:
CajuScript is very faster
Samples
Contribute
You can contribute to the development of CajuScript by sending feedback and bug reports. Or click on the PayPal button below to donate money.
