The Value of Values
Why immutable values are the right substrate for systems that interact, communicate, and last.

The Language of the System
Hickey on the fact that the language inside your process is rarely the language between your processes — and what that should imply for system design.

Effective Programs — 10 Years of Clojure
Rich Hickey on what a decade of Clojure has taught him about the kinds of problems most production code is actually trying to solve — and why static type systems aren't the answer he keeps hearing about.

Simple Made Easy
Rich Hickey emphasizes simplicity's virtues, and argues that we conflate easy with simple — at a real cost.

Are We There Yet?
Hickey's foundational case against pervasive state and mutability, and a glimpse at the ideas that would later become Clojure's identity model.

Design in Practice
After years of talking about design in the abstract, Hickey demystifies the actual practice — the concrete moves and habits that turn 'design' from a noun into a verb.

Maybe Not
Hickey takes aim at Maybe/Optional and the conflation of optionality with absence — arguing that wrapping types is the wrong place to encode 'I might not give this to you.'