Re: clojuredocs macro

2014-01-28 Thread Andy Fingerhut
I'm not sure wether it is easy, but the 'reply' namespace was in one of the symbols in your original email, and Leiningen's project.clj file lists its dependencies, which include reply. Andy On Tue, Jan 28, 2014 at 7:41 AM, Dave Tenny wrote: > Thank you. > > Is there some easy way I've missed

Re: clojuredocs macro

2014-01-28 Thread Dave Tenny
Thank you. Is there some easy way I've missed to figure this sort of thing out in the future? On Tue, Jan 28, 2014 at 10:34 AM, Andy Fingerhut wrote: > It is defined in the project 'reply', used by Leiningen for 'lein repl' > tasks: > > https://github.com/trptcolin/reply > > That in turn

Re: clojuredocs macro

2014-01-28 Thread Andy Fingerhut
It is defined in the project 'reply', used by Leiningen for 'lein repl' tasks: https://github.com/trptcolin/reply That in turn depends upon a cd-client library for sending requests to the clojuredocs.org web site and doing some parsing on the responses received: https://github.com/dakron

clojuredocs macro

2014-01-28 Thread Dave Tenny
Does anybody happen to know where 'clojuredocs' is defined? I grepped the clojure and leiningen git trees but the word didn't show up. I noticed it mentioned in some leiningen tutorials and it's present in my REPL, in the user namespace. clojuredocs is a clojure.lang.Symbol in namespace u