<?xml version="1.0" encoding="windows-1252"?>
<node id="690945" title="Getting Involved with Perl 6 - an Update" created="2008-06-08 15:14:16" updated="2008-06-08 11:14:16">
<type id="120">
perlmeditation</type>
<author id="616540">
moritz</author>
<data>
<field name="doctext">
&lt;p&gt;Nearly a year ago I wrote [id://628746]. There were quite some changes in
Perl 6 land in the mean time, so I thought I'd give you a little update - both
in terms of progress and how you could help today.&lt;/p&gt;

&lt;h2&gt;Pugs&lt;/h2&gt;

&lt;p&gt;[http://www.pugscode.org/|pugs] isn't actively developed anymore, due to
lack of contributors. The last commits to pugs itself were the attempt to
compile it with GHC 6.8.*, which actually broke the build.&lt;/p&gt;

&lt;p&gt;If you happen to be an ambitious hacker with some Haskell background, feel
free to revive it. If not - bad luck.&lt;/p&gt;

&lt;p&gt;The last revision known to build with GHC 6.6.1 is r19915 if you feel like compiling it first ;-)&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Update:&lt;/b&gt; since writing this post [audreyt] actually fixed build and install via the &lt;c&gt;cabal&lt;/c&gt; package manager (which is Haskell's CPAN-equivalent) with GHC 6.8.2. Details are in the INSTALL file in the pugs repository.

&lt;p&gt;She also [http://use.perl.org/~audreyt/journal/37062|announced that pugs development will continue] once GHC-6.10.1 is out.

&lt;h2&gt;Parrot and Rakudo&lt;/h2&gt;

&lt;p&gt;The Perl 6 implementation on [http://www.parrotcode.org/|parrot]
[http://www.rakudo.org/2008/01/the-compiler-formerly-known-as.html|is now
called] [http://www.rakudo.org/|Rakudo], and is improving fast.&lt;/p&gt;

&lt;p&gt;Rakudo is actually quite fun to hack. I wrote a few small patches, and got
very good feedback from the other developers. It has solid testing (about 700
passing tests from the official test suite, plus a few sanity tests), and is
written in an interesting mix of languages: Perl 6 rules for the parser, NQP
("Not Quite Perl 6", a subset of Perl 6) for the parser actions, and PIR and C
for builtins. If you don't like one or more of these languages, you can still
find tasks that involve only one of them.&lt;/p&gt;

&lt;p&gt;One of the next larger goals is to enable the writing of builtins in Perl 6
itself, so once that's done it will be even more fun to hack.&lt;/p&gt;

&lt;h2&gt;KindaPerl6 and smop&lt;/h2&gt;

&lt;p&gt;KindaPerl6, short kp6 is nearly bootstrapped, but it turns out that the
bootstrapped version is painfully slow. So [ruoso] started a new C based
"virtual machine" called
[http://www.perlfoundation.org/perl6/index.cgi?smop|smop]. Unlike parrot it is focused on meta object programming,
supporting natively different object systems and different representation for
objects of the same type.&lt;/p&gt;

&lt;p&gt;Work on kp6 has temporary stalled, but now ruoso received a
[http://news.perlfoundation.org/2008/05/2008q2_grant_proposal_smop_sim.html|grant
for advancing smop] programming and using it as a kp6 backend.&lt;/p&gt;

&lt;p&gt;[ruoso] would be happy about any contributor with some C knowledge,
or interest in the fundamentals about object oriented programming.&lt;/p&gt;

&lt;h2&gt;New Kids on the Block&lt;/h2&gt;

&lt;p&gt;There are two new approaches at Perl 6 compilers, both of which live in the
[http://svn.pugscode.org/pugs/misc|misc sub dir of the pugs SVN
repository] and are disussed on #perl6 on irc.freenode.org.&lt;/p&gt;

&lt;h3&gt;Elf&lt;/h3&gt;

&lt;p&gt;Mitchell Charity has started another Perl 6 compiler called &lt;i&gt;elf&lt;/i&gt;. It
is based on a ruby translation of the Perl 6 standard grammar STD.m, and
everything else is a bootstrapped Perl 6 compiler with a Perl 5 backend. Other
backends are being discussed too.&lt;/p&gt;

&lt;p&gt;If you like hacking in &lt;c&gt;&lt;perl5 perl6 ruby&gt;.pick(2)&lt;/c&gt;, join #perl6
and poke mncharity or pmurias.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Update:&lt;/b&gt; [http://perl.net.au/wiki/Elf|Elf also has a homepage now]&lt;/p&gt;

&lt;h3&gt;yap6&lt;/h3&gt;

&lt;p&gt;[diakopter] started yap6, "yet another perl 6" as an experiment in
recursive descent grammars (inspired by [Dominus]' "Higher Order Perl"),
towards mutable grammars for Perl 6.&lt;/p&gt;

&lt;p&gt;It can't parse a very large subset of Perl 6 at the moment, but if you're
interested in continuation style parsing, this the project to get involved
with.&lt;/p&gt;

&lt;h2&gt;Other Projects&lt;/h2&gt;

&lt;p&gt;[moritz|My] area of largest contribution is currently the Perl 6 test
suite, which is converging towards an implementation independent, large (but
mostly tame) beast.&lt;/p&gt;

&lt;p&gt;There's a
[http://auzon.blogspot.com/2008/05/gsoc-day-0-report.html|Google Summer of
Code] project running to enhance and improve the test suite, but the task is
so vast that any additional help is appreciated, and we're in no danger of
running out of work for our gsoc student ;-)&lt;/p&gt;

&lt;p&gt;There's also a non-technical project for helping Perl 6: Conrad Schneiker
took action
[http://www.nntp.perl.org/group/perl.perl6.users/2008/02/msg685.html|to raise
funds for Perl 6 development]. I don't know if
[http://perlbuzz.com/2008/05/ian-hague-funds-perl-6-development-through-the-perl-foundation.html|the
recent success] is based on his work, but in any case it is a very good thing
to do, and one that many programmers don't feel qualified or assigned to.&lt;/p&gt;

&lt;p&gt;If you have buisness skill and some time to spare, this might be a good
place to help us. Check out the
[http://www.perlfoundation.org/feed/workspace/perl6?page=perl_6_donations_and_fundraising|fundraising
wiki page] for more details.&lt;/p&gt;


&lt;p&gt;P.S. I hope I didn't confuse too many names. People tend to use their nick
name on IRC and their real name on mailing lists, which sometimes makes it
hard to map these two if they are unrelated. If you are mentioned in this
meditation in the wrong way, please just /msg me, I'll fix it ;-)&lt;/p&gt;

&lt;p&gt;Update: small typos, and a few additional details suggested by Auzon++</field>
</data>
</node>
