How Thou Canst Maketh a Fine Program in Fortran
21–30 of 38 posts
Re: How Thou Canst Maketh a Fine Program in Fortran
#22maketh is 3rd person singular, but should be an infinitive. cutesy middle english "fail"
lol
Re: How Thou Canst Maketh a Fine Program in Fortran
#23I'm thoroughly surprised to see that Fortran is still being updated (with an upgrade still in the works for next year apperantly). I had no idea. I'll give it a shot as it seems interesting to at least have worked in it a bit, but I do wonder, where is Fortran used these days? A quick glance at Tiobe[1] shows that it scored a bit higher than Haskell, Scala and Kotlin. Can anyone explain me why? [1]: https://www.tiobe…
Also, the PG (now nVidia) Fortran compiler makes it very easy to make your code run on a gpu with only adding some attributes to variables and some pramgas.
Re: How Thou Canst Maketh a Fine Program in Fortran
#24I'm thoroughly surprised to see that Fortran is still being updated (with an upgrade still in the works for next year apperantly). I had no idea. I'll give it a shot as it seems interesting to at least have worked in it a bit, but I do wonder, where is Fortran used these days? A quick glance at Tiobe[1] shows that it scored a bit higher than Haskell, Scala and Kotlin. Can anyone explain me why? [1]: https://www.tiobe…
Also, the PG (now nVidia) Fortran compiler makes it very easy to make your code run on a gpu with only adding some attributes to variables and some pramgas.
Re: How Thou Canst Maketh a Fine Program in Fortran
#25(Seriously, nice post, and well done on the title graphic font choice.)
Re: How Thou Canst Maketh a Fine Program in Fortran
#26Needed more https://en.wikipedia.org/wiki/Long_s Turns In troth, the Fortran programming language is well suited for those persons who are scientific and who engineer. Named so for the phrase “Formula Translation,” it is a language exquisite for programming machines. into In troth, the Fortran programming language is well suited for thoſe perſons who are scientific and who engineer. Named so for the phraſe “Formula T…
Bonus points if he had used þe for the in a few places...
Re: How Thou Canst Maketh a Fine Program in Fortran
#27Earlier quoted context omitted.
Not the parent, but "your machine" should probably be "thy machine." "Thou compiler" should be "thy compiler." In general, mapping from 3rd to 2nd person, "he" = "thou", "him" = "thee", and "his" = "thy." I believe "thou doth do" should just be "thou doth" but I could be mistaken about what "doth" is. :)
Just to share something I think is fun: Modern German has separate formal and informal pronouns ("du bist" vs. "Sie sind") and verbs. English used to have them too ("thou art"/"you are"). Even though people assume "thou" is more formal, it's actually the informal/intimate version. https://en.wikipedia.org/wiki/Thou Apparently we (~Angles/Saxons) also used to have a separate tense for "a group of exactly two of you" a…
https://www.quora.com/English-language-Why-did-people-stop-u...
but it leaves open the question why it persists in other languages.
Re: How Thou Canst Maketh a Fine Program in Fortran
#28Author missed a trick by not using a font with a long S. Also had some trouble declining thee/thou/thy, which is admittedly hard for a modern speaker.
What were the issues with the declensions?
Re: How Thou Canst Maketh a Fine Program in Fortran
#29I guess I was expecting a little more substance to the post. It seems like a long-winded for the little substance in it.
Re: How Thou Canst Maketh a Fine Program in Fortran
#30I'm thoroughly surprised to see that Fortran is still being updated (with an upgrade still in the works for next year apperantly). I had no idea. I'll give it a shot as it seems interesting to at least have worked in it a bit, but I do wonder, where is Fortran used these days? A quick glance at Tiobe[1] shows that it scored a bit higher than Haskell, Scala and Kotlin. Can anyone explain me why? [1]: https://www.tiobe…
I did my dissertation in astrophysics a few years ago using simulations I programmed in Fortran. As others have said, its efficient for number crunching, there's a lot of legacy code in scientific fields and most older Profs are familiar with it. Also, as a language, there isn't much to it. If you're already familiar with the basics of programming, you can learn most of what there is to know about Fortran 77 in an af…