Hi Everyone,
Does anyone know the status of clojure streams is? I would like to try them
out but I can't find the svn repository mentioned on the website:
http://clojure.org/streams. Thx!
-Greg
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To po
Hi Everyone,
So how come two agents can't contain one another? The following code causes
a StackOverflowError. In the real world things can't contain other things
cyclically so I suspect that's why, but if someone could explain this
better to me I'd appreciate it. :) - Greg
(defn test-agents
Oh that makes sense. Thanks a lot!
On Thu, Sep 11, 2014 at 1:36 AM, Carlo Zancanaro
wrote:
> Hey Greg,
>
> On Thu, Sep 11, 2014 at 12:30:11AM -0700, Greg MacDonald wrote:
> > So how come two agents can't contain one another? The following code
> causes
> > a St