Fork me on GitHub
#protorepl
<
2016-11-09
>
mikebelanger14:11:57

@cschep yeah, just load the namespace the same way you would a clojure file. So just (ns the-namespace.core) in the repl

cschep15:11:25

@mikebelanger thanks for the reply!

cschep15:11:51

is it common to have to switch namespaces around while hacking on a project?

cschep15:11:07

or is that something i can put in a file somewhere to always be where I need to be?

mikebelanger15:11:52

@cshep glad I could help. Sorry, I'm don't know if theres' a way of 'pre-loading' a ns for every REPL session.

cschep15:11:26

🙂 all good thanks again for replying!