<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title><![CDATA[Perl 6: A Guide to the Pugs Repository for Rakudo Hackers]]></title>
<link>http://www.perlfoundation.org/perl6/index.cgi?a_guide_to_the_pugs_repository_for_rakudo_hackers</link>
<description></description>
<pubDate>Wed, 17 Dec 2008 00:54:12 -0000</pubDate>
<webMaster>synedra@gmail.com</webMaster>
<generator>Socialtext Workspace v2.14.7.2</generator>

<item>
<title><![CDATA[A Guide to the Pugs Repository for Rakudo Hackers]]></title>
<link>http://www.perlfoundation.org/perl6/index.cgi?a_guide_to_the_pugs_repository_for_rakudo_hackers</link>
<description><![CDATA[<div class="wiki">
<p>
'pugs' is more than the name of a perl 6 implementation, it's also a source<br />
repository with many projects related to perl 6. the pugs repository lives<br />
at <a target="_blank" title="(external link)" href="http://svn.pugscode.org/">http://svn.pugscode.org/</a>. it's very easy to get a commit bit: just ask<br />
on the <a href="mailto:perl6-users@perl.org">perl6-users@perl.org</a> or <a href="mailto:perl6-compilers@perl.org">perl6-compilers@perl.org</a> mailing lists, or<br />
in #perl6 on irc.freenode.net.</p>
<p>
even as the pugs perl 6 implementation languishes, awaiting ghc improvements<br />
and round tuits, past achievements to its early success continue to benefit<br />
other perl implementations. notably, the pugs test suite is undergoing<br />
review, refactoring, and extension to become the official perl 6 test suite.<br />
recently, the official perl 6 specification (a.k.a. the Synopses) was moved<br />
to the pugs repository, where it can be reviewed and edited by the community.<br />
also, the standard perl 6 grammar lives in the pugs repository. each of these<br />
items is critical to the successful rakudo hacker.</p>
<p>
svn 1.5 provides sparse checkouts, which eases retrieving the bits of the pugs<br />
repo relevant to rakudo hackers. to extract the docs, tests, standard grammar,<br />
and other relevant files, run the following subversion commands:</p>
<blockquote>
$ svn checkout --depth empty <a target="_blank" title="(external link)" href="http://svn.pugscode.org/pugs">http://svn.pugscode.org/pugs</a> pugs<br />
$ cd pugs<br />
$ svn up --depth empty docs docs/Perl6 src<br />
$ svn up --depth infinity docs/Perl6/Spec src/perl6/ t</blockquote>
</div>
]]></description>
<author>jerry.gay+openid@hidden</author>
<guid isPermaLink="true">http://www.perlfoundation.org/perl6/index.cgi?a_guide_to_the_pugs_repository_for_rakudo_hackers</guid>
<pubDate>Wed, 17 Dec 2008 00:54:12 -0000</pubDate>
</item>

</channel>
</rss>