Stuart Halloway asks:  Clojure namespace change watcher [..]? 
<https://groups.google.com/forum/#!topic/clojure-dev/kxDd8shBXic>

Any ideas/suggestions on how one might listen for changes to namespaces in 
the runtime itself?
(Similar to add-watch for atoms.)

I am working on a solution for dumping/storing, and reloading the state of 
a Clojure runtime, and I would like some way of being notified if:
1. A namespace has been added or removed.
2. If something has been interned, referred, aliased, imported in a 
namespace (or removed).
3. If a Var has been changed.

A partial solution is better than nothing.



-- 
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 with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to