My understanding is that everything (all data-structures) is coll?
(obviously not strings)
lists and vectors are sequential? (and coll?)
sets are only coll?
maps are map? (and coll?)
> All seq? are sequential?
Yes and also coll?
> All sequential? are coll?
Well yeah but not only...all persistent data-structures are coll? which
means that map? is also coll?
basically coll? is the top-level one, right? It tests whether something
implements 'Collection' (all clojure data-structures do)
Jim
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to
clo...@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+u...@googlegroups.com
> For more options, visit this group at
>
http://groups.google.com/group/clojure?hl=en