exercism / fortran

Exercism exercises in Fortran.

Home Page:https://exercism.org/tracks/fortran

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fortran fixed format

pclausen opened this issue · comments

Fortran77 only supported fixed format. This course is focused on Fortran90 and free format.

We should add somewhere that fixed format is still in use for older legacy systems.

Ref:
https://en.wikibooks.org/wiki/Fortran/Beginning_Fortran#Free_Form_and_Fixed_Form

We should probably avoid "legacy" as well, older systems is descriptive enough, legacy has a not-so-well-defined use, usually. Used, but sloppily to mean quite a few things, when it comes to systems and coding. Specifically we can say "before Fortran90" if there is nothing before that that used free format.