FORTRAN

FORTRAN is one of the earliest high-level languages, arguably the first. Our main interest is its place in the early history of programming languages, and the notes present an early style FORTRAN program.

FORTRAN has developed considerably since its first days and now hasmuch more modern forms. Modern FORTRAN emphasizes fast numerical computation, especially using low-level parallel computation such as arrays in which an operation can be applied to all the values in a range simultaneously.

There is a FORTRAN front end for gcc which is probably available as part of your Linux distro. There is also Windows version available, and you can even install a verson of CodeBlocks which includes it.