On 03/04/14 at 08:37am, FRIGN wrote: > No wonder, given Numpy and Scipy are mostly written in C and Fortran ;).
That is true. As an aside, apparently Julia scientific ibraries are mostly written in Julia, which makes me wonder. > Moreover, from what I understand, you actually use special types > supplied by the Scipy packages instead of core-language-features, which > could also be maleficent. Yes, and everything is done through a special numpy.array object. But I haven't experienced any maleficency yet :) Manolo