protorepl

mikebelanger 2016-11-09T14:02:57.000058Z

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

cschep 2016-11-09T15:34:25.000059Z

@mikebelanger thanks for the reply!

cschep 2016-11-09T15:34:51.000060Z

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

cschep 2016-11-09T15:35:07.000061Z

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

mikebelanger 2016-11-09T15:39:52.000062Z

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

cschep 2016-11-09T15:40:26.000063Z

🙂 all good thanks again for replying!