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