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