▲ 36 r/Clojure
Clojure 1.13.0-alpha2 is now available
This release fixes a bad build with alpha1, otherwise unchanged.
u/alexdmiller — 3 days ago
This release fixes a bad build with alpha1, otherwise unchanged.
Checked keys
You can now ensure that required keys are bound during map destructuring by using the new checked variants of the :keys/:syms/:strs directives - :keys!/:syms!/:strs!, which will throw if the key is not present. You can also, in all directives, specify keys after & which will not be bound, for documentation or checking purposes.
Other changes since Clojure 1.12.5