RE: Clojure (Slim 1.4.0) and Azul don't like each other

2012-06-19 Thread Edward Yang
Hello! Thanks for the speedy turnaround! It looks like this fix clears up the issue. Thanks a lot, Edward From: clojure@googlegroups.com [clojure@googlegroups.com] on behalf of Gil Tene [g...@azulsystems.com] Sent: Friday, June 15, 2012 12:32 AM To: clojure@goog

RE: Clojure (Slim 1.4.0) and Azul don't like each other

2012-06-13 Thread Edward Yang
Here is the full stack trace: Caused by: clojure.lang.Compiler$CompilerException: java.lang.NoSuchFieldException: close, compiling:(clojure/core.clj:6139) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6462) at clojure.lang.Compiler.analyze(Compiler.java:6262) at clojure.lang.Compiler.analyze(

RE: Clojure (Slim 1.4.0) and Azul don't like each other

2012-06-13 Thread Edward Yang
Unfortunately, the full stacktrace is getting swallowed up by all of the other moving parts, so it's not easily accessible. Here is the Azul Java version: -bash-4.1$ java -version java version "1.6.0_29" Java(TM) SE Runtime Environment (build 1.6.0_29-13) Java HotSpot(TM) 64-Bit Tiered VM (build

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