Fortran (previously FORTRAN) is a general-purpose,Since FORTRAN 77, which introduced the CHARACTER data type. procedural, imperative programming language that is especially suited to numeric computation and scientific computing. Originally developed by IBM in the 1950s for scientific and engineering applications, Fortran came to dominate this area of programming early on and has been in continual use for over half a century in computationally intensive areas such as numerical weather prediction, finite element analysis, computational fluid dynamics (CFD), computational physics, and computational chemistry. It is one of the most popular languages in the area of High-performance computing and programs to benchmark and rank the world's fastest supercomputers are written in Fortran.
Welcome to CWAnswers
CWAnswers is your guide to the sprawling world wide web. The directory aims to provide a useful guide made by users. You can share your knowledge as well - simply sign up and edit your first entry. For questions just contact the team at support - at - cwanswers.com.
Weblinks for Fortran
Top 10 for Fortran
Things about Fortran you find nowhere else.
Select content modules
Fortran - My Tech Blog
A ebooks link collection on various aspects of Fortran including mixed language and parallel programming. ... My Tech Blog. EBooks Link Collections, Blogger ...kgptech.blogspot.com/2005/07/fortran_14.htmlFortran — Blogs, Pictures, and more on WordPress
PGI Visual Fortran.2008 v8.0.1 x64 ... FORTRAN Radix Sort ... Fortran Coding Style for the Modern Programmer ...en.wordpress.com/tag/fortran/Passages: John W. Backus - Inventor of Fortran - SiteProNews Blog
Passages: John W. Backus - Inventor of Fortran. SiteProNews Blog. Tuesday, March 20. 2007 ... level computer programming language, Fortran died at age 82 today. ...blog.sitepronews.com/index.php?/archives/131-Passages-John-W...Free Computer, I.T. and Programming Training: Blog for Intelligentedu.com
Programming in C, C++, Perl, Java, and Fortran ... 2 Fortran 77 Books: Reference Manual and Programmer's Guide ... Fortran 90 Tutorial Course ...www.intelligentedu.com/blogs/post/tag/fortranHypercubed Blog " Blog Archive " FORTRAN.NET?
I love FORTRAN for the easy vector and array manipulations. ... Give me the option of using FORTRAN fixed format read's and writes all packaged ...blog.hypercubed.com/archives/2005/06/18/fortrannet/Fortran (previously FORTRAN) is a general-purpose,Since FORTRAN 77, which introduced the CHARACTER data type. procedural, imperative programming language that is especially suited to numeric computation and scientific computing. Originally developed by IBM in the 1950s for scientific and engineering applications, Fortran came to dominate this area of programming early on and has been in continual use for over half a century in computationally intensive areas such as numerical weather prediction, finite element analysis, computational fluid dynamics (CFD), computational physics, and computational chemistry. It is one of the most popular languages in the area of High-performance computing and programs to benchmark and rank the world's fastest supercomputers are written in Fortran.
Fortran (a blend derived from The IBM Mathematical Formula Translating System) encompasses a lineage of versions, each of which evolved to add extensions to the language while usually 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).
History
right|thumb|320px|An IBM 704 mainframe (image courtesy of LLNL) right|thumb|FORTRAN code on a punch card, showing the specialized uses of columns 1-5, 6 and 73-80. In late 1953, John W. Backus submitted a proposal to his superiors at IBM to develop a more efficient alternative to assembly language for programming their IBM 704 mainframe computer. Backus' historic FORTRAN team consisted of programmers Richard Goldberg, Sheldon F. Best, Harlan Herrick, Peter Sheridan, Roy Nutt, Robert Nelson, Irving Ziller, Lois Haibt and David Sayre.
A draft specification for The IBM Mathematical Formula Translating System was completed by mid-1954. The first manual for FORTRAN appeared in October 1956, with the first FORTRAN compiler delivered in April 1957. This was an optimizing compiler, because customers were reluctant to use a high-level programming language unless its compiler could generate code whose performance was comparable to that of hand-coded assembly language.
While the community was skeptical that this new method could possibly out-perform hand-coding, it reduced the amount of programming statements necessary to operate a machine by a factor of 20, and quickly gained acceptance. Said creator John Backus during a 1979 interview with Think, the IBM employee magazine, "Much of my work has come from being lazy. I didn't like writing programs, and so, when I was working on the IBM 701 (an early computer), writing programs for computing missile trajectories, I started work on a programming system to make it easier to write programs."
























