Python vs C for a mail server

Paul Rubin http
Wed Feb 1 20:23:47 EST 2006


Magnus Lycka <lycka at carmen.se> writes:
> Sure, but on the other hand, you are really on your own when you
> avoid the compile time type safety in C++.

But it's almost impossible to avoid.  Does *p point to a valid object,
or to unallocated memory?  C++ has no way to tell this at compile
time.



More information about the Python-list mailing list