Well, I even don't know how to expand the condition creation. Is anyone can help me providing example for this?
Calling my-macro like this would bind some values to a b and c (number of arguments is vary) so when in use (my-macro [ a b c] (println a) (println b)) I would get > "hello" > "world" > nil Under a I get "hello" and under b "world" (or whatever value, but set by user in macro) -- 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