On Mar 7, 2010, at 09:42 , pugs-comm...@feather.perl6.nl wrote:
+has $!age is ref; # BUILD will automatically use ref binding,
not copy
Perl6 isn't done until it has reinvented Algol 68?
--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allb...@kf8nh.com
system administrator [o
Jon Lang wrote:
Moritz Lenz wrote:
Please take a look at http://rt.perl.org/rt3/Ticket/Display.html?id=73356:
rakudo: say max(1..5)
rakudo c05478: OUTPUT«-Inf»
* masak submits rakudobug for max(1..5)
The weird thing is that it is right, according to the current spec. It says
our multi max
Moritz Lenz wrote:
> Please take a look at http://rt.perl.org/rt3/Ticket/Display.html?id=73356:
>
> rakudo: say max(1..5)
> rakudo c05478: OUTPUT«-Inf»
> * masak submits rakudobug for max(1..5)
>
> The weird thing is that it is right, according to the current spec. It says
>
> our multi max( Or
Please take a look at http://rt.perl.org/rt3/Ticket/Display.html?id=73356:
rakudo: say max(1..5)
rakudo c05478: OUTPUT«-Inf»
* masak submits rakudobug for max(1..5)
The weird thing is that it is right, according to the current spec. It says
our multi max( Ordering @by, *...@values )
our mu
Author: masak
Date: 2010-03-07 16:40:03 +0100 (Sun, 07 Mar 2010)
New Revision: 29979
Modified:
docs/Perl6/Spec/S12-objects.pod
Log:
[S12] s/values/symbols/
Modified: docs/Perl6/Spec/S12-objects.pod
===
--- docs/Perl6/Spec/S12-obje
Author: lwall
Date: 2010-03-07 15:42:59 +0100 (Sun, 07 Mar 2010)
New Revision: 29976
Modified:
docs/Perl6/Spec/S06-routines.pod
docs/Perl6/Spec/S12-objects.pod
Log:
[S06,S12] make attributive parameters default to 'is copy' binding
make easy way for an attribute to override this with 'is ref