Great! I'm glad you got it working. I'll have to look into compiling it with an earlier version of java.
I'm actually not using ant for this project just yet. I'm compiling with javac. I agree, it's unfortunate that matrix carries the connotation of 2D. PersistentNDArray, PersistentDataCube, PersistentTensor? PersistentMatrix felt the cleanest, but it can definitely be changed. Let me know if you have any questions or comments! -Adler On May 19, 6:34 am, Konrad Hinsen <konrad.hin...@laposte.net> wrote: > On May 18, 2009, at 16:34, Konrad Hinsen wrote: > > > 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) > > Problem solved, sorry for the false alarm. My self-compiled jar file > works fine when placed explicitly on the class path. What I had done > is copy it to ~/Library/Java/Extensions on my Mac, and then it fails. > If anyone can explain me why, I'd be happy, but for now I have found > a solution, so I can go on exploring persistentmatrix! > > BTW, I really don't like the name "matrix" for something that is not > 2D. I understand that "array" is taken, but how about something like > "ndarray"? > > 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 -~----------~----~----~----~------~----~------~--~---