This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-24
Channels
- # adventofcode (2)
- # anglican (1)
- # announcements (4)
- # aws (2)
- # babashka (28)
- # beginners (18)
- # brompton (3)
- # calva (22)
- # clj-kondo (2)
- # cljdoc (29)
- # clojure (41)
- # clojure-europe (28)
- # clojure-gamedev (14)
- # clojure-nl (2)
- # clojure-spec (2)
- # clojure-sweden (1)
- # clojure-uk (6)
- # clojurescript (53)
- # css (3)
- # cursive (6)
- # duct (3)
- # emacs (5)
- # fulcro (29)
- # introduce-yourself (1)
- # liberator (5)
- # lsp (1)
- # malli (11)
- # meander (4)
- # nbb (11)
- # off-topic (17)
- # pathom (2)
- # polylith (8)
- # practicalli (1)
- # react (6)
- # reagent (11)
- # releases (2)
- # rewrite-clj (11)
- # shadow-cljs (59)
- # tools-deps (21)
- # vim (11)
@andrea.crotti please let us know what you end up doing to solve your problem!
It almost works
I managed to nuke a few clojure scratch namespace when overwriting with a broken code
That were not in git on purpose but not the end of the world
It would be nice to have a more declarative API to capture the different things I want to parse and rearrange
Something like regex capture groups
But I guess I can some semi generic abstraction myself
Rewrite-clj is the low level machinery I guess
i use https://github.com/akhudek/zip-visit with my zippers and write domain specific visitors. ie: i use it in my editor to transform hiccup and have visitors like replace attr, class string to reagent style dot syntax etc … i find it lets me keep the my code clear and reusable.
Thanks for sharing @U9VP9VCE6! I’ll put it on my todo list to have a look-see!