Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
first draft for 2010.04 release announcement
  • Loading branch information
moritz committed Apr 20, 2010
1 parent e135f23 commit ad01dca
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions docs/announce/2010.04
@@ -0,0 +1,45 @@
Announce: Rakudo Perl 6 development release #28 ("TODO")

On behalf of the Rakudo development team, I'm pleased to announce the
March 2010 development release of Rakudo Perl #28 "TODO".
Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine
(see http://www.parrot.org). The tarball for the April 2010 release
is available from http://github.com/rakudo/rakudo/downloads .

Rakudo Perl follows a monthly release cycle, with each release named
after a Perl Mongers group. The April 2010 release is code named
"TODO" for TODO.pm, hosts of the ... TODO

Some of the specific changes and improvements occuring with this
release include:

* Expressions that begin with a variable and end with a circumfix now properl
interpolate into double-quoted strings, like "@array.sort()" or
"%hash<key>".

* Item assignment now has tighter precdence than list assignment, so both
'my @a = 1, 2, 3' and '$a = 1, $b = 2' magically work.

* Most of the DateTime built-in type has been backported from the "alpha"
branch, and is now accompanied by a Date type for date-only calculations.

* Many obsolete uses of Perl 5 constructs are now caught and give helpful
error messages.

* As always, many additional small features and bug fixes make working with
Rakudo more pleasant.

For a more detailed list of changes see "docs/ChangeLog".

The development team thanks all of our contributors and sponsors for
making Rakudo Perl possible. If you would like to contribute,
see http://rakudo.org/how-to-help , ask on the perl6-compiler@perl.org
mailing list, or ask on IRC #perl6 on freenode.

The next release of Rakudo (#29) is scheduled for May 20, 2010.
A list of the other planned release dates and codenames for 2010 is
available in the "docs/release_guide.pod" file. In general, Rakudo
development releases are scheduled to occur two days after each
Parrot monthly release. Parrot releases the third Tuesday of each month.

Have fun!

0 comments on commit ad01dca

Please sign in to comment.