Dave Baggett wrote: > Another approach you could take is to generate JavaScript code from Lisp > code. Google Web Toolkit does this using Java as the source language. > > It would be a bit of work, but you'd never really have to look at JavaScript > code again. :)
There actually exists a package called ParenScript that translates Lisp to JS, I just had bad luck with it when I tried it. But it is definitely a candidate for future use. What I would really like would be a syntax-aware editor that would let me edit JS in strings in Lisp functions (but I am not holding my breath <g>). Truth be told, so far I do not need to write very much JS to do qooxlisp, so it's no big deal (and not worth the trouble of Parenscript). cheers, ken -- http://www.stuckonalgebra.com "The best Algebra tutorial program I have seen... in a class by itself." Macworld ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
