Re: Help organizing code and namespaces

2011-06-20 Thread Jonathan Fischer Friberg
Create a new namespace+file my.server where the *server* resides, then let my.query and my.update use my.server. Jonathan On Sat, Jun 18, 2011 at 3:52 PM, Matt Mitchell wrote: > Hi, > > I have 3 namespaces, each with functions that relate to the name of the ns: > > core -- contains config and *

Re: Help organizing code and namespaces

2011-06-19 Thread Benjamin Teuber
Hi, this should be what you need: http://stackoverflow.com/questions/4690758/splitting-a-clojure-namespace-over-multiple-files On Jun 18, 3:52 pm, Matt Mitchell wrote: > Hi, > > I have 3 namespaces, each with functions that relate to the name of the ns: > > core -- contains config and *server* v