Live data from Hacker News

Fortran popularity rises with numerical and scientific computing

infoworld.com

1–9 of 9 posts

Re: Fortran popularity rises with numerical and scientific computing

#2
FORTRAN = FORmula TRANslation. I learned it in 1987 as WATFIV on an IBM Mainframe running DOS/VSE.

It gave way to BASIC, and last I knew in 2000 we were using Visual BASIC.

OpenWatcom FORTRAN 77 is here: https://openwatcom.org/ftp/install/

GNUFORTRAN is here: https://gcc.gnu.org/fortran/

GNUFORTRAN is part of GCC: https://gcc.gnu.org/wiki/GFortran

Re: Fortran popularity rises with numerical and scientific computing

#3
I'm not sure how TIOBE works, but I wonder how much of the rise can be attributed to old Fortran projects getting thrown up on GitHub. Fortran is a fine language, and it has its strengths, but I don't think "native computation" is one of them. This kind of thing is rarely the deciding factor...

Re: Fortran popularity rises with numerical and scientific computing

#7

FORTRAN = FORmula TRANslation. I learned it in 1987 as WATFIV on an IBM Mainframe running DOS/VSE. It gave way to BASIC, and last I knew in 2000 we were using Visual BASIC. OpenWatcom FORTRAN 77 is here: https://openwatcom.org/ftp/install/ GNUFORTRAN is here: https://gcc.gnu.org/fortran/ GNUFORTRAN is part of GCC: https://gcc.gnu.org/wiki/GFortran

Early Unices had a structured FORTRAN.

Re: Fortran popularity rises with numerical and scientific computing

#8
Modern Fortran is quite quite different from those punched cards back in the day, the latest revision being from 2023.

Coupled with a notebook like experience, one gets Python like experience, coupled with one of the HPC performance kings, and that is what LFortran is trying to achieve.

https://lfortran.org/