FORTRAN is used for a lot of numerical algorithms - today! installed on your computer right now in some library! - because it optimizes better than C because it doesn't have pointers.
As I understand it most of the difference can be made up by adding the restrict qualifier to everything in C.
As I understand it most of the difference can be made up by adding the restrict qualifier to everything in C.