Fortran



Website: fortran-lang.org

Designed by: John Backus


Fortran ( formerly FORTRAN) is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing.

Fortran was originally developed by IBM in the 1950s for scientific and engineering applications, and subsequently came to dominate scientific computing.

It has been in use for over seven decades in computationally intensive areas such as numerical weather prediction, finite element analysis, computational fluid dynamics, geophysics, computational physics, crystallography and computational chemistry.

It is a popular language for high-performance computing and is used for programs that benchmark and rank the world’s fastest supercomputers.

Fortran’s design was the basis for many other programming languages, especially BASIC and ALGOL.

But Fortran has itself evolved through numerous versions and dialects, adding extensions while largely retaining compatibility with preceding versions.

Successive versions have added support for structured programming and processing of character-based data (FORTRAN 77), array programming, modular programming and generic programming (Fortran 90), High Performance Fortran (Fortran 95), object-oriented programming (Fortran 2003), concurrent programming (Fortran 2008), and native parallel computing capabilities (Coarray Fortran 2008/2018).

Since August 2021, Fortran has ranked among the top fifteen languages in the TIOBE index, a measure of the popularity of programming languages.