On 6/22/16, 2:50 PM, "Ritchie Cai" <[email protected] on behalf of [email protected]> wrote: > Just curious, how do you add new dependencies to a running REPL? Do you just > restart REPL?
Our project is pretty stable so we don’t add new dependencies very often (nor change existing ones), so yes, we just restart the REPL in the project context. We also run a REPL server inside several of our long-running processes so we can actually update running server processes on the fly if we need to (it’s certainly very handy for analyzing and debugging any problems we run into in production!). Sean Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
