On Jan 14, 10:50 am, Greg Harman <ghar...@gmail.com> wrote:
> For more than just experimentation with one file, you might also want
> to look into lib packaging so that you can 'require' or 'use' rather
> than have to go down to the level of 'load' or 'load-file'. Quick
> summary, if your file has namespace "foo.bar" then package it in file /
> foo/bar.clj (relative to your classpath) and you can then just
> (require 'foo.bar) or (use 'foo.bar)
>
> See this thread for more discussion (I had this question not too long
> ago):
>
> http://groups.google.com/group/clojure/browse_thread/thread/f29913ee3...
>

Thanks for the pointer Greg.  I'm just getting my big toe into the
water, so to speak, so I'm slowly taking this all in.  I'm trying to
learn Clojure and (sort of) Java at the same time so I'm trying to
take it slow. :-)

--
Onorio Catenacci III
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to