Difference between revisions of "F77"

From Computer History Wiki
Jump to: navigation, search
(lame initial version)
 
Line 6: Line 6:
  
 
{{stub}}
 
{{stub}}
[[Category|Fortran Compilers]]
+
[[Category:Fortran Compilers]]

Revision as of 19:44, 8 April 2010

F77 made it's debut with the Seventh Edition Unix. As far as I know it was one of the first F77 compilers.

F77 used the same backend as the C compiler, so it was pretty portable. F77 was also used as the basis of the f2c translator, which is used on systems where there is no Fortran Compiler.

Source code to the original PDP-11 Fortran can be found here.