This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-08-09
Channels
- # asami (1)
- # babashka (4)
- # calva (22)
- # clerk (2)
- # clj-kondo (32)
- # cljdoc (2)
- # clojure (49)
- # clojure-europe (9)
- # clojure-norway (3)
- # clojurescript (4)
- # data-science (5)
- # datascript (8)
- # datomic (7)
- # events (1)
- # fulcro (3)
- # hyperfiddle (62)
- # malli (4)
- # missionary (3)
- # off-topic (41)
- # polylith (11)
- # re-frame (19)
- # remote-jobs (2)
- # sci (7)
- # sql (51)
- # tools-build (2)
- # yamlscript (38)
Does anyone know of any Babashka scripts that can be used to rewrite or refactor Clojure code?
yes, babashka has #rewrite-clj built-in so you can refactor code using clj-kondo analysis and rewrite it as you like. an example of such a script you can find here which rewrites auto-resolved keywords to normal keywords: https://github.com/babashka/babashka/blob/master/examples/normalize-keywords.clj
Today it's #babashka's 4th birthday! https://babashka.org/ Star the Github repo: https://github.com/babashka/babashka Sponsor development: https://github.com/sponsors/borkdude
🎉 54
🎂 44
28
👍 16