Fortran is quite heavily used in computational science domain. Both the "old" (F66, F77, F90) and the new modern F2003, F2008, F2018. and Yes, (modern) Fortran feeds my family daily (along with many other computational tools and skills). Modern Fortran is a bliss. The parallel features of it are quite advanced comparable to advanced modern MPI capabilities, yet with an extremely intuitive and simple "Coarray" syntax. It is a fully vectorized, parallel shared and distributed, array-oriented, also Object-Oriented, language. It has influenced and shaped the syntax of MATLAB, Python, R, even C++ numerical libraries by its simple powerful high-level array-syntax.