Difference between revisions of "FORTRAN"

From Computer History Wiki
Jump to: navigation, search
m (add in some links here...)
(Popular Compilers)
Line 20: Line 20:
  
 
== Popular Compilers ==
 
== Popular Compilers ==
[[f77]]
+
*[[f77]]<br>
[[g77]]
+
*[[g77]]<br>
[[Watcom Fortran]]
+
*[[Watcom Fortran]]<br>
[[Microsoft Fortran]]
+
*[[Microsoft Fortran]]<br>
  
  
 
{{stub}}
 
{{stub}}
 
[[Category:Languages]]
 
[[Category:Languages]]

Revision as of 18:25, 8 April 2010

Fortran, better known as a "FORmula TRANslator". It's primary use was in Scientific and Engineering disciplines.

Dialects

There have been several popular versions of Fortran, namely:

  • FORTRAN 66
  • FORTRAN 77
  • FORTRAN 90
  • FORTRAN 95

Hello World

This is a simple FORTRAN program.

      program hello 
      print *, 'Hello!' 
      end

Folk lore

Fortran is popular from the old rant "Real Programmers Don't Use Pascal".

Popular Compilers