Re: a function to list the namespaces that a namespace refers to ...

2010-11-01 Thread Sunil S Nandihalli
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

Re: a function to list the namespaces that a namespace refers to ...

2010-10-31 Thread ka
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

a function to list the namespaces that a namespace refers to ...

2010-10-26 Thread Sunil S Nandihalli
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