Skip to Content
Clojure Programming
book

Clojure Programming

by Chas Emerick, Brian Carper, Christophe Grand
April 2012
Intermediate to advanced content levelIntermediate to advanced
628 pages
18h 42m
English
O'Reilly Media, Inc.
Content preview from Clojure Programming

Chapter 18. Choosing Clojure Type Definition Forms Wisely

Clojure provides a number of different forms useful for defining types:

Each of these forms represents a different set of tradeoffs. Especially when you are new to Clojure, it may be difficult to determine when one type-definition form should be used over another. When should you use deftype instead of defrecord, gen-class instead of deftype, or proxy instead of reify?

We have attempted to explore all of the nuances of these forms in the sections referenced above. However, it is sometimes helpful to have a visual reference for such things, even if it is summary in nature. With that in mind, we hope you will find the flowchart in Figure 18-1 useful. Starting with the premise that you would like to define a type in Clojure, it will guide you through the most significant points of distinction between the type definition forms in the language so that you can settle on the one that is right for your particular situation:[428]

Choosing Clojure type definition forms wisely
Figure 18-1. Choosing Clojure type definition forms wisely

“The ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Clojure Applied

Clojure Applied

Ben Vandgrift, Alex Miller
Clojure Programming Cookbook

Clojure Programming Cookbook

Makoto Hashimoto, Nicolas Modrzyk
Practical Clojure

Practical Clojure

Luke VanderHart, Stuart Sierra
Programming Clojure, 2nd Edition

Programming Clojure, 2nd Edition

Stuart Halloway, Aaron Bedra

Publisher Resources

ISBN: 9781449310387Errata PageSupplemental Content