this post was submitted on 15 Feb 2025
418 points (98.8% liked)

Programmer Humor

35244 readers
29 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] milkisklim@lemm.ee 14 points 2 months ago (10 children)

Well I be damned. What does the Fortran do ?

[–] BartyDeCanter 35 points 2 months ago (1 children)

Array operations in FORTRAN are much easier for the compiler heavily optimize than it is in c/c++ due to its array model and type system. You can achieve much of the same thing with modern compiler extensions, but it’s difficult and not as portable.

[–] milkisklim@lemm.ee 7 points 2 months ago

That's interesting, thanks

load more comments (8 replies)