This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-15
Channels
- # beginners (15)
- # boot (4)
- # cider (1)
- # cljsrn (16)
- # clojars (1)
- # clojure (92)
- # clojure-india (3)
- # clojure-russia (27)
- # clojure-spec (9)
- # clojure-uk (5)
- # clojurescript (73)
- # cursive (28)
- # datascript (10)
- # emacs (1)
- # events (5)
- # hoplon (1)
- # instaparse (7)
- # juxt (2)
- # klipse (13)
- # lumo (17)
- # off-topic (166)
- # onyx (4)
- # protorepl (5)
- # re-frame (5)
- # reagent (13)
- # rum (26)
- # untangled (17)
- # yada (3)
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.