On Wed, Nov 24, 2010 at 8:47 PM, CuppoJava <patrickli_2...@hotmail.com>wrote:

>
> Numerical software involves a lot of array indexing, and loops, and
> not much else. Clojure's functional data structures are elegant, but
> are not quite fast enough for heavy numerical processing so I still
> need to use native arrays. And if all I'm using is native arrays, the
> java syntax for arrays is much easier on the eyes than a bunch of
> nested s-exps.
>
>  -Patrick


I find it curious that noone's created a library of useful macros for
primitive array manipulation. Certainly the foundation for it is there.

David

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