Hacker News new | ask | show | jobs
by forgotpwd16 1457 days ago
>as legacy as Fortran is now

Disappointingly because modern Fortran is a nice language for numerical computing.

1 comments

Compared to C, sure it is. Probably compared to C++ to since it's less opportunity for obsfucation. Compared to anything else probably not.
Issue is most such codes are written in C and C++. Also anything else usually lacks native multidimensional arrays, element-wise array operations, and parallel programming facilities, let alone raw performance.