I love that they put "usually" in this sentence:
"Humans usually are not as good writing machine code as they are at writing Fortran"
--
About GNU Fortran
https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gfortran/About-GNU-Fortran.html
I love that they put "usually" in this sentence:
"Humans usually are not as good writing machine code as they are at writing Fortran"
--
About GNU Fortran
https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gfortran/About-GNU-Fortran.html
@neilernst
There is of course a lot of debate in the #Fortran community to get rid of that. No one would of course use implicit typing in modern code, but legacy codes are still running in many libraries...
But implicit typing is still officially the default, and IMPLICIT NONE must be used in every code.
Compilers are also of course offering options like -fimplicit-none in #GFortran. But putting explicitly IMPLICIT NONE in code is a better practice! :-)
Fortran auf dem Mac (mit Geany)
Ich weiß, Ihr werdet mich jetzt alle für verrückt erklären (und vermutlich habt Ihr recht), aber ich habe mir aus reiner Neugierde GNU #Fortran heruntergeladen, weil ich wissen wollte, ob es eventuell mit #Geany auf meinem Mac spielt. Die Kurzfassung: Es spielt! http://blog.schockwellenreiter.de/2020/05/2020050901.html #gfortran #macOS