Y
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
jedbrown
3689 days ago
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.
link
nickpsecurity
3689 days ago
Well, darn, there goes that. I'll have to re-examine it with C99 reference to assess it's accuracy.
link
pjc50
3689 days ago
I don't think it's quite that bad, but "for numeric programming" is a very important caveat here. As is "define higher-level".
link
nickpsecurity
3689 days ago
I think higher level would be effecient, English-like representation that's closer to algorithm pseudo-code than managing machine details.
link
rbanffy
3689 days ago
I don't remember seeing many GO TO's in post-F77 FORTRAN. When did this exchange happen?
link