14 Facts About Fortran

1.

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

FactSnippet No. 537,196
2.

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

FactSnippet No. 537,197
3.

Fortran has had numerous versions, each of which has added extensions while largely retaining compatibility with preceding versions.

FactSnippet No. 537,198
4.

Fortran's design was the basis for many other programming languages.

FactSnippet No. 537,199
5.

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

FactSnippet No. 537,200
6.

Development of Fortran paralleled the early evolution of compiler technology, and many advances in the theory and design of compilers were specifically motivated by the need to generate efficient code for Fortran programs.

FactSnippet No. 537,201
7.

Nevertheless, Fortran 95 added a number of extensions, notably from the High Performance Fortran specification:.

FactSnippet No. 537,202
8.

An important supplement to Fortran 95 was the ISO technical report TR-15581: Enhanced Data Type Facilities, informally known as the Allocatable TR.

FactSnippet No. 537,203
9.

Language defined by the twenty-first century standards, in particular because of its incorporation of Object-oriented programming support and subsequently Coarray Fortran, is often referred to as 'Modern Fortran', and the term is increasingly used in the literature.

FactSnippet No. 537,204
10.

An important supplement to Fortran 2003 was the ISO technical report TR-19767: Enhanced module facilities in Fortran.

FactSnippet No. 537,205
11.

Supplement to Fortran 2008 is the International Organization for Standardization Technical Specification (TS) 29113 on Further Interoperability of Fortran with C, which has been submitted to ISO in May 2012 for approval.

FactSnippet No. 537,206
12.

Fortran 5 was marketed by Data General Corp in the late 1970s and early 1980s, for the Nova, Eclipse, and MV line of computers.

FactSnippet No. 537,207
13.

Object-Oriented Fortran was an object-oriented extension of Fortran, in which data items can be grouped into objects, which can be instantiated and executed in parallel.

FactSnippet No. 537,208
14.

Many Fortran compilers have integrated subsets of the C preprocessor into their systems.

FactSnippet No. 537,209