Should the memfn macro be updated for the new Java call convention?

2009-01-30 Thread Everyman
I have been reading through the API examples on: http://en.wikibooks.org/wiki/Clojure_Programming/Examples/API_Examples. For memfn we have: (map (memfn charAt i) ["fred" "ethel" "lucy"] [1 2 3]) -> (\r \h \y) This still works, but I thought that: charAt aught to be .charAt following the new Ja

(new user) - Problem passing a double[][] to Java constructor.

2008-11-18 Thread everyman
Hi All. I have been experimenting with the Java interop in Clojure by trying to talk to the matrix maths library Jama: (http://math.nist.gov/javanumerics/jama/doc/) I can create a new Matrix if I specify row col integers for the constructor and I have been able to read and write to the embedded

Re: (new user) - Problem passing a double[][] to Java constructor.

2008-11-18 Thread everyman
That has worked out very well, and its fast. Thanks very much. :-)) --~--~-~--~~~---~--~~ 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