rewrite-clj

https://github.com/clj-commons/rewrite-clj
lread 2021-02-21T04:14:19.012900Z

@mauricio.szabo it is available for cljs on the rewrite-clj v1 branch - but not on clojars yet.

borkdude 2021-02-21T17:15:55.013400Z

@mauricio.szabo why don't you just take this approach? https://clojurians.slack.com/archives/C015LCR9MHD/p1613738487063800 This is much easier, you can just work with s-expressions directly, just use postwalk in between sci/parse-next and sci/eval-form

1👍