On Jan 15, 7:25 am, Simon Brooke <[email protected]> wrote: > So, there seem to be four possibilities > > (1) I've chosen the wrong language for the problem, or vice versa; > (2) There is some idiomatic means of managing mutable state which I've > missed; > (3) The right solution is to create a hybrid system using POJOs for > the mutable state; > (4) The right solution is to create a hybrid system using a relational > database for the mutable state. > > Opinions?
2. http://clojure.org/refs http://clojure.org/atoms http://clojure.org/agents
-- 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
