Jump to content

FORTRAN

From EDM2

Early and highly influential programming language designed by IBM in the 1950's, by now primarily used in numerical and scientific computing but on top of the usual inertia and the wide availability of libraries, FORTRAN can produce numerical code that is significantly faster that what you can expect from languages like C and Pascal. While Fortran was a major influence on the European Algol languages in the late 1950's, things have essentially turned around 180 degrees with all FORTRAN standards since the early 70's being heavily influenced by structured Algol derivatives like Pascal and Modula-2.

Classic FORTRAN is always spelled all caps, Fortran 90 and later however are expected to be formatted as other nouns. We tend to use the older conventions here since only a couple of F90 OS/2 implementations showed up and they did not sell well so the bulk of OS/2 programming has traditionally been done in classic FORTRAN.

A list of OS/2 implementations of FORTRAN

Libraries and bindings

OS/2 text & programmers editors with FORTRAN support

  • Boxer - FORTRAN syntax support included by default - Commercial - Discontinued
  • BRIEF - FORTRAN syntax support included by default - Commercial - Discontinued
  • Elvis - FORTRAN syntax support included by default - Open source - Current
  • EPM
  • jEdit - Java editor
  • MED
  • Visual Slick Edit

A list of DOS implementations of FORTRAN

DOS text & programmers editors with FORTRAN support

  • Boxer - FORTRAN syntax support included by default - Commercial - Discontinued

A list of FORTRAN implementations that run under WinOS/2

  • Microsoft FORTRAN77 - Commercial - Discontinued
  • Prospero FORTRAN 77 - Commercial - Discontinued - 16 bit development possible by cross-compiling from DOS or OS/2 with an optional library/linker package.

A list of FORTRAN implementations that run under Java

  • F2J Open source - Current

A list of FORTRAN implementations in JavaScript

Publications

  • T. Ellis, et al: FORTRAN 77 Programming: with an Introduction to the FORTRAN 90 Standard - 1990 - ISBN: 0201416387 - Out of print.

External articles

Tutorials and other learning material

Links

USENET

Standards

FORTRAN to FORTRAN IV

FORTRAN66 & FORTRAN77

Fortran 90

Fortran95

Fortran20xx

Fortran MP

Extensions to FORTRAN77, 90 and 95 to support programming multi-processor machines, the v4 also supports Fortran2003

Standards bodies

  • Fortran Standards Committee homepage - The home of FORTRAN standardisation since 1966, although usually credited to ANSI the standard is actually developed by "National Committee for Information Technology Standards" (NCITS) nowadays known as "InterNational Committee for Information Technology Standards " (INCITS), despite having no presence outside the USA.
  • OpenMP - Standards body for the Fortran MP variants.

FORTRAN History

  • Developed primarily by John Backus then working from the IBM headquarters on Madison Avenue in New York City, USA and formally introduced as an optional software for the IBM 704 computer in April 1957 even though IBM had shipped versions in 1956. The basic idea behind FORTRAN was for it to resemble common algebra notation as much as possible.