Hi, all. I read the following description of `sequence` in the book <Clojure Programming>:
* Obtaining the length of a seq carries a cost. * The contents of sequences may be computed lazily and actually realized only when the value involved are accessed. So a sequence is something lazy, right? I take it that if we don't do something like `(count a-seq)`, contents of `a-seq` would not get realized. Then if `seq` is already "lazy", what does `lazy-seq` mean? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en