cool .. its neat .. but I have been using
(cake.utils.find-namespaces/find-namespaces-in-dir)
Yours is better since it would give us a visual representation of the
namespaces..
thanks,
Sunil.
On Mon, Nov 1, 2010 at 12:21 PM, ka wrote:
> Hi, not sure if this is useful for you - http://github.co
Hi, not sure if this is useful for you - http://github.com/na-ka-na/cdeps.
--
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
Hello everybody,
I currently do the following to find a set of namespaces that a namespace
refers to
(->> 'clojure.contrib.monads ns-refers (map #(->> % second meta :ns
ns-name)) set)
It is not that it is very hard but .. an inbuilt function might be better
..
or even better is if somebody just