develooper Front page | perl.perl6.internals | Postings from July 2002

Re: PARROT QUESTIONS: Use the source, Luke

Thread Previous | Thread Next
From:
Damien Neil
Date:
July 15, 2002 15:29
Subject:
Re: PARROT QUESTIONS: Use the source, Luke
Message ID:
20020715110855.C23105@cisco.com
On Mon, Jul 15, 2002 at 12:34:52AM -0400, Melvin Smith wrote:
> >The last four are reserved by various C and C++ standards.
> 
> I always hear this, but in real life it is never much of a problem. 
> Especially
> with a namespace like [Parrot]

It is a good idea to avoid using the reserved identifier space, not
only because it avoids conflicts with vendor libraries, but for
documentation purposes.  The leading underscore means "system internal,
do not touch"; blurring this meaning doesn't help.

It's also unnecessary.  It isn't like there aren't perfectly good
alternatives--what's wrong with "Parrot__"?

                      - Damien

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About