This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-02
Channels
- # announcements (34)
- # babashka (19)
- # beginners (106)
- # calva (50)
- # cider (25)
- # clj-commons (39)
- # clj-kondo (16)
- # clojure (59)
- # clojure-czech (3)
- # clojure-europe (33)
- # clojure-norway (9)
- # clojure-seattle (1)
- # clojure-sweden (1)
- # clojure-uk (2)
- # clojured (28)
- # clojuredesign-podcast (1)
- # clojurescript (7)
- # code-reviews (19)
- # conjure (15)
- # cursive (3)
- # datomic (3)
- # emacs (21)
- # etaoin (28)
- # graphql (4)
- # introduce-yourself (1)
- # joyride (2)
- # kaocha (2)
- # london-clojurians (8)
- # lsp (24)
- # music (4)
- # nbb (4)
- # nextjournal (1)
- # off-topic (13)
- # other-languages (16)
- # remote-jobs (1)
- # rewrite-clj (6)
- # sci (1)
- # shadow-cljs (40)
- # tools-deps (15)
How do you create a zipper from a node?
I can do (-> "Text({'a':1, 'b':2})" dart->ast ast->clj n/string z/of-string)
Is there a way to skip n/string
?
Yeah @borkdude, I think that would certainly be clearer and consistent with existing of-string
and of-file
.
I can slip this into the next release.
How do you feel about us deprecating edn
and edn*
, it might encourage folks to switch to a more meaningfully named var... but there's nothing otherwise harmful in using these fns.
👍 1
Thanks, raised an issue for it: https://github.com/clj-commons/rewrite-clj/issues/178