Collections
Clojure is based on collections, but how are they used? What are the patterns for making the most of them? This section introduces you to the workhorses of the Clojure programming language, the immutable collections. We go over every built-in collection, how they are used, and when you should use them.
34 Lessons