Welcome! Please see the About page for a little more info on how this works.

0 votes
in Printing by
Really an aesthetic choice, but right now maps with only a single namespaced key are printed in namespace map literal syntax:


user=> {:my.ns/b 1}
#:my.ns{:b 1}


And that seems unnecessarily complicated (and longer).

*Proposal:* Only print namespace map literal syntax when >1 key is using the same namespace.

*Patch:* clj-1986.patch

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-1986 (reported by alexmiller)
...