Wacky Programming Tales

elephant elephant at squirrelgroup.com
Thu Aug 19 12:07:35 EDT 1999


Mark W. Schumann writes ..
>In article <37b62939 at cs.colorado.edu>,
>Tom Christiansen  <tchrist at mox.perl.com> wrote:
>>Gosh yes.  I think it was the rogue source that had something like:
>>
>>    #define until(expr) while(!expr)
>>    #define otherwise   break; default:
>>
>>I don't remember whether it also had these, but I have
>>seen them elsewhere:
>>
>>    #define forever()  for(;;)
>>    #define unless(expr) if(!expr)
>
>I've seen
>
>#define ARBEGIN {
>#define AREND   }

in his section on Privacy in "Advanced Perl Programming" Sriram 
Srinivasan mentions (as a counterexample to syntactically enforced 
privacy) seeing the following in some C++ code just before a header file 
was included

  #define private public

there must be something wrong with me .. because I'd never thought of 
that

-- 
 jason - elephant at squirrelgroup.com -




More information about the Python-list mailing list