Re: Which git version for cells?

2010-05-17 Thread Eric Schulte
Hi Steven, I recently put together a propagator/cell system using Clojure's actors/watchers. The code for implementing a concurrent propagator system actually came out to a little less than a single page. Take a look at the following for the full implementation. http://gist.github.com/403987

Re: Which git version for cells?

2010-05-17 Thread Steven Devijver
On 17 mei, 19:25, Eric Schulte schulte.e...@gmail.com wrote: Hi Steven, I recently put together a propagator/cell system using Clojure's actors/watchers.  The code for implementing a concurrent propagator system actually came out to a little less than a single page.  Take a look at the

Which git version for cells?

2010-05-16 Thread Steven Devijver
I'm experimenting with cells in clojure and am currently using the lazy branch for this. However, I'm getting some strange behavior. So my question is: which branch should I be using if I want to test- drive the watcher feature? Thanks -- You received this message because you are subscribed to