On Mar 2, 10:41 pm, Jeffrey Straszheim <straszheimjeff...@gmail.com> wrote: > There are a lot of "toy" cells implementations for Clojure, but as far as I > can tell none of them are really full-production ready libraries like K. > Tilton's. I'm planning on starting a GUI based project and something cell's > like would be very helpful. I may end up building it myself, and am > wondering what the community thinks is the best direction.
I think Clojure's existing concurrency tools get you most of the way there. The biggest missing piece is dependency management. One good goal, in my mind, is to build something that works alongside atoms/ agents/refs/vars, *not* something that adds a whole separate "cells API". -Stuart Sierra --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---