On Mon, Aug 31, 2009 at 3:45 PM, freddi301 <gobi...@gmail.com> wrote:
> > are there a complete clojure documentation ? There's the documentation at clojure.org; you could spider it with wget, though with some sites you need to spoof the user-agent and/or hack wget to disable retrieving robots.txt to do that. (Ethical, IMO, if your intent is to save hammering that server for bandwidth in the future by having a local copy.) There's also the (doc foo) form at the repl. All the API documentation is there. Unfortunately, *only* the API documentation is there; it would be nice if, at the very least, (doc a-special-form-name) provided a brief synopsis instead of just the web site's URL, for the convenience of having more of it in one place and zero task-switches away from your open project windows, and also more information findable via find-doc. --~--~---------~--~----~------------~-------~--~----~ 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 Note that posts from new members are moderated - please be patient with your first post. 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 -~----------~----~----~----~------~----~------~--~---