Ashish@mastodon.social to Linux@lemmy.ml · edit-21 年前[@linux](https://lemmy.ml/c/linux) [@programmerhumor](https://lemmy.ml/c/programmerhumor) !programmerhumor@lemmy.mlfiles.mastodon.socialimagemessage-square27fedilinkarrow-up1365arrow-down148file-text
arrow-up1317arrow-down1image[@linux](https://lemmy.ml/c/linux) [@programmerhumor](https://lemmy.ml/c/programmerhumor) !programmerhumor@lemmy.mlfiles.mastodon.socialAshish@mastodon.social to Linux@lemmy.ml · edit-21 年前message-square27fedilinkfile-text
minus-squareSuccessful_Try543@feddit.delinkfedilinkarrow-up29·1 年前This comes from early years, when FORTRAN was introduced and the programmers needed to save space in the punch cards. Today, to avoid this possible source of bugs, you usually state “implicit none” in the preamble.
minus-squareGregoryTheGreat@programming.devlinkfedilinkarrow-up20·1 年前So I’ve been an engineer doing code ports to newer versions of Fortran. I never knew why that was at the top of every file. Thank you.
This comes from early years, when FORTRAN was introduced and the programmers needed to save space in the punch cards. Today, to avoid this possible source of bugs, you usually state “implicit none” in the preamble.
So I’ve been an engineer doing code ports to newer versions of Fortran. I never knew why that was at the top of every file. Thank you.