What's better about Ruby than Python?

Matthias spam at yourself.pl
Tue Aug 19 09:56:46 EDT 2003


Roy Smith wrote:
>    DEBUG (cout << "I'm a debug statement\n";);
> 
> It looks ugly, but at least it indents correctly.

Why not simply

    DEBUG(cout << "I'm a debug statement\n");

This should work unless you DEBUG does something strange.





More information about the Python-list mailing list