is another java scripting language to consider. Like jython, it can extend java classes (and implement java interfaces), which is handly for creating a swing UI. But it is much faster than jython, and has a syntax that would perhaps be more familiar to a java developer.
see http://objectscript.sourceforge.net |