Re: Using Clojure internal libraries in another project

2012-06-04 Thread Nuno Marques
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

Re: Using Clojure internal libraries in another project

2012-06-03 Thread Qihui Sun
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 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

Re: Using Clojure internal libraries in another project

2012-06-03 Thread Andy Fingerhut
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

Using Clojure internal libraries in another project

2012-06-02 Thread Edward Yang
Hello all, We're interested in using some of Clojure's internal libraries (in particular, it's STM implementation), in the runtime for another programming language. We were wondering if anyone had attempted this before, and if there are any things to keep in mind along the way. Cheers, Edward

Using Clojure internal libraries in another project

2012-06-02 Thread 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 programming language. We were wondering if anyone had attempted this before, and if there are any things to keep in mind along the way. Cheers, Edward