Hacker News new | ask | show | jobs
by enriquto 1192 days ago
> Do you frequently encounter issues which are caused by the Fortran portion of Numpy's source code?

No practical issues at all. The problem is not the pip install numpy that only happens once, but the import numpy that must appear on every single one of your programs. I interpret it as a permanent reminder that numerical computation is not natively supported in the language, and that we will always be foreigners in there.