List of Tables

 

Chapter 1. Clojure philosophy

Table 1.1. Separation of concerns in Clojure

Chapter 4. On scalars

Table 4.1. Regex flags: these are the flags that can be used within Clojure regular expression patterns, their long name, and a description of what they do. See Java’s documentation for the java.util. regex.Pattern class for more details.

Chapter 5. Composite data types

Table 5.1. Vector lookup options: the three ways to look up an item in a vector and how each responds to different exceptional circumstances

Chapter 7. Functional programming

Table 7.1. Tail positions and recur targets

Chapter 10. Java.next

Table 10.1. Array type class names and dimensions

Chapter 11. Mutation

Table 11.1. Var states