Hacker News new | ask | show | jobs
by rcarmo 1689 days ago
I saw Fortran being wrapped in it because it could be compiled down into libraries with C-compatible ABIs, and Python can load C libraries directly without fuss.

A lot of NumPy and SciPy ensued, and the rest is history.