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 *
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
Hi,
I have 3 namespaces, each with functions that relate to the name of the ns:
core -- contains config and *server* var
query -- contains fn's related to querying
update -- contains update/delete fn's
I want to be able to "use" my core ns in my application, and call all of the
public fn's in