<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lang.perl.perl6.compiler">
    <title>gmane.comp.lang.perl.perl6.compiler</title>
    <link>http://blog.gmane.org/gmane.comp.lang.perl.perl6.compiler</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7529"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7524"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7511"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7480"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7477"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7451"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7450"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7442"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7429"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7400"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7364"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7353"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7318"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7316"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7312"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7282"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7264"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7247"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7236"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7168"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7529">
    <title>[perl #113026] a much better bug report</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7529</link>
    <description>&lt;pre&gt;(so please ignore my initial report, because it was lazily written,
here is the proper bugreport, restated with clarity)

The following loop should iterate infinitely, but it does not:

    my &amp;lt; at &amp;gt;array = 1, 2;

    for &amp;lt; at &amp;gt;array -&amp;gt; $n {
        $n.say;
        &amp;lt; at &amp;gt;array.push: $n + 2;
    }

    say &amp;lt; at &amp;gt;rray;

$ perl6 --version
This is perl6 version 2012.05-15-gdca0fa6 built on parrot 4.4.0
revision RELEASE_4_4_0

bug discovered: http://irclog.perlgeek.de/perl6/2012-05-21#i_5619326

&lt;/pre&gt;</description>
    <dc:creator>Siddhant Saraf</dc:creator>
    <dc:date>2012-05-21T16:52:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7524">
    <title>[Announce] Rakudo 2012.05 "MadMongers"</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7524</link>
    <description>&lt;pre&gt;    Announce: Rakudo Perl 6 compiler development release #52 ("MadMongers")

On behalf of the Rakudo development team, I'm glad to announce the
May 2012 release of Rakudo Perl #52 "MadMongers". Rakudo is an
implementation of Perl 6 on the Parrot Virtual Machine (see 
&amp;lt;http://www.parrot.org&amp;gt;). The tarball for this release
is available from &amp;lt;http://github.com/rakudo/rakudo/downloads&amp;gt;.

Please note: This announcement is not for the Rakudo Star
distribution[*] -- it's announcing a new release of the compiler only.
For the latest Rakudo Star release, see
&amp;lt;http://github.com/rakudo/star/downloads&amp;gt;.

The Rakudo Perl compiler follows a monthly release cycle, with each
release named after a Perl Mongers group. The May 2012 release is
code named after MadMongers.

This release includes a whole lot of changes since the last one, including:

* -I and -M command-line options
* support for non-Int enums
* 'use' now accepts positional arguments and is able to import by tag name
* 'import' now works
* basic support for Versi&lt;/pre&gt;</description>
    <dc:creator>Tadeusz Sośnierz</dc:creator>
    <dc:date>2012-05-17T17:59:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7511">
    <title>Is "v6;" supposed to work yet?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7511</link>
    <description>&lt;pre&gt;If it is, I'll submit bug details.

&lt;/pre&gt;</description>
    <dc:creator>Parrot Raiser</dc:creator>
    <dc:date>2012-05-11T18:32:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7480">
    <title>Announce: Niecza Perl 6 v17</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7480</link>
    <description>&lt;pre&gt;    Announce: Niecza Perl 6 v17

This is the seventeenth release of Niecza Perl 6, as usual scheduled on
the last Monday of the month.

You can obtain a build of Niecza from [1].  This build contains a
working compiler as a set of .exe and .dll files suitable for use with
Mono or Microsoft .NET.  If you wish to follow latest developments,
you can obtain the source from [2]; however, you still need a
binary for bootstrapping.

Niecza is a Perl 6 compiler project studying questions about the
efficient implementability of Perl 6 features.  It currently targets
the Common Language Runtime; both Mono and Microsoft .NET are known to
work.  On Windows, Cygwin is required for source builds only; see the
README for details.


    List of changes


[Minor changes]

The .Str methods of Set, KeySet, Bag, and KeyBag now just list the elements
(Solomon Foster).

Out-of-range digits in a radix conversion now warn appropriately (Solomon
Foster).

The [Z] operator now doesn't hang on empty inputs (Stefan O'Rear).

Cool.eval &lt;/pre&gt;</description>
    <dc:creator>Carl Mäsak</dc:creator>
    <dc:date>2012-04-30T20:35:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7477">
    <title>Rakudo loading</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7477</link>
    <description>&lt;pre&gt;Congratulations to the Rakudo* team on speeding up the loading process.

There's still a way to go, but at least it's no longer embarrassing to
show someone a trivial program.

&lt;/pre&gt;</description>
    <dc:creator>Parrot Raiser</dc:creator>
    <dc:date>2012-04-30T13:46:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7451">
    <title>Announce: Rakudo Star 2012.04 - a useful, usable, "early adopter" distribution of Perl 6</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7451</link>
    <description>&lt;pre&gt;On behalf of the Rakudo and Perl 6 development teams, I'm happy to
announce the February 2012 release of "Rakudo Star", a useful and
usable distribution of Perl 6.  The tarball for the February 2012
release is available from &amp;lt;http://github.com/rakudo/star/downloads&amp;gt;.

In the Perl 6 world, we make a distinction between the language
("Perl 6") and specific implementations of the language such as
"Rakudo Perl".  This Star release includes release 2012.04.1 [0] of the
Rakudo Perl 6 compiler [1], version 4.3 of the Parrot Virtual
Machine [2], and various modules, documentation, and other
resources collected from the Perl 6 community.

Here are some of the major improvements in this release over the
previous distribution release.

* much improved startup time

* much more robust module precompilation

* autovivification for arrays and hashes is implemented again

* many phasers like PRE, POST and REDO are now implemented

* improved support for calling C functions and modelling structs and 
arraysvia NativeCall.pm&lt;/pre&gt;</description>
    <dc:creator>Moritz Lenz</dc:creator>
    <dc:date>2012-04-26T14:15:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7450">
    <title>Announce: Rakudo Perl 6 compiler development release 2012.04.1</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7450</link>
    <description>&lt;pre&gt;On behalf of the Rakudo development team, I'm happy to announce an
out-of-schedule release of the Rakudo Perl 6 compiler. Rakudo is an
implementation of Perl 6 on the Parrot Virtual Machine (see
&amp;lt;http://www.parrot.org&amp;gt;). The tarball for this release
is available from &amp;lt;http://github.com/rakudo/rakudo/downloads&amp;gt;.

Please note: This announcement is not for the Rakudo Star
distribution[*] -- it's announcing a new release of the compiler only.
For the latest Rakudo Star release, see
&amp;lt;http://github.com/rakudo/star/downloads&amp;gt;.

This release is a point release in addition to the regular, monthly
releases. It contains some of the results of the Perl 6 Patterns
hackathon in Oslo. It is intended to be used as the basis for the
next Rakudo Star release. The Rakudo developers would like to thank
the organizers from Oslo.pm.

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

* Support for autovivification.
* More robust module precompilation
* $.foo, &amp;lt; at &amp;gt;.foo and %.foo style calls now proper&lt;/pre&gt;</description>
    <dc:creator>Moritz Lenz</dc:creator>
    <dc:date>2012-04-26T09:06:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7442">
    <title>Announce: Rakudo Perl 6 compiler development release #51 ("Brazos Valley")</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7442</link>
    <description>&lt;pre&gt;On behalf of the Rakudo development team, I'm happy to announce the
April 2012 release of Rakudo Perl #51 "Brazos Valley". Rakudo is an
implementation of Perl 6 on the Parrot Virtual Machine (see
&amp;lt;http://www.parrot.org&amp;gt;). The tarball for this release
is available from &amp;lt;http://github.com/rakudo/rakudo/downloads&amp;gt;.

Please note: This announcement is not for the Rakudo Star
distribution[*] -- it's announcing a new release of the compiler only.
For the latest Rakudo Star release, see
&amp;lt;http://github.com/rakudo/star/downloads&amp;gt;.

The Rakudo Perl compiler follows a monthly release cycle, with each
release named after a Perl Mongers group. The April 2012 release is
code named after Brazos Valley, because they sponsored a Perl 6
Hackathon. Thanks!

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

* Support for pseudo packages like MY, OUR, DYNAMIC
* Support for indexing into packages like hashes, e.g. Foo::{'$x'}
* Warnings now include line numbers
* Assorted minor optimizations to co&lt;/pre&gt;</description>
    <dc:creator>Will Coleda</dc:creator>
    <dc:date>2012-04-20T01:24:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7429">
    <title>Announce: Perlito version 9; Perl5 and Perl6 compilers</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7429</link>
    <description>&lt;pre&gt;Perlito is a compiler collection that contains both a Perl 5 compiler
(perlito5) and a Perl 6 compiler (perlito6):

    - Perl5 to Javascript (browser and node.js)

    - Perl6 to Javascript (browser and v8 command-line)
    - Perl6 to Perl5 (v6.pm, runs in perl 5.8 and up)
    - Perl6 to Python (Python 2.6 and 2.7)

Run Perlito online, in the browser:

        http://perlcabal.org/~fglock/perlito5.html
        http://perlcabal.org/~fglock/perlito6.html

From CPAN (perlito6 only):

   http://search.cpan.org/dist/v6/lib/v6.pm

   $ cpan v6

Perlito is a work in progress. For the source code, to-do list, and bugs:

    http://github.com/fglock/Perlito

- Flavio S. Glock (fglock)

&lt;/pre&gt;</description>
    <dc:creator>Flavio S. Glock</dc:creator>
    <dc:date>2012-04-11T09:20:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7400">
    <title>Fwd: Re: [Pkg-parrot-devel] Parrot 4.0.0</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7400</link>
    <description>&lt;pre&gt;I just sent the message below to the parrot packagers mailing
list on Debian; I felt it was also worth sharing with p6c.
I'm certain there are people who disagree greatly with what 
I wrote -- and that's fine -- I just wanted to make sure my
current perspective on this topic was available to p6c as well.

Pm

----- Forwarded message from "Patrick R. Michaud" &amp;lt;pmichaud&amp;lt; at &amp;gt;pobox.com&amp;gt; -----

Date: Sun, 8 Apr 2012 02:54:57 -0500
From: "Patrick R. Michaud" &amp;lt;pmichaud&amp;lt; at &amp;gt;pobox.com&amp;gt;
To: Allison Randal &amp;lt;allison&amp;lt; at &amp;gt;parrot.org&amp;gt;
Cc: pkg-parrot-devel&amp;lt; at &amp;gt;lists.alioth.debian.org
Subject: Re: [Pkg-parrot-devel] Parrot 4.0.0

On Sat, Apr 07, 2012 at 09:46:21AM -0700, Allison Randal wrote:

...or years in the past.  

FWIW, within the Rakudo development team we don't think of ourselves 
as building up to an eventual "1.0 release" -- we think of our 
"1.0 release" as having occurred sometime in the past (e.g., in summer 
2010).  As far as we're concerned, we're already in something
of a "post-1.0" environment.

Many people can justifiably&lt;/pre&gt;</description>
    <dc:creator>Patrick R. Michaud</dc:creator>
    <dc:date>2012-04-08T08:02:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7364">
    <title>Announce: Niecza Perl 6 v16</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7364</link>
    <description>&lt;pre&gt;
    Announce: Niecza Perl 6 v16

This is the sixteenth release of Niecza Perl 6, as usual scheduled on
the last Monday of the month.

You can obtain a build of Niecza from [1].  This build contains a
working compiler as a set of .exe and .dll files suitable for use with
Mono or Microsoft .NET.  If you wish to follow latest developments,
you can obtain the source from [2]; however, you will still need a
binary for bootstrapping, so you gain nothing from a "source is
better" perspective.

Niecza is a Perl 6 compiler project studying questions about the
efficient implementability of Perl 6 features.  It currently targets
the Common Language Runtime; both Mono and Microsoft .NET are known to
work.  On Windows, Cygwin is required for source builds only; see the
README for details.


    List of changes


[Minor changes]

Improved multi-dispatch failure error messages (Larry Wall).

Added &amp;lt; at &amp;gt;foo[1;2;3] multi-indexing syntax (but no real multidimensional
arrays yet), and Zen slices &amp;lt; at &amp;gt;foo[].

Added take-rw and return-&lt;/pre&gt;</description>
    <dc:creator>Stefan O'Rear</dc:creator>
    <dc:date>2012-03-27T06:06:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7353">
    <title>Announce: Rakudo Perl 6 compiler development release #50 ("Argentina")</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7353</link>
    <description>&lt;pre&gt;On behalf of the Rakudo development team, I'm happy to announce the
March 2012 release of Rakudo Perl #50 "Argentina". Rakudo is an
implementation of Perl 6 on the Parrot Virtual Machine (see
&amp;lt;http://www.parrot.org&amp;gt;). The tarball for this release
is available from &amp;lt;http://github.com/rakudo/rakudo/downloads&amp;gt;.

Please note: This announcement is not for the Rakudo Star
distribution[*] -- it's announcing a new release of the compiler only.
For the latest Rakudo Star release, see
&amp;lt;http://github.com/rakudo/star/downloads&amp;gt;.

The Rakudo Perl compiler follows a monthly release cycle, with each
release named after a Perl Mongers group. The March 2012 release is
code named after Argentina, because that's where one of our core
contributors went to relax this month after adding some significant
Perl 6 features to Rakudo.

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

* greatly reduced startup time
* significantly reduced memory usage during compilation of modules
  and of Rakudo itse&lt;/pre&gt;</description>
    <dc:creator>Carl Mäsak</dc:creator>
    <dc:date>2012-03-22T22:43:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7318">
    <title>Announce: Rakudo Star 2012.02 released</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7318</link>
    <description>&lt;pre&gt;On behalf of the Rakudo and Perl 6 development teams, I'm happy to
announce the February 2012 release of "Rakudo Star", a useful and
usable distribution of Perl 6.  The tarball for the February 2012
release is available from &amp;lt;http://github.com/rakudo/star/downloads&amp;gt;.

In the Perl 6 world, we make a distinction between the language
("Perl 6") and specific implementations of the language such as
"Rakudo Perl".  This Star release includes release #49 of the
Rakudo Perl 6 compiler [1], version 4.1 of the Parrot Virtual
Machine [2], and various modules, documentation, and other
resources collected from the Perl 6 community.

Here are some of the major improvements in this release over the
previous distribution release.

* The FatRat type is implemented, and Rat arithmetic now properly
   defaults to Num if the denominator is too big

* Object hashes are implemented, and can be declared with the syntax
   my %h{Any} (for a hash with keys of type Any)

* The &amp;lt;Some::Grammar::rulename&amp;gt; syntax is now implemented in re&lt;/pre&gt;</description>
    <dc:creator>Jonathan Worthington</dc:creator>
    <dc:date>2012-02-28T23:30:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7316">
    <title>Announce: Niecza Perl 6 v15</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7316</link>
    <description>&lt;pre&gt;
    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
useful for such comparisons. [3]

You can obtain a build of Niecza from [1].  This build contains a
working compiler as a set of .exe and .dll files suitable for use with
Mono or Microsoft .NET.  If you wish to follow latest developments,
you can obtain the source from [2]; however, you will still need a
binary for bootstrapping, so you gain nothing from a "source is
better" perspective.

Niecza is a Perl 6 compiler project studying questions about the
efficient implementability of Perl 6 features.  It currently targets
the Common Language Runtime; both Mono and Microsoft .NET are known to
work.  On Windows, Cygwin is required for source builds only; see the
README for details.


    List of changes


[Major chang&lt;/pre&gt;</description>
    <dc:creator>Stefan O'Rear</dc:creator>
    <dc:date>2012-02-28T02:15:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7312">
    <title>Announce: Rakudo Perl 6 compiler development release #49 ("SPb")</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7312</link>
    <description>&lt;pre&gt;On behalf of the Rakudo development team, I'm happy to announce the
February 2012 release of Rakudo Perl #49 "SPb". Rakudo is an
implementation of Perl 6 on the Parrot Virtual Machine (see
&amp;lt;http://www.parrot.org&amp;gt;). The tarball for this release
is available from &amp;lt;http://github.com/rakudo/rakudo/downloads&amp;gt;.

Please note: This announcement is not for the Rakudo Star
distribution[*] -- it's announcing a new release of the compiler only.
For the latest Rakudo Star release, see
&amp;lt;http://github.com/rakudo/star/downloads&amp;gt;.

The Rakudo Perl compiler follows a monthly release cycle, with each
release named after a Perl Mongers group. The February 2012 release is
code named after the Saint Petersburg Perl Mongers, because Saint
Petersburg as a city has provided unmatched inspiration and clarity to
at least two Rakudo programmers.

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

* Regex syntax: &amp;lt;prior&amp;gt; and &amp;lt;Foo::Bar::baz&amp;gt;
* &amp;amp;rename and &amp;amp;copy functions
* LHS of infix:&amp;lt;xx&amp;gt; now thunks as &lt;/pre&gt;</description>
    <dc:creator>Carl Mäsak</dc:creator>
    <dc:date>2012-02-23T22:51:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7282">
    <title>Here docs in Perl6</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7282</link>
    <description>&lt;pre&gt;I'm testing Perl6 using rakudo for now I'm wondering does any 
implementation have heredocs yet ???
http://www.perlfoundation.org/perl6/index.cgi?perl_6_basics_tablet#heredocs   
the link points to a site that says that
Q :to 'END';

stuff
stuff
END

should work but rakudo barfs at that



&lt;/pre&gt;</description>
    <dc:creator>Francis (Grizzly) Smit</dc:creator>
    <dc:date>2012-02-03T13:06:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7264">
    <title>Announce: Niecza Perl 6 v14</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7264</link>
    <description>&lt;pre&gt;
    Announce: Niecza Perl 6 v14

This is the fourteenth release of Niecza Perl 6, as usual scheduled on
the last Monday of the month.  I'm on winter break now, which means lots
of time for improvements.  Muahahaha.  This month hasn't seen much of a
focus.

With this release, Niecza now passes a similar number of spectests as
Rakudo.  (Note that they are not the same tests, and as such the test counts
are not completely comparable.)  Solomon Foster has begun efforts to port
panda to niecza, with the goal of designing a multi-implementation ecosystem.

You can obtain a build of Niecza from [1].  This build contains a
working compiler as a set of .exe and .dll files suitable for use with
Mono or Microsoft .NET.  If you wish to follow latest developments,
you can obtain the source from [2]; however, you will still need a
binary for bootstrapping, so you gain nothing from a "source is
better" perspective.

Niecza is a Perl 6 compiler project studying questions about the
efficient implementability of Perl 6 featu&lt;/pre&gt;</description>
    <dc:creator>Stefan O'Rear</dc:creator>
    <dc:date>2012-01-31T00:24:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7247">
    <title>Announce: Rakudo Star 2012.01 released</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7247</link>
    <description>&lt;pre&gt;On behalf of the Rakudo and Perl 6 development teams, I'm happy to
announce the January 2012 release of "Rakudo Star", a useful and
usable distribution of Perl 6.  The tarball for the January 2012
release is available from &amp;lt;http://github.com/rakudo/star/downloads&amp;gt;.

In the Perl 6 world, we make a distinction between the language
("Perl 6") and specific implementations of the language such as
"Rakudo Perl".  This Star release includes release #48 of the
Rakudo Perl 6 compiler [1], version 3.11 of the Parrot Virtual
Machine [2], and various modules, documentation, and other
resources collected from the Perl 6 community.

Significantly, this is the first distribution release based on the
"nom" (New Object Model) development branch of Rakudo. This work
has been carried out with the aim of increasing performance and
correctness, as well as providing a better base for taking on a
range of missing features. Here are some of the major improvements
in this release over the previous distribution release.

* Greatly im&lt;/pre&gt;</description>
    <dc:creator>Jonathan Worthington</dc:creator>
    <dc:date>2012-01-28T14:38:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7236">
    <title>Announce: Rakudo Perl 6 compiler development release #48 ("Toronto")</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7236</link>
    <description>&lt;pre&gt;On behalf of the Rakudo development team, I'm happy to announce the
January 2012 release of Rakudo Perl #48 "Toronto".  Rakudo is an
implementation of Perl 6 on the Parrot Virtual Machine (see
&amp;lt;http://www.parrot.org&amp;gt;). The tarball for this release
is available from &amp;lt;http://github.com/rakudo/rakudo/downloads&amp;gt;.

Please note: This announcement is not for the Rakudo Star
distribution[*] -- it's announcing a new release of the compiler only.
For the latest Rakudo Star release, see
&amp;lt;http://github.com/rakudo/star/downloads&amp;gt;.

The Rakudo Perl compiler follows a monthly release cycle, with each
release named after a Perl Mongers group.  The January 2012 release is
code named after the Toronto Perl Mongers, organizers of YAPC::NA 2005,
which featured a Perl 6 hackathon.


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

* regex backtracking into subrules and captures now works
* -c (compilation check) command line option works again
* better parameter introspection
* many bugfixes

W&lt;/pre&gt;</description>
    <dc:creator>Moritz Lenz</dc:creator>
    <dc:date>2012-01-23T06:39:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7168">
    <title>Announce: Niecza Perl 6 v13</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7168</link>
    <description>&lt;pre&gt;
    Announce: Niecza Perl 6 v13

This is the thirteenth release of Niecza Perl 6, as usual scheduled on
the last Monday of the month.  I'm on winter break now, which means lots
of time for improvements.  Muahahaha.  A large portion of the improvements
have been in regular expression support.

Will Coleda and Solomon Foster are working on fudging spectests so they run on
Niecza; between that and actual improvements, we've gained 5000+ working
spectests since the last release.  See [4] for a dramatic visual.


You can obtain a build of Niecza from [1].  This build contains a
working compiler as a set of .exe and .dll files suitable for use with
Mono or Microsoft .NET.  If you wish to follow latest developments,
you can obtain the source from [2]; however, you will still need a
binary for bootstrapping, so you gain nothing from a "source is
better" perspective.

Niecza is a Perl 6 compiler project studying questions about the
efficient implementability of Perl 6 features.  It currently targets
the Common Langu&lt;/pre&gt;</description>
    <dc:creator>Stefan O'Rear</dc:creator>
    <dc:date>2011-12-26T21:15:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7164">
    <title>Announce: Perlito version 8; Perl5 and Perl6 compilers</title>
    <link>http://comments.gmane.org/gmane.comp.lang.perl.perl6.compiler/7164</link>
    <description>&lt;pre&gt;Perlito is a compiler collection that contains both a Perl 5 compiler
(perlito5) and a Perl 6 compiler (perlito6).

The following backends are supported:

    - Perl5 in Javascript (browser and command-line)

    - Perl6 in Javascript (browser and command-line)
    - Perl6 in Perl5 (v6.pm, runs in perl 5.8 and up)
    - Perl6 in Python (Python 2.6 and 2.7)

    There are also many experimental backends.

Web

    Run Perlito online, in the browser:

        http://perlcabal.org/~fglock/perlito5.html

        http://perlcabal.org/~fglock/perlito6.html

From CPAN:

   http://search.cpan.org/dist/v6/lib/v6.pm

   $ cpan v6

Perlito is a work in progress. For the source code, to-do list, and bugs:

    http://github.com/fglock/Perlito

- Flávio S. Glock (fglock)

&lt;/pre&gt;</description>
    <dc:creator>Flavio S. Glock</dc:creator>
    <dc:date>2011-12-24T12:36:04</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.perl.perl6.compiler">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.perl.perl6.compiler</link>
  </textinput>
</rdf:RDF>

