If the OP is looking for an STM for mutable data. this one [1] is being used in
production in several sites for several years.
[1] http://web.ist.utl.pt/~joao.cachopo/jvstm/
On Jun 3, 2012, at 8:03 PM, Andy Fingerhut wrote:
> Technical-wise, since you asked specifically about the STM implement
License-wise, the Clojure implementation code is copyright by Rich Hickey, and
distributed under the Eclipse Public License. Thus your code would need to be
distributable with a license compatible with this license, or perhaps could be
completely closed source if your code was not distributed (
Aha,similar with my previous topic "Can we use Clojure like a general
library in Java?"
I'll trace this.
2012/5/30 ezy...@streambase.com
> Hello all,
>
> We're interested in using some of Clojure's internal libraries (in
> particular, it's STM implementation), in the runtime for another
> progra