On Sun, Nov 8, 2009 at 8:32 AM, James Fleming <[email protected]> wrote: > I don't know how closely Clojure could interact with the Confluence > runtime, but I've had some minor success in using Rhino to drive Java > classes from within Javascript - I personally find Java itself too > frustrating for words, so it was a relief to find something lispy to work > with. The developers know where I stand, don't worry :)
Since we are in conflict-of-interest mode ;) I just have to point out that you can use ABCL to call Java, too. It has a more verbose syntax to do so than Clojure, but it is standard Common Lisp. It also contains an experimental, partial integration of Java classes into CLOS, which allows generic functions to dispatch on the Java class hierarchy, should the need arise. Just my .02€ Alessio _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
