Forgot your password?
typodupeerror

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.

Slashdot Top Deals

In seeking the unattainable, simplicity only gets in the way. -- Epigrams in Programming, ACM SIGPLAN Sept. 1982

Working...