Re: Java STM

2009-08-28 Thread peter veentjer
is one of the many features provided. On Mon, Jul 13, 2009 at 2:07 AM, Vagif Verdivagif.ve...@gmail.com wrote: Potentially interesting library for clojurians. Java STM implementation:http://www.deucestm.org/ -- Venlig hilsen / Kind regards, Christian Vest Hansen

Re: Java STM

2009-08-28 Thread Emeka
wrote: Potentially interesting library for clojurians. Java STM implementation:http://www.deucestm.org/ -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Java STM

2009-08-28 Thread Rich Hickey
: Potentially interesting library for clojurians. Java STM implementation:http://www.deucestm.org/ -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Java STM

2009-08-28 Thread John Harrop
On Fri, Aug 28, 2009 at 4:45 AM, peter veentjer alarmnum...@gmail.comwrote: Clojure's STM is part of a holistic language design where people will normally be programming with immutable persistent composite data structures. Getting a consistent view of such a data structure doesn't require

Re: Java STM

2009-07-13 Thread Christian Vest Hansen
I believe that DeuceSTM i primarily intended as a research platform for Java STMs, hence the flexibility with pluggable algorithms. Another Java STM is multiverse: http://code.google.com/p/multiverse/ - the focus here is on performance. Multiverse is based on MVCC, like the Clojure STM. Both

Re: Java STM

2009-07-13 Thread Daniel
On Mon, Jul 13, 2009 at 7:55 AM, Mark Volkmannr.mark.volkm...@gmail.com wrote: On Sun, Jul 12, 2009 at 7:07 PM, Vagif Verdivagif.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

Re: Java STM

2009-07-13 Thread Daniel
On Mon, Jul 13, 2009 at 1:36 PM, Danieldan.in.a.bot...@gmail.com wrote: On Mon, Jul 13, 2009 at 7:55 AM, Mark Volkmannr.mark.volkm...@gmail.com wrote: On Sun, Jul 12, 2009 at 7:07 PM, Vagif Verdivagif.ve...@gmail.com wrote: Potentially interesting library for clojurians. Java STM

Java STM

2009-07-12 Thread Vagif Verdi
Potentially interesting library for clojurians. Java STM implementation: http://www.deucestm.org/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: Java STM

2009-07-12 Thread Mark Volkmann
On Sun, Jul 12, 2009 at 7:07 PM, Vagif Verdivagif.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

Re: Java STM

2009-07-12 Thread Jon Harrop
On Monday 13 July 2009 01:55:07 Mark Volkmann wrote: Is there another STM implementation that enforces its use like this? I assume Haskell tells you at compile time. -- Dr Jon Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/?e