Re: Duration of a flip-flop's flippy thing

2009-09-16 Thread yary
Sounds like a spectest is in order to prevent that case from happening, didn't see one in http://perlcabal.org/syn/S03.html (not that that's the definitive place to look for tests, but that's why I'm posting instead of DIY) >However, I can well > imagine an implementation botching the cloning of t

Re: Duration of a flip-flop's flippy thing

2009-09-16 Thread Larry Wall
On Wed, Sep 16, 2009 at 03:28:47PM -0400, Minimiscience wrote: > I have a Perl 6 function currently written in the form: > > sub func($x) { > for @data -> $datum { > if condition($datum, $x) ff * { ># Do various things > } > } > # Do various other things >

Duration of a flip-flop's flippy thing

2009-09-16 Thread Minimiscience
I have a Perl 6 function currently written in the form: sub func($x) { for @data -> $datum { if condition($datum, $x) ff * { # Do various things } } # Do various other things } I want the "various things" code to be run for the first element in C<@data

Perl 6 Set::Relation port desired (was Re: How can i contribute for perl 6 ?)

2009-09-16 Thread Darren Duncan
Moritz Lenz wrote [on perl6-language]: On Tue, Sep 15, 2009 at 09:30:13AM +0530, Saravanan Thiyagarajan wrote: Would like to be a volunteer in working for perl-6. Can some one help me to get into right direction ? I've written about various options on perlmonks [1], but I think the best thing