On 2007-09-17, Laurent Pointal <[EMAIL PROTECTED]> wrote:

> Note3: Its funny to see how Python users tries to change the language, 
> does this occure with C, C++, Java, C# ?

Yes.  I remember somebody I worked with once who write a C
program using a whole pile of macros to make it look like BASIC:

#define IF  if (
#define THEN ) {
#define ELSE } else {
#define ENDIF }

and so on...

-- 
Grant Edwards                   grante             Yow! I am deeply CONCERNED
                                  at               and I want something GOOD
                               visi.com            for BREAKFAST!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to