Fork me on GitHub
#vim
<
2021-11-11
>
Proctor02:11:16

Does anybody have any tips via Conjure or ClojureLsp for macro-expanding a chunk of code to/in the repl? The case I am thinking about is inside the body of a test that is doing macros based off reader macros for cljc files to check the expanded form in Clojure then in ClojureScript (depending on the Conjure repl session)

walterl14:11:43

I wrote https://github.com/walterl/conjure-macroexpand that does essentially that ☝️

walterl14:11:19

It outputs symbols for newlines, which I haven't gotten around to fixing yet, but otherwise it does what it should 😅