From: Cameron McBride Date: 2007-10-17T14:16:59+09:00 Subject: Re: mathematics and physics On 10/16/07, Jason Bornhoft wrote: > This is a very interesting post for me and I hope that it generates a > lot more interest. > > Personally, I would like to see Ruby go as far as LAPACK or BLAS. So > much so, that I think I will end up personally investing time in such a > project (or create my own) in the not-to-distant future. RNum tries to do this: http://rnum.rubyforge.org/ (I haven't used it much personally, hence I say "tries" - it may well succeed). I've been using NArray and rb-gsl for several years on many scientific projects. Cameron