Difference between revisions of "F77"

From Computer History Wiki
Jump to: navigation, search
m
Line 1: Line 1:
F77 made it's debut with the [[Seventh Edition Unix]].  As far as I know it was one of the first F77 compilers.
+
F77 made it's debut with the [[Seventh Edition Unix]].  As far as I know it was one of the first [[FORTRAN|Fortran 77]] 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|Fortran]] Compiler.
 
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|Fortran]] Compiler.

Revision as of 22:10, 8 April 2010

F77 made it's debut with the Seventh Edition Unix. As far as I know it was one of the first Fortran 77 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.