On Tue, Aug 26, 2008 at 2:34 AM, Reini Urban <[EMAIL PROTECTED]> wrote: > I'll go now for something like > > #IF(key1|key2&(key3&!key4)) > #IFNOT(key1|key2&(key3&!key4)) > > And probably a shortcut for the negative else clause, like > #IF(cygwin): > #ELSE: > > #+ and #- is lisp so I don't want to destroy #+ the syntax rules. > #IF(): is quite short and easy to read. > i know it was all caps before, but do we need to continue that trend? i find it ugly.
stealing the markers from perl 6's test suite compiler directives, and using lower case and full english words, i suggest: #?if(foo|bar) ... #?else if(baz) ... #?else ... #?unless(quux) ... ~jerry