-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 8/13/10 22:03 , Aaron Sherman wrote:
> On Fri, Aug 13, 2010 at 8:11 PM, Jon Murray wrote:
>
>> My understanding from synopses was that you get the Perl 5 behaviour if
>> you omit the signature on your function declaration (though I
>> unfortunatel
On Fri, Aug 13, 2010 at 8:11 PM, Jon Murray wrote:
> My understanding from synopses was that you get the Perl 5 behaviour if
> you omit the signature on your function declaration (though I
> unfortunately can't check as I don't have Rakudo installed):
>
> sub foo { @_[0] = 1 }
> my $a = 0;
> foo(
My understanding from synopses was that you get the Perl 5 behaviour if
you omit the signature on your function declaration (though I
unfortunately can't check as I don't have Rakudo installed):
sub foo { @_[0] = 1 }
my $a = 0;
foo($a);
say $a; # 0
Cheers...
On Fri, 2010-08-13 at 12:06 -0400, Aa
# New Ticket Created by Tadeusz Sośnierz
# Please include the string: [perl #77206]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=77206 >
In src/core/Range.pm there is a simpier version of .perl method,
commented out due t
# New Ticket Created by Tadeusz Sośnierz
# Please include the string: [perl #77204]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=77204 >
(1..n) is a common idiom to get a random number between 1 and n.
However, due to Ran
On Thu, Aug 12, 2010 at 3:48 PM, Darren Duncan wrote:
>
> What is the difference between Parrot bignums and gmp? Could Parrot not
> just use gmp to implement its bignums? -- Darren Duncan
>
Parrot does use GMP. What we're discussing is how appropriate those are for
Perl 6. My feeling is that th
# New Ticket Created by Lithos
# Please include the string: [perl #77202]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=77202 >
Hi!
The class name is missing in the error message:
$ ./perl6 -e 'class A {}; A.foo'
Method
# New Ticket Created by Lithos
# Please include the string: [perl #77200]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=77200 >
Hi!
I tried using C as an in-place mutator as mentioned in S12,
but it does not seem to work.
On Fri, Aug 13, 2010 at 11:27 AM, Jonathan Worthington
wrote:
>
>>
> I saw a video camera in the room, but not sure when we'll be seeing the
> footage from that. In the meantime, the slides are at:
>
> http://www.jnthn.net/papers/2010-yapc-eu-signatures.pdf
>
>
Nice talk! One minor nit, and perhap
Nicholas Clark wrote:
On Thu, Aug 12, 2010 at 03:38:31PM +0200, Carl Mäsak wrote:
In fact, jnthn++ had a talk at YAPC::EU the other week where he showed
how nested signatures can be used to make hierarchical matches. A
proof-of-concept module could simply be some sugar around this already
ex
Author: moritz
Date: 2010-08-13 11:32:37 +0200 (Fri, 13 Aug 2010)
New Revision: 31976
Modified:
docs/Perl6/Spec/S06-routines.pod
Log:
[S06] make MAIN short switches a bit saner
The variable name of a parameter is purely an implementation detail
of the subroutine, and shouldn't be a concern whi
Author: moritz
Date: 2010-08-13 11:03:22 +0200 (Fri, 13 Aug 2010)
New Revision: 31975
Modified:
docs/Perl6/Spec/S03-operators.pod
docs/Perl6/Spec/S05-regex.pod
Log:
[spec] small markup fixes
Modified: docs/Perl6/Spec/S03-operators.pod
12 matches
Mail list logo