>>15
I was recently looking for a numpy-like library for Scheme (and lisps generally) and I was also disappointed with the lack of a standardized FFI, but I question that for this task it would be necessary to create a numpy in Scheme. Especially considering that Scheme does have standardized vectors and bignums, I seem to recall some implementations even use GMP directly, and many have efficient operations on bignums.
but I question that for this task it would be necessary to create a numpy in Scheme
I meant to say that I question that for this task (creating a numpy-like in Scheme) it (standardized FFI) would be unnecessary.
>>17
christ, I messed up again, I give up.