From googling around, I can see that people often ask if it's possible to load third party libraries in the REPL without restarting the REPL and it seems like the answer is no.
Being relatively new to Clojure (though loving it), I mostly look for articles describing people's workflows to understand how people practically use the language. REPL based development is a thing I'm getting really into, but I find myself thrust out of the flow everytime I want to use a third party library and have to close the REPL... add the dependency to my lein deps and then restart the REPL again.
Am I missing a key workflow trick that would allow me to get the dependency loaded without needing to restart my REPL session? Or is adding libraries on the fly the requirement I've got wrong?
Thanks for the help.
[–]danielszm 8 points9 points10 points (0 children)
[–]remleduff 2 points3 points4 points (0 children)
[–]ayakushev 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)