Comment Re:what is meant by serious? (Score 1) 58
Fortran has some optimizations involving pointers that are invalid in other languages like C. So it can be the absolute fastest outside of hand optimized assembly (which is very difficult to do better than a compiler these days). It also has advanced math libraries which are highly tested and optimized. So its niche is highly performant math and scientific programming.