Long Live Python!

Dennis Roark denro at earthlink.net
Fri Jul 13 00:51:45 EDT 2001


James_Althoff at i2.com wrote:

>
>
>What is it about Python that would, in your experience, make it only "good
>for short programs <100 lines".
>
>Jim
>

Lack of type safety; lack of forcing variable names to be
declared before use.  (In a long program, how hard it is to
find a bug that is simply the misspelling of a variable!)

I really like Python, but for at least the reasons above, I
can't see it for long programs.

---------------------------------
Dennis Roark
Dept. of Computer Science
University of Sioux Falls

Starting Points:  http://home.earthlink.net/~denro
---------------------------------



More information about the Python-list mailing list