Putting Clojure to Work

All Clojure applications build upon a foundation of immutable values. Immutability is present not just for simple scalar values but also for composite values like lists, vectors, maps, and sets. The axiom of immutability underlies our approach to data transformation, state, concurrency, and even API design.

In this book, you’ll learn to build Clojure applications from bottom to top, then how to take those systems to production. This process starts from simple concepts and builds larger units of code until the application has full functionality.

We’ll start by looking at how to model a problem domain with domain entities and relationships. You’ll learn how to choose the best data structure to use when collecting values ...

Get Clojure Applied 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.