Re: print and input were warts
Posted Sep 1, 2007 16:32 UTC (Sat) by
asamardzic (guest, #27161)
In reply to:
Re: print and input were warts by pr1268
Parent article:
Python 3.0a1 released
Well, I teach C++ to beginning programmers (as a lab instructor) - I tell the students to put using namespace std; in their programs after the preprocessor statements and then forget about it. This enables them to dispense with the std:: crap each time.
Piece of advice indeed - then why do you think C++ standard library is put into this "crap" namespace at the first place?
Btw, now when Python 3000 seems to materialize after all, let's hope that Perl 6 will soon too...
(
Log in to post comments)