Comment Re:FORTRAN (Score 1) 111
While there is probably more FORTRAN code out there, how much of it is being actively worked and updated?
Actually more than you would expect. While physicists (except for odd-balls like me) don't use it as much as they once did, astronomers never really stopped using it. The MESA stellar simulation project (project homepage) for example, is a modern research-grade stellar simulation written entirely in modern Fortran. Major packages like BLAS and Lapack are also still being maintained and are slowly being upgraded to take advantage of more modern language features as well.
The scientific community is small compared to the number of web developers out there, yes, but Fortran is a really efficient language [in man hours as well as execution time] for numerical simulations. That it doesn't have all the features of a language like Python also means the learning curve isn't that steep and there aren't nearly as many ways to shoot yourself in the foot.
-JS