I have some cljs fn forms embedded in some clj code.  Macros read the
stuff, munge it a bit, season to taste and generate cljs code.

At least that's the idea.  Mixing clj and cljs is a requirement, so
splitting the cljs into a .cljs file is not an option.  I'm not sure how
best to make it work, tho, so I thought I'd better ask around before I
start implementing something dumb.  The least dumb idea I've come up with
so far is to have the macros generate the cljs code and write it to a temp
file being watched by lein cljsbuild auto.  Is there a better way?

Thanks, Gregg

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to