Re: Call for review: traits, lift

2009-05-05 Thread Larry Wall
On Sun, May 03, 2009 at 08:20:17PM +0200, Moritz Lenz wrote: : If I understood the specs correctly, variables can be lifted, so you can : write : : sub f() {lift $a + $b}; : { : my $a is context = 3; : my $b is context = 4; : say f(); : } : : Is that correct? I think so. : And if

Re: Call for review: traits, lift

2009-05-05 Thread Daniel Ruoso
Em Dom, 2009-05-03 às 21:15 -0700, Larry Wall escreveu: On Sun, May 03, 2009 at 08:20:17PM +0200, Moritz Lenz wrote: : If I understood the specs correctly, variables can be lifted, so you can : write : : sub f() {lift $a + $b}; : { : my $a is context = 3; : my $b is context = 4;

r26685 - docs/Perl6/Spec/S32-setting-library

2009-05-05 Thread pugs-commits
Author: lwall Date: 2009-05-06 00:20:38 +0200 (Wed, 06 May 2009) New Revision: 26685 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [Containers] some work on various structures related to KeyHash define .pick to work rationally on structures whose values represent weights.