On Sun, Jul 12, 2009 at 7:07 PM, Vagif Verdi<vagif.ve...@gmail.com> wrote:
>
> Potentially interesting library for clojurians. Java STM
> implementation: http://www.deucestm.org/

As best I can tell, this is yet another "on your honor" STM
implementation. What I mean is that as long as you use the library
correctly in every place where it is needed, everything works fine.
Forgot to use it somewhere in an application where it was needed and
all bets are off. That's one thing I really like about Clojure. You
can't get away with forgetting to update Refs inside a transaction. If
you do, you'll be reminded with an exception.

Is there another STM implementation that enforces its use like this?

-- 
R. Mark Volkmann
Object Computing, Inc.

--~--~---------~--~----~------------~-------~--~----~
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to