On 2007-03-13, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote:
> On Mon, 12 Mar 2007 15:45:30 -0000, Grant Edwards <[EMAIL PROTECTED]>
> declaimed the following in comp.lang.python:
>
>> 
>> IMO, robustness is also a quality of a language.  In language
>> like C and C++, it's difficult to write a program that isn't
>> full of potential crashes and exploits: buffer overflows,
>> broken pointers, memory leaks, etc.  Python eliminates many of
>> those sources of problems, and is therefore a "more robust"
>> language.
>
>       And if one doesn't like the dynamic behavior of Python, there is
> always a visit to comp.lang.ada

Or Modula-3.

-- 
Grant Edwards                   grante             Yow!  I am KING BOMBA of
                                  at               Sicily!...I will marry
                               visi.com            LUCILLE BALL next Friday!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to