What’s in This Book

Chapter 1, Getting Started demonstrates Clojure’s elegance as a general-purpose language, plus the functional style and concurrency model that make Clojure unique. It also walks you through installing Clojure and developing code interactively at the REPL.

Chapter 2, Exploring Clojure is a breadth-first overview of all of Clojure’s core constructs. After this chapter, you’ll be able to read most day-to-day Clojure code.

The next two chapters cover functional programming. Chapter 3, Unifying Data with Sequences shows how all data can be unified under the powerful sequence metaphor.

Chapter 4, Functional Programming shows you how to write functional code in the same style used by the sequence library.

Chapter ...

Get Programming Clojure, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.