Summary
With this chapter, we've taken another important step forward in our exploration of Clojure's collections and how to use them to solve problems. Techniques involving collections will always be at the heart of your Clojure programming experience: they will inform how you organize your code, as well as how you choose and design your data structures.
In the next chapter, we will take a look at flexible ways to work with the collections in Clojure.