Difference between revisions of "F77"

From Computer History Wiki
Jump to: navigation, search
m (Proper cat)
 
(2 intermediate revisions by 2 users not shown)
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 its 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.
Line 5: Line 5:
 
Source code to the original [[PDP-11]] Fortran can be found [http://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd/f77 here].
 
Source code to the original [[PDP-11]] Fortran can be found [http://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd/f77 here].
  
{{stub}}
+
{{semi-stub}}
[[Category:Fortran Compilers]]
+
 
 +
[[Category: Fortran Compilers]]

Latest revision as of 20:58, 18 October 2018

F77 made its 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.