> > I've often thought of providing change notification queues on the > > agents themselves, letting Clojure do reactive programming right out > > of the box. > > This sounds like a powerful capability to have, if only to be able to > trace agent changes easily for debugging and monitoring. Would this > also be a way to attach side-effect-producing code to agents without > concern about retries?
Side effects are ok in agent actions - there are no retries with agents. Rich --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---