~ubuntu-branches/ubuntu/precise/rakudo/precise

« back to all changes in this revision

Viewing changes to docs/announce/2009-06

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-10-04 14:31:57 UTC
  • Revision ID: james.westby@ubuntu.com-20091004143157-ubq3wu0grk0f1e6a
Tags: upstream-0.1~2009.09
ImportĀ upstreamĀ versionĀ 0.1~2009.09

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Announce: Rakudo Perl 6 development release #18 ("Pittsburgh")
 
2
 
 
3
On behalf of the Rakudo development team, I'm pleased to announce
 
4
the June 2009 development release of Rakudo Perl #18 "Pittsburgh".
 
5
Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine [1].
 
6
The tarball for the June 2009 release is available from
 
7
http://github.com/rakudo/rakudo/downloads .
 
8
 
 
9
Due to the continued rapid pace of Rakudo development and the
 
10
frequent addition of new Perl 6 features and bugfixes, we continue
 
11
to recommend that people wanting to use or work with Rakudo obtain
 
12
the latest source directly from the main repository at github.
 
13
More details are available at http://rakudo.org/how-to-get-rakudo .
 
14
 
 
15
Rakudo Perl follows a monthly release cycle, with each release code named
 
16
after a Perl Mongers group.  This release is named "Pittsburgh", which
 
17
is the host for YAPC|10 (YAPC::NA 2009) [2] and the Parrot Virtual Machine
 
18
Workshop [3].  Pittsburgh.pm has also sponsored hackathons for Rakudo 
 
19
Perl as part of the 2008 Pittsburgh Perl Workshop [4].
 
20
 
 
21
In this release of Rakudo Perl, we've focused our efforts on refactoring
 
22
many of Rakudo's internals; these refactors improve performance, 
 
23
bring us closer to the Perl 6 specification, operate more cleanly
 
24
with Parrot, and provide a stronger foundation for features to be
 
25
implemented in the near future.  Some of the specific major changes
 
26
and improvements in this release include:
 
27
 
 
28
* Rakudo is now passing 11,536 spectests, an increase of 194
 
29
  passing tests since the May 2009 release.  With this release
 
30
  Rakudo is now passing 68% of the available spectest suite.
 
31
 
 
32
* Method dispatch has been substantially refactored; the new dispatcher
 
33
  is significantly faster and follows the Perl 6 specification more
 
34
  closely.
 
35
 
 
36
* Object initialization via the BUILD and CREATE (sub)methods is
 
37
  substantially improved.
 
38
 
 
39
* All return values are now type checked (previously only explicit
 
40
  'return' statements would perform type checking).
 
41
 
 
42
* String handling is significantly improved: fewer Unicode-related
 
43
  bugs exist, and parsing speed is greatly improved for some programs 
 
44
  containing characters in the Latin-1 set.
 
45
 
 
46
* The IO .lines and .get methods now follow the specification more closely.
 
47
 
 
48
* User-defined operators now also receive some of their associated 
 
49
  meta variants.
 
50
 
 
51
* The 'is export' trait has been improved; more builtin functions
 
52
  and methods can be written in Perl 6 instead of PIR.
 
53
 
 
54
* Many Parrot changes have improved performance and reduced overall
 
55
  memory leaks (although there's still much more improvement needed).
 
56
 
 
57
The development team thanks all of our contributors and sponsors for
 
58
making Rakudo Perl possible.  If you would like to contribute,
 
59
see http://rakudo.org/how-to-help , ask on the perl6-compiler@perl.org
 
60
mailing list, or ask on IRC #perl6 on freenode.
 
61
 
 
62
The next release of Rakudo (#19) is scheduled for July 23, 2009.
 
63
A list of the other planned release dates and codenames for 2009 is
 
64
available in the "docs/release_guide.pod" file.  In general, Rakudo
 
65
development releases are scheduled to occur two days after each
 
66
Parrot monthly release.  Parrot releases the third Tuesday of each month.
 
67
 
 
68
Have fun!
 
69
 
 
70
References:
 
71
[1]  Parrot, http://parrot.org/
 
72
[2]  YAPC|10 http://yapc10.org/yn2009/
 
73
[3]  Parrot Virtual Machine Workshop, http://yapc10.org/yn2009/talk/2045
 
74
[4]  Pittsburgh Perl Workshop, http://pghpw.org/ppw2008/