Re: Something's possibly wrong with backquote expansion.

2009-01-12 Thread Rock
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

Re: Something's possibly wrong with backquote expansion.

2009-01-12 Thread Rich Hickey
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

Something's possibly wrong with backquote expansion.

2009-01-12 Thread Rock
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