The short version
Clojure 1.13 adds checked keys for clearer map contracts.
From the HackerLinks archive
Clojure 1.13 adds checked keys for clearer map contracts.
The short version
Clojure 1.13 adds checked keys for clearer map contracts.
Why it caught our attention
The feature prompted practical discussion about safer data boundaries and ergonomics.
Where it surfaced on Hacker News
Editorial paraphrase
Replies focused on required versus optional checked keys, runtime guarantees, and how they fit with spec’ed maps.
Original threadClojure 1.13 adds support for checked keys