Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pick a name, add changes, people
  • Loading branch information
coke committed Oct 23, 2015
1 parent c8fc189 commit aab87c3
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions docs/announce/2015.10.md
@@ -1,11 +1,11 @@
# Announce: Rakudo Perl 6 compiler, Development Release #92 (“Placeholder”)
# Announce: Rakudo Perl 6 compiler, Development Release #92 (“Niceville”)

On behalf of the Rakudo development team, I’m very happy to announce the October
2015 release of Rakudo Perl 6 #92Placeholder”. Rakudo is an implementation of
2015 release of Rakudo Perl 6 #92Niceville”. Rakudo is an implementation of
Perl 6 on the Moar Virtual Machine[^1] and the Java Virtual Machine.

This is the “Birthday” release of Rakudo Perl 6; It’s the first release
candidate of the compiler for the anticipated 6.0 “Christmas” release.
candidate/beta of the compiler for the anticipated 6.0 “Christmas” release.
The “Christmas” release will occur on or about 17 December 2015, assuming
no critical bugs are found between now and then. Please try
greatly appreciated.
Expand All @@ -19,11 +19,27 @@ only. For the latest Rakudo Star release, see

The Rakudo Perl compiler follows a monthly release cycle, with each
release named after a Perl Mongers group. This month’s release is named after
the Placeholders, who stand in for Perls everywhere.
the Niceville chapter, because it sounds like a wonderful, magical place.

Some of the changes in this release are outlined below:

+ We are now officially in beta!
+ There is now an infix:<.> operator that does method calls with slightly
looser precedence than the postfix unary method call.
+ New operator 'infix o' for function composition
+ 'fc' for Unicode-correct case folding implemented
+ grep now accepts :k, :v, :kv, :p attributes
+ 'Supply.throttle' for rate-limiting
+ Array.push is now used for pushing one element (mostly); Array.append
exists for pushing multiple values. Same for 'unshift'/'prepend'
+ Basic arithmetic operations ('+', '*', '-', '/') on Range objects
that shift or scale the end points while maintaining exclusions
+ The v notation now allows alphabetic components: v1.2.beta. (Incompatible
because method calls on a version must be protected by \ or () now.)
+ 'use v6b+;' notation is now recognized and enforced
+ Many built-in methods that return iterables are now much faster
+ Better error messages when comparing version strings with numbers
+ Several error messages that were lacking line numbers now include them

These are only some of the changes in this release. For a more
detailed list, see “docs/ChangeLog”.
Expand All @@ -34,7 +50,7 @@ the design docs, the Perl 6 test suite, MoarVM and the specification.

The following people contributed to this release:

Elizabeth Mattijsen, Larry Wall, Jonathan Worthington, Pawel Murias, Christian Bartolomäus, Tobias Leich, Stefan Seifert, Will "Coke" Coleda, Pepe Schwarz, Francois Perrad, skids, Rob Hoelz, Faye Niemeyer, Moritz Lenz, Jimmy Zhuo, Timo Paulssen, Stéphane Payrard, cygx, Nick Logan, Solomon Foster, tony-o, Bart Wiegmans, Steve Mynott, diakopter, niner, Tokuhiro Matsuno, Carl Mäsak, Nicholas Clark, thundergnat, Jonathan Scott Duff, Shoichi Kaji, sue spence, David Warring

If you would like to contribute or find out more information, visit
<http://perl6.org>, <http://rakudo.org/how-to-help>, ask on the
Expand Down

0 comments on commit aab87c3

Please sign in to comment.