Ashish@mastodon.social to Linux@lemmy.ml · edit-21 year ago[@linux](https://lemmy.ml/c/linux) [@programmerhumor](https://lemmy.ml/c/programmerhumor) !programmerhumor@lemmy.mlfiles.mastodon.socialimagemessage-square27fedilinkarrow-up1367arrow-down148file-text
arrow-up1319arrow-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 year agomessage-square27fedilinkfile-text
minus-squareSuccessful_Try543@feddit.delinkfedilinkarrow-up29·1 year agoThis 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 year agoSo 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.