Skyglobe · @skyglobe
42 followers · 608 posts · Server hostux.social

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

gcc.gnu.org/onlinedocs/gcc-13.

#gcc #gfortran #fortran

Last updated 1 year ago

icecoldsquirrel · @icecoldsquirrel
2 followers · 50 posts · Server social.vivaldi.net

Is there sb. out there working with the GNU compiler and may be able to help me with buffered/unbufferd I/O issues?

#fortran #gfortran #help #gcc #ancientcode

Last updated 1 year ago

· @vmagnin
62 followers · 123 posts · Server floss.social

@neilernst
There is of course a lot of debate in the 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 . But putting explicitly IMPLICIT NONE in code is a better practice! :-)

#FORTRAN #gfortran

Last updated 1 year ago

· @vmagnin
26 followers · 41 posts · Server floss.social

You can try with online :
- On the Fortran Playground play.fortran-lang.org/ you can learn Fortran by compiling (and editing) various examples.
- On Godbolt Compiler Explorer godbolt.org/, you can use several versions of , Intel , Intel and . And you can read the assembler code.
- On dev.lfortran.org/ you can play with the compiler (development in progress) and see its intermediate representations.

#lfortran #flang #IFX #ifort #gfortran #compilers #FORTRAN

Last updated 2 years ago