Clojure 1.13 adds support for checked keys
4 days ago
- #Software Release
- #Programming
- #Clojure
- Clojure 1.13.0-alpha1 release announced with download information available
- New checked map destructuring directives :keys!/:syms!/:strs! ensure required keys are bound and throw if missing
- PersistentArrayMaps now hold up to 64 keyword keys before transitioning to PersistentHashMaps, improving efficiency and optimization
- CLJ-2891 removes ACC_FINAL from static initializer constants to prepare for Java bytecode baseline updates
- Runtime and test dependencies updated to latest versions