Re: Java STM

2009-08-28 Thread John Harrop
On Fri, Aug 28, 2009 at 4:45 AM, peter veentjer wrote: > > 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 a transaction

Re: Java STM

2009-08-28 Thread Rich Hickey
ramming"... I'm still working on the "make it right" phase :) Rich > But again, I think that clojure is doing a great job. You have a cool > language, >  a cool stm, an active community and a lot of exposure. So you are > where I > want to be :) > >> Ric

Re: Java STM

2009-08-28 Thread Emeka
t; to reduce complexity imho. > > But again, I think that clojure is doing a great job. You have a cool > language, > a cool stm, an active community and a lot of exposure. So you are > where I > want to be :) > > > Rich > > > PS: > > > I think that Clo

Re: Java STM

2009-08-28 Thread peter veentjer
unity and a lot of exposure. So you are where I want to be :) > Rich > > PS: > > I think that Clojure really did a great job with adding STM to the > > language. I have been working on multiverse for almost a year, > > and I only have an stm. With Clojure the STM is one of the

Re: Java STM

2009-08-27 Thread Rich Hickey
On Aug 27, 7:17 am, peter veentjer wrote: > Hi Christian, > > On Jul 13, 10:37 am, Christian Vest Hansen > wrote: > > > I believe that DeuceSTM i primarily intended as a research platform > > for Java STMs, hence the flexibility with pluggable algorithms

Re: Java STM

2009-08-27 Thread peter veentjer
Hi Christian, On Jul 13, 10:37 am, Christian Vest Hansen wrote: > 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 f

Re: Java STM

2009-07-13 Thread Daniel
On Mon, Jul 13, 2009 at 1:36 PM, Daniel wrote: > On Mon, Jul 13, 2009 at 7:55 AM, Mark Volkmann > wrote: >> >> On Sun, Jul 12, 2009 at 7:07 PM, Vagif Verdi wrote: >>> >>> Potentially interesting library for clojurians. Java STM >>> implementation:

Re: Java STM

2009-07-13 Thread Daniel
On Mon, Jul 13, 2009 at 7:55 AM, Mark Volkmann wrote: > > On Sun, Jul 12, 2009 at 7:07 PM, Vagif Verdi 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 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 of

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 --~--~-~--~~~---~--

Re: Java STM

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

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