Thanks, Ben,
I think that while simplifying the example to create a small failing
test case I made some confusion about the root cause of the problems I
was having.
Cheers
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send e
Hi all,
I've stumbled upon some interesting behaviour regarding macros and
anonymous functions. I couldn't find doco anywhere on this so if you
have any pointers please let me know.
Considering the macro:
(defmacro splicer [a] `(list ~@ a))
What's the expected result of:
(macroexpand-1 '(splic