Announce: Niecza Perl 6 v15
This is the fifteenth release of Niecza Perl 6, as usual scheduled on
the last Monday of the month. No, it's not dead.
Niecza now passes more spectests than Rakudo, but that is not an entirely
fair comparison, and we have the feature matrix now which is much more
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 12a2ea6193476e9d24ae208825e10c121998e774
https://github.com/perl6/specs/commit/12a2ea6193476e9d24ae208825e10c121998e774
Author: Larry Wall
Date: 2012-02-27 (Mon, 27 Feb 2012)
Changed paths:
M S05-reg
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 46e7100639f89213de4e5cd0a1b88895563f555f
https://github.com/perl6/specs/commit/46e7100639f89213de4e5cd0a1b88895563f555f
Author: Larry Wall
Date: 2012-02-27 (Mon, 27 Feb 2012)
Changed paths:
M S03-ope
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #111382]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=111382 >
nom: sub increase-by-n($orig, $n) { ($orig, *.succ ... *)[$n]
}; say increase-by