Robert Dodier <robert_dodier@yahoo.com> writes:
> Sure, you can do it in Fortran or Fortran-alikes -- but I think
> after you get used to that kind of all-at-once operation you won't
> want to go back to do-loops.
Actually, nowadays (with Fortran 95) Fortran has the same concept of
using whole-array operations rather than processing the elements
one-by-one in a loop.