This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-08-29
Channels
- # aleph (5)
- # announcements (2)
- # bangalore-clj (2)
- # beginners (52)
- # cider (10)
- # cljsrn (1)
- # clojure (160)
- # clojure-dev (24)
- # clojure-europe (3)
- # clojure-france (1)
- # clojure-india (1)
- # clojure-italy (3)
- # clojure-nl (6)
- # clojure-spec (13)
- # clojure-uk (51)
- # clojurescript (45)
- # code-reviews (1)
- # core-async (41)
- # cursive (41)
- # datomic (17)
- # emacs (37)
- # fulcro (42)
- # graphql (7)
- # joker (4)
- # music (1)
- # nrepl (2)
- # off-topic (21)
- # pathom (19)
- # pedestal (12)
- # re-frame (48)
- # reitit (6)
- # rewrite-clj (8)
- # shadow-cljs (41)
- # specter (6)
- # sql (21)
- # tools-deps (8)
- # vim (7)
- # xtdb (27)
@lee is it correct that rewrite-clj does not have a way to print out nodes so they can be read back in by read-string and friends? i was thinking it might be interesting / useful to be able to send results of rz/of-string to rebl / punk for examination.
i looked at node/protocols and am not seeing any switches there...have some vague memory of being able to see some kind of alternate representations for something rewrite-clj-related...
i disabled make-printable! and now rz/of-string results are examinable via at least punk...will try rebl next
Hi @sogaiu! I do remember working to add make-printable support to on the cljs side of rewrite-cljc to match clj side behavior. So I think you are saying the override of the default print behavior is not always so helpful. Nothing is coming to mind - I’ll take a little look and get back to you sometime soon.