Learning Clojure - Wiki

2009-05-30 Thread Rock
I'm editing the Reader Macros section. I hope I got this right: For Lists, syntax-quote establishes a template of the corresponding data structure. Within the template, unqualified forms behave as if recursively syntax-quoted. `(x1 x2 x3 ... xn) is interpreted to mean (clojure.core/seq (cloju

Re: Learning Clojure Wiki

2009-05-29 Thread Rock
Ok. I'll try to correct that. It was already there when I started working on that section. My main concern is the part where I describe the rules for the syntax-quote expansion. Does it seem correct to you? Thanks so much for helping :) Rock On May 29, 5:47 pm, Rich Hickey wrote: > On May 29,

Re: Learning Clojure Wiki

2009-05-29 Thread Rich Hickey
On May 29, 10:18 am, Rock wrote: > By the way, here's the link: > > http://en.wikibooks.org/w/index.php?title=Learning_Clojure&stable=0#R... > > On May 29, 4:14 pm, Rock wrote: > > > Hi, > > > I've just finished updating the "Reader Macros" section of the Wiki > > (especially the syntax-quote

Re: Learning Clojure Wiki

2009-05-29 Thread Rock
By the way, here's the link: http://en.wikibooks.org/w/index.php?title=Learning_Clojure&stable=0#Reader_Macros On May 29, 4:14 pm, Rock wrote: > Hi, > > I've just finished updating the "Reader Macros" section of the Wiki > (especially the syntax-quote part), and I would like to know if it's > r

Re: Learning Clojure Wiki

2009-05-29 Thread Rock
By the way, here's the link: http://en.wikibooks.org/wiki/Learning_Clojure#Reader_Macros On May 29, 4:14 pm, Rock wrote: > Hi, > > I've just finished updating the "Reader Macros" section of the Wiki > (especially the syntax-quote part), and I would like to know if it's > reasonably correct. It'

Learning Clojure Wiki

2009-05-29 Thread Rock
Hi, I've just finished updating the "Reader Macros" section of the Wiki (especially the syntax-quote part), and I would like to know if it's reasonably correct. It'd be great to have Rich's blessing. Thanks. Rock --~--~-~--~~~---~--~~ You received this message b