Hacker News new | ask | show | jobs
by pklausler 790 days ago
You had a FORTRAN compiler that didn't have DO loops? I'm dubious.
1 comments

FORTRAN IV (1962) predates DO, which if Wikipedia is to be trusted, was introduced in FORTRAN 66.
FORTRAN (no numbers!) had DO loops in the first release of the language. No subroutines, only statement functions, but there absolutely were DO loops! The ability of the compiler to perform what are now basic loop optimizations on them is what sold the users on automatic compilers.