Re: Basic questions

2009-10-08 Thread Stuart Sierra
On Oct 8, 1:49 am, vishy wrote: > How can I find out all the namespaces in a library like clojure.contrib.find-namespaces has functions to discover namespaces on the classpath. -SS --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Basic questions

2009-10-08 Thread Alex Osborne
vishy wrote: > How can I find out all the namespaces in a library like > clojure.contrib. I assume you mean doing this at the REPL or OS shell. I don't know how to do it for non-loaded libs, aside from manually walking the classpath, but (all-ns) might be what you want for loaded namespaces.

Re: Basic questions

2009-10-08 Thread Miron Brezuleanu
Hello, On Thu, Oct 8, 2009 at 8:49 AM, vishy wrote: > How can I find out all the namespaces in a library like > clojure.contrib.Also, how to find all the functions defined in a > namespace? Are there any commands which I can use on commandline? You can use http://github.com/mmcgrana/clj-doc on

Re: Basic questions

2009-10-07 Thread Baishampayan Ghose
vishy wrote: > Hi, > > How can I find out all the namespaces in a library like > clojure.contrib.Also, how to find all the functions defined in a > namespace? Are there any commands which I can use on commandline? http://richhickey.github.com/clojure-contrib/ Hope that helps. Regards, BG -- B

Basic questions

2009-10-07 Thread vishy
Hi, How can I find out all the namespaces in a library like clojure.contrib.Also, how to find all the functions defined in a namespace? Are there any commands which I can use on commandline? thanks --~--~-~--~~~---~--~~ You received this message because you are su

Re: clojure-contrib basic questions

2009-02-02 Thread Michael Wood
On Mon, Feb 2, 2009 at 3:00 PM, GS wrote: > > Hi, > > There are three "homes" for clojure-contrib that I've seen referred to > on the web (each in more than one place): > > Google Code > Sourceforge > git://github.com/kevinoneill/clojure-contrib.git > > Now I think I've got a pretty good idea

clojure-contrib basic questions

2009-02-02 Thread GS
Hi, There are three "homes" for clojure-contrib that I've seen referred to on the web (each in more than one place): Google Code Sourceforge git://github.com/kevinoneill/clojure-contrib.git Now I think I've got a pretty good idea which one is the correct one, but how did this situation co