On Sun, Feb 1, 2009 at 1:13 AM, falcon wrote:
>
> +1 for this request. I have a question as well, aren't the namespace
> bindings stored in one of clojure's concurrency objects?
Namespace mappings and aliases are each currently stored in a
java.util.concurrent.atomic.AtomicReference
Since Cloj
At this point I think maybe a broader more abstract view is in order.
How about watchers for every mutable construct in Clojure?
On Feb 1, 7:12 am, Mark Fredrickson
wrote:
> I know its been discussed before, but I would like to register a
> request for a feature: watchers on namespaces. My ne
+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 per
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