On Feb 27, 10:13 am, Laurent PETIT <laurent.pe...@gmail.com> wrote:
> Rich,
>
> I know I could search through clojure source code for this question (and
> that this question is not totally related to the current thread), but could
> you please tell me if there is a possibility to watch for additions/removals
> of vars to a namespace, and additions/removals of namespaces to the "global
> set of namespaces".
>
> What I would like to do is being able to maintain, dynamically, a dependency
> graph of the files in a project and what they are really doing (thus
> correctly handling cases difficult or not possible at all to do via static
> analysis such as macros defining vars, multiple ns created per file, ns
> decomposed in multiple files ...). And I guess having the above mentioned
> facility would help for this.
>
> Are namespaces & global set of namespaces "watchable" things ?
>

No they are not.

Rich

--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to