FORTRAN
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m |
(PRONOM) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=Languages | |formattype=Languages | ||
|subcat=Programming Languages | |subcat=Programming Languages | ||
+ | |extensions={{ext|f}}, {{ext|for}}, {{ext|f90}}, others | ||
+ | |pronom={{PRONOM|fmt/879}} | ||
|released=1957 | |released=1957 | ||
}} | }} | ||
Line 9: | Line 11: | ||
== References == | == References == | ||
− | * [ | + | * [[Wikipedia:Fortran|Fortran (Wikipedia)]] |
* [http://flibs.sourceforge.net/fortran-fastcgi-nginx.html Fortran + FastCGI + nginx : Possibly the fastest combination for certain web applications?] | * [http://flibs.sourceforge.net/fortran-fastcgi-nginx.html Fortran + FastCGI + nginx : Possibly the fastest combination for certain web applications?] | ||
+ | * [http://www.fortranplus.co.uk/resources/f77book.pdf Interactive Fortran 77 (free online book)] |
Latest revision as of 15:20, 21 August 2016
FORTRAN (Formula Translation) dates back to the mid-1950s and is the oldest programming language still in use. It was designed for scientific and engineering applications.
Originally, FORTRAN programs were stored on punchcards, which the programmer generated on keypunch machines and then handed in to a computing center, where the system operator (a priesthood comprising the only people who could actually touch the computer itself) would feed the cards to the computer, get a printed result (possibly consisting of an error message saying that the program was unable to compile or run) and hand it back to the programmer, perhaps days later.