develooper Front page | perl.perl6.language | Postings from June 2006

Re: Synchronized / Thread syntax in Perl 6

Thread Previous | Thread Next
From:
Paul Hodges
Date:
June 3, 2006 22:27
Subject:
Re: Synchronized / Thread syntax in Perl 6
Message ID:
20060604052154.5531.qmail@web31606.mail.mud.yahoo.com


--- Larry Wall <larry@wall.org> wrote:
> On Sat, Jun 03, 2006 at 03:51:45PM -0700, Paul Hodges wrote:
> :  { no threads;
> :    print @_.ยป();
> :  }
> 
> It seems a bit odd to use a construct for its syntactic sugar value
> but take away its semantics...
> 
> If you just need ordering, this (or something like it) should
> serialize it:
> 
>    print $_.() for @_;
> 
> Larry

LOL -- and "d'oh".
Apologies, not enough sleep. 
I stand corrupted. :o]

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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