Hello

I have a vector containing three macro calls. The third macro relies
on the first having been fully evaluated.
I want to define a macro to declare these three macros in order

Call my vector 'stuff' then the following code inside a macro works

(doall [(eval (get stuff 0)) (eval (get stuff 1)) (eval (get stuff
2))])

Is there any general solution eg (doall stuff) fails as it tells me a
variable declared by the first macro (and needed by the third) is
unbound.

Thank you.

-- 
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

Reply via email to