>>> + rhyme((1,2),3,:mice) # rhyme has 2 arguments
>>
>> Should that say 3 arguments?
I believe so.
>> (If not, please can somebody clarify what
>> the 2 arguments are.)
>
> (1,2) and 3. Named arguments ("mice" in this case) are handled separately.
That interpretation is not consistent wi
(re subject: does it go `Ding!' when there's Stuff?)
On Feb 20, 2010, at 00:30 , Larry Wall wrote:
but an astronomer? But no, many millions of computers have to
accommodate
to the convenience of a very few people. And most computers still
don't
know how to do even that accommodation, sinc
2000 would have been a lovely epoch if only the astronomers had kept
their grubby hands off of civil time. But no, we still have to put up
with leap seconds in civil time, for no good reason that I can discern.
We should adjust civil time once a century or so, I think. After all,
civil time is of
Author: lwall
Date: 2010-02-20 06:02:01 +0100 (Sat, 20 Feb 2010)
New Revision: 29787
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[S03] upon further reflection, we can make eternaleye++'s conjecture work right.
Modified: docs/Perl6/Spec/S03-operators.pod
==
Author: lwall
Date: 2010-02-20 05:48:40 +0100 (Sat, 20 Feb 2010)
New Revision: 29786
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[S03] delete bogus dup code spotted by eternaleye++
Modified: docs/Perl6/Spec/S03-operators.pod
===
Author: lwall
Date: 2010-02-20 03:49:29 +0100 (Sat, 20 Feb 2010)
New Revision: 29784
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[S03] document how an "impossible" limit can terminate a series
Modified: docs/Perl6/Spec/S03-operators.pod
===
Author: vamped
Date: 2010-02-20 00:33:02 +0100 (Sat, 20 Feb 2010)
New Revision: 29783
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
minor typo fix
Modified: docs/Perl6/Spec/S03-operators.pod
===
--- docs/Perl6/Spec/S03-operator
Author: lwall
Date: 2010-02-19 23:45:09 +0100 (Fri, 19 Feb 2010)
New Revision: 29782
Modified:
docs/Perl6/Spec/S02-bits.pod
docs/Perl6/Spec/S09-data.pod
Log:
[S02,S09] default variables to Any, must declare Mu explicitly to hold junctions
(this is to reduce pressure to duplicate == and such
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #72940]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=72940 >
rakudo: class X {method x (*...@_) {say @_} }; X.new.x(5)
rakudo 3704a2: OUTPUT«Placeh
S02 says that if pressed, an Instant will numify into a count of
atomic seconds since "the TAI epoch" - but what is the TAI epoch? TAI
is normally expressed in the same terms as civil time - year, month,
date, hour, minute, second, fraction of second, according to the
Gregorian calendar, or else a
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #72948]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=72948 >
rakudo: sub foo($x where { $x == $y }, $y) { }; foo(1,2)
rakudo 3704a2: OUTPUT«No appl
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #72944]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=72944 >
rakudo: "123" ~~ / <[ a..z ]> { fail "ugh" } /; say $!
rakudo 3704a2: OUTPUT«Mu()»
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #72946]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=72946 >
alpha: my @ = 1, 2, 3
alpha 30e0ed: OUTPUT«Malformed declaration [...]
rakudo: my @ =
On behalf of the Rakudo development team, I'm pleased to announce the
February 2010 development release of Rakudo Perl #26 "Amsterdam".
Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine
(see http://www.parrot.org). The tarball for the February 2010 release
is available from http:
On behalf of the Rakudo development team, I'm pleased to announce the
February 2010 development release of Rakudo Perl #26 "Amsterdam".
Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine
(see http://www.parrot.org). The tarball for the February 2010 release
is available from http:
On Fri, Feb 12, 2010 at 05:30:47AM -0800, Carl Mäsak wrote:
> rakudo: my (@a, @b) := ([1], [2])
> rakudo 1d4928: OUTPUT«rtype not set [...]
> * masak submits rakudobug
OOC, is list-binding supported? I haven't seen a definitive answer
in the spec.
Pm
On Wed, Feb 17, 2010 at 01:47:49AM -0800, Carl Mäsak wrote:
> rakudo: sub loop() { say "OH HAI" }; loop()
> rakudo ed95e2: OUTPUT«Whitespace required after 'loop' at line 11
> [...]
> std: sub loop() { say "OH HAI" }; loop()
> std 29763: OUTPUT«ok 00:01 109m»
> * masak submits rakuodbug
>
>
Author: duff
Date: 2010-02-19 15:40:16 +0100 (Fri, 19 Feb 2010)
New Revision: 29780
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[S03] minor typos
Modified: docs/Perl6/Spec/S03-operators.pod
===
--- docs/Perl6/Spec/S03-operato
pugs-comm...@feather.perl6.nl writes:
> Author: lwall
> New Revision: 29778
> Modified: docs/Perl6/Spec/S03-operators.pod
> ===
> +Any means of specifying a function will do, as long as you arrange
> +return it as a list value rather
pugs-comm...@feather.perl6.nl writes:
> Author: lwall
> New Revision: 29778
>
> Modified: docs/Perl6/Spec/S03-operators.pod
> ===
> +As a list infix operator, C<...> takes a left on both its left and
> +right and evaluates them as la
On Feb 17, 2010, at 17:18 , Smylers wrote:
pugs-comm...@feather.perl6.nl writes:
Author: lwall
+++ docs/Perl6/Spec/S02-bits.pod2010-02-17 19:15:34 UTC (rev 29768)
+rhyme((1,2),3,:mice) # rhyme has 2 arguments
Should that say 3 arguments? (If not, please can somebody clarify
w
21 matches
Mail list logo