-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Description
This was first seriously suggested here:
This deserves an issue of its own. Let's discuss the pros and cons, here is a start:
Cons
- Change of established (by now) conventions to use
.f
for fixed-form and.f90
for free-form (see @sblionel's post for the history of this). Thus creating even more confusion. - Syntax highlighting in Vim, GitHub, etc. might be incorrect for free-form code in
.f
files - Some existing Fortran users might be disappointed with this choice
- While this can be implemented in
fpm
easily, it might break some other existing tools around Fortran
Pros
.f
is a nice extension, natural for Fortran- It does not have 90 in the name, thus nothing "old" about it
- Writing fixed-form is not recommended for new projects, so the default good extension should be reserved for free-form, rather than fixed-form
- New Fortran users might like this new extension more
milancurcic, LKedward, epagone, chenpeizhi, zaikunzhang and 17 more
Metadata
Metadata
Assignees
Labels
No labels