r29976 - docs/Perl6/Spec

2010-03-07 Thread pugs-commits
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

r29979 - docs/Perl6/Spec

2010-03-07 Thread pugs-commits
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 === ---

The silliness of max()

2010-03-07 Thread Moritz Lenz
Please take a look at http://rt.perl.org/rt3/Ticket/Display.html?id=73356: moritz_ rakudo: say max(1..5) p6eval 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,

Re: The silliness of max()

2010-03-07 Thread Jon Lang
Moritz Lenz wrote: Please take a look at http://rt.perl.org/rt3/Ticket/Display.html?id=73356: moritz_ rakudo: say max(1..5) p6eval 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

Re: The silliness of max()

2010-03-07 Thread Darren Duncan
Jon Lang wrote: Moritz Lenz wrote: Please take a look at http://rt.perl.org/rt3/Ticket/Display.html?id=73356: moritz_ rakudo: say max(1..5) p6eval 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

Re: r29976 - docs/Perl6/Spec

2010-03-07 Thread Brandon S. Allbery KF8NH
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