On Mar 26, 8:35 am, "John D. Hume" wrote:
> On Wed, Mar 25, 2009 at 12:05 PM, Parth wrote:
> > I have split up the foo namespace across multiple files. So,
> > I have the following now:
>
> > src/org/ppm/foo.clj -> org.ppm.foo
> > src/org/ppm/bar.clj -> org.ppm.foo
> > src/org/ppm/baz.clj -> o
On Wed, Mar 25, 2009 at 12:05 PM, Parth wrote:
> I have split up the foo namespace across multiple files. So,
> I have the following now:
>
> src/org/ppm/foo.clj -> org.ppm.foo
> src/org/ppm/bar.clj -> org.ppm.foo
> src/org/ppm/baz.clj -> org.ppm.foo
>
> With foo.clj using the ns :load for loadin
On Mar 25, 7:04 pm, Parth Malwankar wrote:
> Hello,
>
> I am trying to organise my code in namespaces and needed a
> little help.
>
> Basically I have created the following namespaces similar to
> the following:
>
> src/org/ppm/foo.clj -> org.ppm.foo
> src/org/ppm/foo/
> src/org/ppm/foo/bar.clj
Hello,
I am trying to organise my code in namespaces and needed a
little help.
Basically I have created the following namespaces similar to
the following:
src/org/ppm/foo.clj -> org.ppm.foo
src/org/ppm/foo/
src/org/ppm/foo/bar.clj -> org.ppm.foo.bar
src/org/ppm/foo/baz.clj -> org.ppm.foo.baz
f