Re: 'require' doc string out of date?

2008-12-16 Thread Daniel Eklund
> 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

Re: 'require' doc string out of date?

2008-12-16 Thread Chouser
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

'require' doc string out of date?

2008-12-15 Thread Daniel Eklund
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