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