Comment Re:Fortran is still useful for calculations (Score 1) 794
We use FORTRAN to develop missile models because the language is fast, has low overhead and provides the percision that is needed for flight calculation. It is legacy code that incorporates differential equations to do calculations and so having low overhead is beneficial to speed. If it runs too slow or doesn't provide enough precision we can't use it. Even recurrsive functions cannot be used if it doesn't meet real time timing constraints. FORTRAN is fast and easier than assembler.