LYCOS RETRIEVER
Fortran: Fortran 90
built 657 days ago
Fortran (FORmula TRANslation) is one of the oldest high level languages, certainly the oldest that is still in use. It was originally developed by IBM in the late 1950s, and has been through numerous revisions since then. The latest version is Fortran 90, the preceding version was Fortran 77.
Source:
Fortran (a portmanteau derived from The IBM Mathematical Formula Translating System) encompasses a lineage of versions, each of which evolved to add extensions to the language while retaining compatibility with previous versions. Successive versions have added support for processing of character-based data (FORTRAN 77), array programming, module-based programming and object-based programming (Fortran 90 / 95), and object-oriented and generic programming (Fortran 2003).
Source:
Fortran 90 was being referred to as Fortran 8x, in hopes that by virtue of its release date it could be called Fortran 88. However, release was continually delayed by the numerous votes taken and the conflicts that arose. (Even at the close of the balloting period, 8-12 persons consistently voted "no.")
Source:
The goal of this Fortran tutorial is to give a quick introduction to the most common features of the Fortran 77 programming language. A companion tutorial introduces the key enhancements found in Fortran 90.
Source:
Salford FTN95 is a Fortran 95 compiler that supports Fortran 77, Fortran 90 and Fortran 95. The compiler generates exectuables for Win32 (but Win32 console and GUI applications) and the Microsoft .NET framework. It comes with CHECKMATE, a tool that lets programmers check the correctness of their code at runtime. Also included is Plato 3 (an IDE), full source level debugging, documentation and examples. You may only generate code for your personal use on your home computer, and all executables will display a banner on execution.
Source:
Let the Lahey online source checker diagnose hitherto undetected programming errors in your code, whether it's spaghetti pre-77 code or nice fresh Fortran 90 or 95. Detects argument mismatches across files and other hard-to-find errors. Also generates listings and cross references. Works with a single Fortran file or with a zip of multiple source files.
Source: