plumatic / dommy

A tiny ClojureScript DOM manipulation and event library
759 stars 74 forks source link

template and node macros #18

Closed dubiousdavid closed 11 years ago

dubiousdavid commented 11 years ago

Implemented functionality for #17

aria42 commented 11 years ago

We're a little slammed at the moment, but we'll get this merged soon.

aria42 commented 11 years ago

I'm closing this since as per our conversation on another ticket, there's no reason not to always use the macro templating since it will fall-back to the runtime compile when a structure isn't macro-time templatable.