On Jun 16, 2:22 pm, Kevin Downey <redc...@gmail.com> wrote:
> you can use apply to avoid in-lining:
>
> user=> (binding [+ -] (apply + '(5 3)))
> 2
>
Indeed; this is what my macro ended up doing anyway, since it has to
work regardless of the arity of the functions to trace.
--
Michel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---