Earlier quoted context omitted.
> Why not just allow the ports to C++ to happen? I see two reasons why C++ is not a suitable language for domain specialists in numerical computing. 1. Programming in C++ requires a certain discipline to understand what is going on, for example to not accidentally make useless copies of huge arrays. In fortran you do not need to learn such a discipline because everything is explicit. 2. Fortran natively supports mult…
> I see two reasons why C++ is not a suitable language for domain specialists in numerical computing. Have you heard of MPI or even OpenMP ?. They can be used to accelerate fast computation in C++ or even work on domain-specified parallel execution.
these features are also available in fortran since forever