On 06.12.2010, at 16:02, Johann Hibschman wrote: > (Konrad Hinsen had started some work on multiarrays in Clojure, but I've > not been following his progress.)
There hasn't been much, unfortunately. I haven't found much time for serious Clojure hacking for a few months. But the project is not abandoned, just slowed down. > I've built the Java interface to HDF5, and I've been using that for > data storage. I would prefer to use a pure-Java solution, but I can't > find anything that's nearly as good. netCDF has a Java library that also reads HDF5, but it's read-only. > Maybe I'm not reading the right news, but I've not seen all that much on > using Java for scientific work for a while now. The NIST JavaNumerics > guys seem to have given up, but if I remember correctly their > conclusions were that Java really needed complex numbers as a > value/stack-allocated type. I'd say what Java needs is not complex numbers as a value type, but a way to define additional value types. Complex numbers are just one applications. Another one is points (2D or 3D) for geometry and graphics. Unfortunately the problem is not just Java, but the JVM, meaning that Clojure inherits the problem. 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 Note that posts from new members are moderated - please be patient with your first post. 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