FORTRAN

From ETHW
Revision as of 15:15, 24 March 2014 by Administrator1 (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Fortran stands for “formula translation,” and it was the first high-level programming language that John Backus developed for IBM in 1954. Released as a commercial product in 1957, Fortran remains an important programming language for scientific and mathematical programs.

Fortran was a digital code interpreter, designed to approximate human language. It was not the first compiler, but it was the first to be a commercial success. Unlike early programming languages, which functioned either in machine code or assembly language, Fortran was a high-level code and did not require the same level of training, time, and patience, as it was much less prone to bugs. Fortran used words and syntax and employed a compiler to translate those sentences into assembly language or machine code that the computer could understand.

Fortran was among a small number of high-level programming languages available in the 1950s and 1960s that could guarantee reasonable compatibility between different computer systems. Not until the popularization of the C language in the 1970s would its portability be matched. Although the Fortran I continued to compile data for twenty years, it was soon succeeded by a series of upgrades (Fortran II, III, IV, 66, 77, 90, and 95).