Due to its legacy Fortran (similar to COBOL) is still being heavily used inside its niche application i.e. numerical computation. The irony is that some of the languages touted be Fortran replacement, Matlab, Python and to some extent Julia, are still using library that's written in Fortran (together with assembly) due its superior performance.
D shows that you can be in one language and still performs very fast. With its numerical library you can get both productivity and performance that is even better than the OpenBLAS (Matlab, Numpy and Julia library are based on) [1].
[1]http://blog.mir.dlang.io/glas/benchmark/openblas/2016/09/23/...