R6RS
> As for Clojure not having Lisp lists, its list implementation is... eccentric, but it DOES have lists.
Lazy persistent sequences is the basic abstraction.
Have you looked at R7RS, the latest spec, that goes back to the drawing board on a lot of the stuff R6RS did?
R6RS
> As for Clojure not having Lisp lists, its list implementation is... eccentric, but it DOES have lists.
Lazy persistent sequences is the basic abstraction.