Front page | perl.perl6.language |
Postings from January 2004
Re: run-once code
Thread Previous
|
Thread Next
From:
David Storrs
Date:
January 14, 2004 09:32
Subject:
Re: run-once code
Message ID:
20040114173143.GC11134@megazone.bigpanda.com
On Wed, Jan 14, 2004 at 10:59:52AM -0500, Melvin Smith wrote:
> I think Perl6 will allow a hint like so:
>
> my int $max_reached;
>
> The important thing is that $max_reached is used simply as a conditional,
> and you don't pass it to a routine or otherwise use it in a way to cause it
> to be promoted to a PMC
What uses would cause it to be promoted to a PMC?
--Dks
Thread Previous
|
Thread Next