On Tue, Aug 26, 2008 at 11:00 AM, Allison Randal <[EMAIL PROTECTED]> wrote: > jerry gay wrote: >>> >>> #+ 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. > > All-caps is the Parrot coding standard for macros and #defines, and these > fall in the same general category. > in c code, i agree.
this is not c, however. it is for a makefile template, where the makefile macro names (e.g. CP=$(PERL) -M...) are in all-caps. i think it would be easier to distinguish the makefile template generator macros from the makefile macros if they weren't the same case. #?else IFCONFIG=bar over #?ELSE IFCONFIG=bar i suppose it's just paint, though. i can live with either way, so i'll defer to you. ~jerry