@cschep yeah, just load the namespace the same way you would a clojure file. So just (ns the-namespace.core)
in the repl
@mikebelanger thanks for the reply!
is it common to have to switch namespaces around while hacking on a project?
or is that something i can put in a file somewhere to always be where I need to be?
@cshep glad I could help. Sorry, I'm don't know if theres' a way of 'pre-loading' a ns for every REPL session.
🙂 all good thanks again for replying!