If you're the kind of person who rather reads source code than documentation, you might also be interested in my meta-circular implementation of Clojure's STM (it implements refs in terms of atoms): < https://github.com/tvcutsem/stm-in-clojure> (the vanilla MVCC version is < 200 LoC)
Cheers, Tom 2013/6/2 Michał Marczyk <[email protected]> > Mark Volkmann has a very comprehensive article on Clojure's STM available > here: > > http://java.ociweb.com/mark/stm/ > > Cheers, > Michał > > > On 31 May 2013 13:31, Stefan Kamphausen <[email protected]> wrote: > > You may want to use the code from https://gist.github.com/Chouser/456326to > > study how the history in refs works. See the accompanying discussion at > > http://clojure-log.n01se.net/date/2010-06-28.html. I've been using > variants > > of that stress test to explain the ref history behavior since then and > > people seem to be happy with it. > > > > Kudos to chouser obviously! > > > > -- > > -- > > 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 > > --- > > You received this message because you are subscribed to the Google Groups > > "Clojure" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > -- > -- > 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 > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
