On 10 Jan 2010, at 21:39, extrackc wrote:

Have you looked into Incanter project?  I just found out about it
recently.  "Incanter is a Clojure-based, R-like platform for
statistical computing and graphics."  http://incanter.org/

Incanter uses ParallelColt as its underlying matrix library. While this is a fine library for working with matrices, it is not a multidimensional array library. Colt arrays exist only in 1, 2, and 3 dimensions and there are no generic (dimension-independent) operations on array structure.

As the huge success of Matlab has shown, a lot can be done with just matrices and vectors, but anyone who has used an array language (such as APL) or an equivalent library (such as Python's NumPy) will feel constrained by such an approach.

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

Reply via email to