Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: f617adfbac7b76612bf35c5e2c3cea58b7852e16
https://github.com/perl6/specs/commit/f617adfbac7b76612bf35c5e2c3cea58b7852e16
Author: Elizabeth Mattijsen
Date: 2013-10-01 (Tue, 01 Oct 2013)
Changed paths:
# New Ticket Created by Geoffrey Broadwell
# Please include the string: [perl #120059]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=120059 >
09:09 < japhb__> r: class A { has Int @.ints }; my A $one .= new(ints
=> [1
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 3d9eda78f63f341de64334daa3e3079300ab3c93
https://github.com/perl6/specs/commit/3d9eda78f63f341de64334daa3e3079300ab3c93
Author: Larry Wall
Date: 2013-10-01 (Tue, 01 Oct 2013)
Changed paths:
M S05-reg
There are two issues here.
a) Using language in a consistent manner in Perl6 space
- the word 'specification' is used in Perl6 space both in the way it has
become acceptable in computer language design circles, but also in a new
and more nuanced way in Perl6.
- Perl6 is being developed using La
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #120061]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=120061 >
r: say [1,2,3].combinations
rakudo 0808ac: OUTPUT«No such method 'combinations'
So I had an eyeball at the various graphs of activity on ohloh
(eg https://www.ohloh.net/p/parrot/commits/summary )
and thought that probably last month by the crude measure of "number of
commits", Perl 6 probably now had more activity than the Perl 5 core.
(ie just activity on git://perl5.git.perl
Minor corrections:
> may smply be my personal limitations).
s/smply/simply/
> dumb "noob" questions.
By my fairly harsh definition.
> with the sage of IBM's attempt to develop One Language To Rule Them All,
s/sage/saga/
I suspect there are copy-paste errors on the "delete" sections of the new text:
... the
+normal way to test for existence is to apply the C<:delete> adverb to a
+subscripting operation.
The ":delete" adverb tests for existence?
-y
On Mon, Sep 30, 2013 at 6:09 AM, GitHub wrote:
> Branch: refs