On May 18, 2009, at 15:10, aperotte wrote:

> I was going to attempt to implement the data structure in clojure
> initially, but I wanted to make it as close a cousin to the other data
> structures as possible.  I also wanted to easily integrate the use of
> the data structure with other math libraries, and lastly I wanted to
> be sure that I was taking advantage of all the speed java has to
> offer.

That sounds reasonable. Unfortunately the fact that you use Java is  
what has prevented me from actually trying your code. The jar file  
you provide doesn't work for me; I suppose it's compiled for a more  
recent JVM (I am stuck with 1.5). I tried to make a jar file myself  
by adapting a build.xml from another project (I don't claim to  
understand ant in any way), and I managed to obtain a jar file  
without any compiler error messages, but when I try to import  
persistentmatrix.core into clojure, it fails:

java.lang.NoClassDefFoundError: clojure/lang/Sequential  
(NO_SOURCE_FILE:0)

I guess I got something wrong in the compilation setup. But before I  
continue to explore it, I wonder if you could include your own  
build.xml in the distribution?

Konrad.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to