Fork me on GitHub
#clojure-dev
<
2021-12-31
>
ikitommi08:12:02

is the map destructuring map open for adding new simple &/ qualified keys to it? e.g. {:keys [a b], :my/doc "ab", :doc "ab"} ok?

Alex Miller (Clojure team)14:12:46

Or rather, that has no meaning, and may cause an error or have unexpected side effects now or in the future

ikitommi15:12:16

ok, thanks.