Fork me on GitHub
#lumo
<
2020-03-30
>
jaide20:03:09

One more lumo question, if I'm running a repl or connected to a socket repl, and I'm using a macro defined in a cljcfile. How do I update the macro's def in the repl?

borkdude20:03:50

@jayzawrotny Maybe try (require '[foo.macros] :reload)?

jaide20:03:11

Oh cool! Thanks very much