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