Tim Roberts wrote:
Scott David Daniels <scott.dani...@acm.org> wrote:
I avoid using single-letter variables except where I know the types
from the name (so I use i, j, k, l, m, n as integers, s as string,
and w, x, y, and z I am a little looser with (but usually float or
complex).

It's amazing to me that Fortran continues to live on in the hearts and
minds of today's programmers.

Fortran is alive and well. If you can find a Fortran 2003 compiler, you can even use classes.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to