On Thu, Nov 4, 2010 at 2:41 PM, Ken Wesson <[email protected]> wrote: > > clojure.core/use > ([& args]) > Like 'require, but also refers to each lib's namespace using ... > > Yeah, that's a real help if you're trying to remember the syntax. "& > args". How specific. :) >
You stopped one indirection short, try (doc require). It's probably a matter of taste how often the documentation should repeat itself and how often it should refer you to somewhere else. I agree that a couple of more examples would be nice though. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
