Clojure Programming Cookbook
上QQ阅读APP看书,第一时间看更新

Chapter 2. Interacting with Collections

In this chapter, we will cover the following topics:

  • Clojure collections and their basic functions
  • Accessing and updating elements from collections
  • Filtering elements from collections
  • Transforming and sorting collections
  • Merging and splitting collections
  • How to become lazy