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