Python in a desktop environment

Grant Edwards grante at visi.com
Mon Mar 12 11:45:30 EDT 2007


On 2007-03-12, Bruno Desthuilliers <bruno.42.desthuilliers at wtf.websiteburo.oops.com> wrote:
> Grant Edwards a écrit :
> (snip)
>
>> Python is _far_ more robust than C++.
>
> I wouldn't say so - robustness is a quality of a program, not of a 
> language !-)

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.

-- 
Grant Edwards                   grante             Yow!  Uh-oh!! I forgot
                                  at               to submit to COMPULSORY
                               visi.com            URINALYSIS!



More information about the Python-list mailing list