lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
2020-03-30T20:11:09.005100Z

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?

borkdude 2020-03-30T20:42:50.005500Z

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

2020-03-30T20:43:11.005800Z

Oh cool! Thanks very much