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
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.
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
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
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
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
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