Persisting slow state between reloads
wambat opened this issue · 1 comments
wambat commented
Thought worth mentioning: I've managed to keep my slow-to-setup pieces of state from annoying reloading by moving it to separate NS and marking it with
(clojure.tools.namespace.repl/disable-reload!)
jakemcc commented
This is a good tip. I'll look into adding something to the README.