On Feb 23, 1:17 am, Mark Engelberg <[email protected]> wrote: > 3. What is Clojure's state-of-the-art for building distributed, > fault-tolerant systems with its existing feature set and/or leveraging > popular libraries? >
I've not used it, but jobim is worth looking at since it brings together all the components required for fault tolerant distributed systems: https://github.com/antoniogarrote/jobim Although, like most people, I would love the convenience of a complete Java implementation of ZeroMQ. Saul -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
