I'm curious at the FORTRAN effort: what was that about, where did it come from, and why was it abandoned?
Second, 7th Edition came with the "f77" command implementing (unsurprisingly) Fortran 77. A paper by Stu Feldman and Peter Weinberger in Volume 2 describes the compiler and includes this line: "This is believed to be the first complete Fortran 77 system to be implemented." (https://s3.amazonaws.com/plan9-bell-labs/7thEdMan/vol2/ )f77.txt
Was that true? Notable in this paper is mention that the Fortran compiler can drive the backend of either Ritchie's PDP-11 C compiler *or* Johnson's portable C compiler. What was the local story? Did this see local use?