Re: clojure class hierarchy

2009-02-21 Thread Frantisek Sodomka
You can read: http://clojure.org/data_structures http://clojure.org/sequences and: http://en.wikibooks.org/wiki/Clojure_Programming Frantisek On 21 Ún, 22:24, linh wrote: > where can i find information about clojure's data-structure class > hierarchy? i would like to know how seq, map, list, v

Re: clojure class hierarchy

2009-02-21 Thread Mark Volkmann
On Sat, Feb 21, 2009 at 3:24 PM, linh wrote: > > where can i find information about clojure's data-structure class > hierarchy? i would like to know how seq, map, list, vector and set are > related. i'm new to clojure and i don't always understand the api doc. > a class hierarchy would make it ea

clojure class hierarchy

2009-02-21 Thread linh
where can i find information about clojure's data-structure class hierarchy? i would like to know how seq, map, list, vector and set are related. i'm new to clojure and i don't always understand the api doc. a class hierarchy would make it easier for me to understand what functions can be appied t