Skip to content

Commit efce8da

Browse files
committed
formatting
1 parent c90bea9 commit efce8da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/news/2026/07/14/clojure-1-13-alpha4.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Clojure 1.13.0-alpha4 is now available! Find download and usage information on t
99

1010
Idents after `&` in :keys!/syms!/strs!/:keys/syms/strs must now be actual keys, not binding symbols. This is a change in syntax since alpha3. Note that symbol keys should be quoted as unadorned symbols are binding symbols.
1111

12-
:or now accepts key->val mappings in addition to binding->val.
12+
`:or` now accepts key->val mappings in addition to binding->val.
1313

14-
Added a new ':defaults name' directive at top level to bind name to a map of defaults, key->val. Binding symbols in the `:or` map are transformed to the key value in the `:defaults` map. `:defaults` without `:or` is an error.
14+
Added a new `:defaults name` directive at top level to bind name to a map of defaults, key->val. Binding symbols in the `:or` map are transformed to the key value in the `:defaults` map. `:defaults` without `:or` is an error.
1515

1616
`:select name`, introduced in alpha3, now selects deeply, through nested maps, and fills in values for missing keys from `:or`. The `:select` map contains all keys mentioned anywhere in the binding form.
1717

0 commit comments

Comments
 (0)