top | item 13026394

(no title)

chm | 9 years ago

Yes, and having worked with Fortran code for years, we used the routines to calculate... and Python to analyze the data. A colleague even scrapped old Fortran routines in favor of Python + Numpy, as he could be more productive without a noticeable slowdown in his work, as the data analysis part was the bottleneck. So I reiterate my point: I like the project, I like the idea, but we need more information regarding the performance of the routines. Otherwise, using e.g. Python full-stack could be much less of a hassle.

discuss

order

gaius|9 years ago

NumPy is FORTRAN under the covers, e.g. BLAS IIRC.

greglindahl|9 years ago

BLAS are generally implemented in assembly these days, although they do have Fortran interfaces.