On Feb 6, 8:18 am, Frantisek Sodomka <fsodo...@gmail.com> wrote:
> user=> (map (macrofn or) '(1 nil 3) '(nil 2 nil))
> (1 2 3)
>
> It is also closely related to apply_macro.clj: make macros behave like
> functions - work done by Stuart Sierra

Cool; that's a more general version of what I wrote in apply-macro.

-Stuart Sierra
--~--~---------~--~----~------------~-------~--~----~
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
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