> In general, clojure-contrib is a good place to look to find examples
> of properly laid-out libs, as well as generally idiomatic Clojure
> code.
>
> --Chouser
Yeah, just recently I've taken to scanning the code in 'webjure' and
'swank' to see how things are done, rather than relying on the APIs
On Mon, Dec 15, 2008 at 10:41 PM, Daniel Eklund wrote:
>
> I've been trying to get 'ns' right. The doc for 'require' tells me
> the following about library loading:
>
> "The root resource path
> is derived from the root directory path by repeating its last
> component
> and appending '.clj'. F
I've been trying to get 'ns' right. The doc for 'require' tells me
the following about library loading:
"The root resource path
is derived from the root directory path by repeating its last
component
and appending '.clj'. For example, the lib 'x.y.z has root directory
/x/y/z; root resource