Paradigm | Multi-paradigm: structured, imperative (procedural, object-oriented), generic, array |
---|---|
Designed by | John Backus |
Developer | John Backus and IBM |
First appeared | 1957 |
Stable release | Fortran 2023 (ISO/IEC 1539:2023)
/ November 17, 2023 |
Typing discipline | strong, static, manifest |
Filename extensions | .f90 , .f , .for |
Website | fortran-lang |
Major implementations | |
Absoft, Cray, GFortran, G95, IBM XL Fortran, Intel, Hitachi, Lahey/Fujitsu, Numerical Algorithms Group, Open Watcom, PathScale, PGI, Silverfrost, Oracle Solaris Studio, others | |
Influenced by | |
Speedcoding | |
Influenced | |
ALGOL 58, BASIC, C, Chapel,[1] CMS-2, DOPE, Fortress, MATLAB, PL/I, PACT I, MUMPS, IDL, Ratfor, SAKO[2] |
Fortran (/ˈfɔːrtræn/; formerly FORTRAN) is a third generation, compiled, imperative programming language that is especially suited to numeric computation and scientific computing.
Fortran was originally developed by IBM.[3] It first compiled correctly in 1958.[4] Fortran computer programs have been written to support scientific and engineering applications, such as numerical weather prediction, finite element analysis, computational fluid dynamics, plasma physics, geophysics, computational physics, crystallography and computational chemistry. It is a popular language for high-performance computing[5] and is used for programs that benchmark and rank the world's fastest supercomputers.[6][7]
Fortran has evolved through numerous versions and dialects. In 1966, the American National Standards Institute (ANSI) developed a standard for Fortran to limit proliferation of compilers using slightly different syntax.[8] Successive versions have added support for a character data type (Fortran 77), structured programming, array programming, modular programming, generic programming (Fortran 90), parallel computing (Fortran 95), object-oriented programming (Fortran 2003), and concurrent programming (Fortran 2008).
Since April 2024, Fortran has ranked among the top ten languages in the TIOBE index, a measure of the popularity of programming languages.[9]
The manual for Fortran I was released in 1956, but it was 1958 before successful compilers were running programs correctly.
Another problem was that there was no standard for Fortran and so slightly different versions ... would likely fail when used with a different compiler.