On Fri, 01 Jul 2005 10:54:03 +0200, rumours say that "Adriaan Renting"
<[EMAIL PROTECTED]> might have written:

Some thoughts interspersed:

>I'm not a very experienced Python programmer yet, so I might be
>mistaken, but there are a few things that would make me prefer C++ over
>Python for large (over 500.000 LOC) projects.

>- namespaces
Python: modules? classes?

>- templates
Python: list.extend(["a", 5, 3.14, 1+3j])

>- strong type checking
Python: print "1"+1

>- data hiding
C++: #define private public

>- more available libraries and more advanced developement tools.
More advanced development tools, yes.  More available libraries?
Perhaps.
-- 
TZOTZIOY, I speak England very best.
"Dear Paul,
please stop spamming us."
The Corinthians
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to