Is it a known issue that ProtoREPL does not correctly print maps with namespace-qualified keys?
I looked in the GH issues but didn’t see anything obvious for that.
instead of #:foo{:a 1}
it just prints {:a 1}
in the REPL
https://github.com/jasongilman/proto-repl/issues/243 in case no one has actually raised this so far.
I think that might be due to the Clojure script code parsing it. I'll take a look this weekend.