OK. Perfect. Thanks. I was worried there for a moment. Next time I'll
read the docs more carefully. My fault.
On Jan 13, 3:29 am, Rich Hickey wrote:
> On Jan 12, 6:49 pm, Rock wrote:
>
>
>
> > After a fair amount of macro writing in CL, I think I got the
> > backquote expansion mechanism prett
On Jan 12, 6:49 pm, Rock wrote:
> After a fair amount of macro writing in CL, I think I got the
> backquote expansion mechanism pretty much nailed down (after all, it
> is quite clear in the HyperSpec). Now, I thought I understood the
> Clojure algorithm just as well. It looked very similar (co
After a fair amount of macro writing in CL, I think I got the
backquote expansion mechanism pretty much nailed down (after all, it
is quite clear in the HyperSpec). Now, I thought I understood the
Clojure algorithm just as well. It looked very similar (concat instead
of append and so on). Apart fr