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?
@jayzawrotny Maybe try (require '[foo.macros] :reload)
?
Oh cool! Thanks very much