Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@AlexDeLarge yeah the structure was pretty interesting. And just how they did things back then.... There was no VS or PyCharm... You wrote your code on paper to work out the logic, and then you types it into a terminal and hope you didn't make any typos.
-
lol I always like to picture how those codes are executed on a mechanical computer when I write Fortran, which makes a lot sense why those command line arguments have those cult like syntax, for example:
open(unit=99,file=trim(blah),position='rewind',action='write')
this rewrites on top of a file that is achieved by opening a file indexed at 99, named blah, rewind the tape to the beginning, then start writing...
Fortran is a dumb language for logical animals!
Related Rants
-
xonya6I'm working on the project with the weirdest combination of technologies ever: Vue.js on the frontend, FORTRA...
-
killmonger0Was Studying for my Exams and found this hilarious comment by the Author of the Book.
-
domminow1Hi guys, look what I've found in some old assembly book as a bookmark!
My dad showed me one of his old notebooks from like 1980 or something and it was all handwritten FORTRAN stuff he used to do. Wow... We've come a long way.
random
fortran