+1 for this request. I have a question as well, aren't the namespace bindings stored in one of clojure's concurrency objects? Since the ability to interact with a running program is one of the features that sets clojure apart from most other mainstream programming languages, if more than one person is trying to change the environment, shouldn't clojure's concurrency objects be used to store the data (which also means they would automatically get the watchers)?
I still haven't completely understood the various concurrency constructs so please excuse me if my assumptions are naive. On Feb 1, 12:12 am, Mark Fredrickson <mark.m.fredrick...@gmail.com> wrote: > I know its been discussed before, but I would like to register a > request for a feature: watchers on namespaces. My needs are simple, > just a callback when something in the namespace changes. It does not > matter to me what binding changed, if something was added, if > something was deleted. > > My use case is setting up automatic testing of namespaces using test- > is's (run-tests <namespace>) function. If I know the namespace changed > in some way, it is sufficient for my needs to re-run all the tests. > > If this is hard to do, I can always pursue a file oriented solution, > but the namespace level watcher seems like the most Clojure-ish > solution. > > Thanks in advance, > - Mark Fredrickson > mark.m.fredrick...@gmail.comhttp://www.markmfredrickson.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---