Re: syntax-quote asymmetry

2009-06-01 Thread Rock
I'm sorry. A small correction regarding the last post: A simple question (especially for Rich): why not simply make `(x1 x2 x3 ... xn) expand to (clojure.core/apply clojure.core/list (clojure.core/seq (clojure.core/ concat |x1| |x2| |x

syntax-quote asymmetry

2009-06-01 Thread Rock
I've been working on the Wiki lately and I'm stuck on the part about syntax-quotes (that I had already written) which required some updating. There have been some changes (linked to fully lazy sequences I suppose) with the way syntax-quotes are expanded. It used to work like this: -