Re: A couple of questions concerning syntax-quote

2009-01-19 Thread Rock
On Jan 19, 4:57 pm, David Nolen wrote: > The multiple syntax-quote and unqote behavior above seems to work in Clojure > just fine and like CL as well. Thanks. That's what I'm hoping for. The technique Graham illustrates in ACL is very helpful. Its value is in the fact that it makes is simpler f

Re: A couple of questions concerning syntax-quote

2009-01-19 Thread David Nolen
The multiple syntax-quote and unqote behavior above seems to work in Clojure just fine and like CL as well. On Mon, Jan 19, 2009 at 5:58 AM, Rock wrote: > > I'm trying to make the documentation (still awaiting approval) in the > "Learning Clojure" WikiBook regarding syntax-quote expansion as > a

A couple of questions concerning syntax-quote

2009-01-19 Thread Rock
I'm trying to make the documentation (still awaiting approval) in the "Learning Clojure" WikiBook regarding syntax-quote expansion as accurate as possible (like in the CL HyperSpec). I've recently noticed something. In "The Reader" section of the Clojure Reference, where it explains syntax-quotes