Hacker News new | ask | show | jobs
by nickpsecurity 3689 days ago
Here's an experienced C programmer and fan telling you a list of ways Fortran is higher-level and superior to C for numeric programming:

http://www.ibiblio.org/pub/languages/fortran/ch1-2.html

2 comments

Most everything here is subjective, inaccurate, or outdated by C99, save Fortran's multi-dimensional array handling which is legitimately superior to C despite partial reconciliation by VLAs.
Well, darn, there goes that. I'll have to re-examine it with C99 reference to assess it's accuracy.
I don't think it's quite that bad, but "for numeric programming" is a very important caveat here. As is "define higher-level".
I think higher level would be effecient, English-like representation that's closer to algorithm pseudo-code than managing machine details.
I don't remember seeing many GO TO's in post-F77 FORTRAN. When did this exchange happen?