Right now closer.js does not support macros in any form -- instead macros like when, and, and or are implemented as special forms. We need to figure out a way to do this. All ideas, pointers, and code on how to do this are welcome.
Other Lisp->JS implementations conveniently listed here: look at implementations that support macros, have an interpreter, are written in JavaScript, and are variants of Clojure.
Right now closer.js does not support macros in any form -- instead macros like
when
,and
, andor
are implemented as special forms. We need to figure out a way to do this. All ideas, pointers, and code on how to do this are welcome.