Konrad Hinsen <konrad.hin...@laposte.net> writes: > On Feb 18, 2009, at 9:39, Jan Rychter wrote: > >> Is anyone working on a Parenscript >> (http://common-lisp.net/project/parenscript/) for Clojure? > > There's Chouser's ClojureScript in clojure.contrib. I don't know if > it is similar to Parenscript, but it has similar goals: compile > Clojure (or at least a reasonable subset of it) into JavaScript.
I saw it, but I had the impression that it served a different goal. I'm not looking for Clojure interpreted in Javascript. I am looking for a Javascript generator in Clojure. I know they sound similar, but what I need is Javascript semantics with a lispy syntax and macros. I need to be able to generate strings of Javascript code. Parenscript is an excellent example of what I'm looking for. --J. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---