<?xml version="1.0"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns="http://purl.org/rss/1.0/"
>
<channel rdf:about="http://planetsix.perlfoundation.org">
	<title>Planet Perl Six</title>
	<link>http://planetsix.perlfoundation.org</link>
	<description>Planet Perl Six - http://planetsix.perlfoundation.org</description>

	<items>
		<rdf:Seq>
			<rdf:li rdf:resource="http://use.perl.org/~jesse/journal/36332?from=rss" />
			<rdf:li rdf:resource="http://use.perl.org/~pmichaud/journal/36261?from=rss" />
			<rdf:li rdf:resource="http://www.nntp.perl.org/group/perl.perl6.announce/2008/04/msg581.html" />
			<rdf:li rdf:resource="http://www.nntp.perl.org/group/perl.perl6.announce/2008/04/msg580.html" />
		</rdf:Seq>
	</items>
</channel>

<item rdf:about="http://use.perl.org/~jesse/journal/36332?from=rss">
	<title>Jesse Vincent: Binary data in JSON?</title>
	<link>http://use.perl.org/~jesse/journal/36332?from=rss</link>
	<content:encoded>JSON doesn't have native support for binary data? Really?
Someone, please tell me I'm wrong. (But only if you can back it up with documentation)</content:encoded>
	<dc:date>2008-05-06T01:54:56+00:00</dc:date>
</item>
<item rdf:about="http://use.perl.org/~pmichaud/journal/36261?from=rss">
	<title>Patrick Michaud: Rakudo milestones posted</title>
	<link>http://use.perl.org/~pmichaud/journal/36261?from=rss</link>
	<content:encoded>Last week I heard that someone was having trouble finding the Rakudo sources, and it was suggested that blogging about it here might provide an additional pointer.  So, if you're looking for the sources to Rakudo Perl, it's currently held in the &lt;a href=&quot;http://svn.perl.org/parrot/trunk/languages/perl6/&quot;&gt;languages/perl6/&lt;/a&gt; directory of the Parrot repository.&lt;br /&gt;&lt;br /&gt;Eventually Rakudo and other languages on Parrot will likely get separate repositories, but for now we all find it easier to keep everything in a single repository.&lt;br /&gt;&lt;br /&gt;The architecture and layout of the Rakudo source code is described in &lt;a href=&quot;http://svn.perl.org/parrot/trunk/languages/perl6/docs/compiler_overview.pod&quot;&gt;docs/compiler_overview.pod&lt;/a&gt;.  This says what each source file does and how it all fits together.&lt;br /&gt;&lt;br /&gt;Also, by popular demand, I've created a list of &quot;milestones&quot; for Rakudo Perl development and stuck them in the &lt;a href=&quot;http://svn.perl.org/parrot/trunk/languages/perl6/ROADMAP&quot;&gt;ROADMAP&lt;/a&gt;.  Reproducing the 2008-04-28 version here, we have:&lt;br /&gt;&lt;br /&gt;* list context, list assignment&lt;br /&gt;* return and control exceptions&lt;br /&gt;* class, role, objects&lt;br /&gt;* regex, token, rule, grammar&lt;br /&gt;* selected libraries written in Perl 6&lt;br /&gt;* modules&lt;br /&gt;* junctions&lt;br /&gt;* lazy lists&lt;br /&gt;* slices&lt;br /&gt;* multi sub &amp;amp; multi-method dispatch&lt;br /&gt;* captures and signature handling&lt;br /&gt;* operator overloading&lt;br /&gt;* other S09 features (typed arrays, sized types)&lt;br /&gt;* heredocs&lt;br /&gt;* macros&lt;br /&gt;* module versioning&lt;br /&gt;&lt;br /&gt;While the milestones roughly in priority sequence, this list isn't meant to be rigid or strictly sequential in nature.  If someone wants to work on a later milestone even though we haven't completed the earlier ones, that's certainly okay.  This list just gives us a way to see where things are fitting in my head.&lt;br /&gt;&lt;br /&gt;Suggestions and additions to the above list are welcome.&lt;br /&gt;&lt;br /&gt;Pm</content:encoded>
	<dc:date>2008-04-28T18:27:44+00:00</dc:date>
</item>
<item rdf:about="http://www.nntp.perl.org/group/perl.perl6.announce/2008/04/msg581.html">
	<title>perl6.announce: Re: Parrot 0.6.1 &quot;Bird of Paradise&quot; Released by François Perrad</title>
	<link>http://www.nntp.perl.org/group/perl.perl6.announce/2008/04/msg581.html</link>
	<content:encoded>2008/4/15 jerry gay &amp;lt;jerry.gay@gmail.com&amp;gt;:&lt;br /&gt;&lt;br /&gt;&amp;gt; Aloha!&lt;br /&gt;&amp;gt;&lt;br /&gt;&amp;gt; On behalf of the Parrot team, I'm proud to announce Parrot 0.6.1&lt;br /&gt;&amp;gt; &amp;quot;Bird of Paradise.&amp;quot; Parrot (http://parrotcode.org/) is a virtual machine&lt;br /&gt;&amp;gt; aimed&lt;br /&gt;&amp;gt; at running all dynamic languages.&lt;br /&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;The Windows setup is available on http://parrotwin32.sourceforge.net/&lt;br /&gt;&lt;br /&gt;Fran&amp;ccedil;ois.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;gt;&lt;br /&gt;&amp;gt; Parrot 0.6.1 can be obtained via CPAN (soon), or follow the&lt;br /&gt;&amp;gt; download instructions at http://parrotcode.org/source.html.&lt;br /&gt;&amp;gt; For those who would like to develop on Parrot, or help develop&lt;br /&gt;&amp;gt; Parrot itself, we recommend using Subversion or SVK on the&lt;br /&gt;&amp;gt; source code repository to get the latest and best Parrot code.&lt;br /&gt;&amp;gt;&lt;br /&gt;&amp;gt; Parrot 0.6.1 News:&lt;br /&gt;&amp;gt; - Specification&lt;br /&gt;&amp;gt;  + drafted pdd29_compiler_tools.pod&lt;br /&gt;&amp;gt;  + updated pdd28_character_sets.pod draft&lt;br /&gt;&amp;gt;  + updated pdd19_pir.pod draft&lt;br /&gt;&amp;gt; - Languages&lt;br /&gt;&amp;gt;  + c99: added independent C pre-processor&lt;br /&gt;&amp;gt;  + HQ9+: reimplemented with PCT&lt;br /&gt;&amp;gt;  + Lua:&lt;br /&gt;&amp;gt;    . reimplementation with PCT, using PAST and POST&lt;br /&gt;&amp;gt;    . behavior aligned wih 5.1.3&lt;br /&gt;&amp;gt;  + Rakudo:&lt;br /&gt;&amp;gt;    . implemented basic I/O, including '$*IN', '$*OUT', '$*ERR', 'prefix:='&lt;br /&gt;&amp;gt;    . implemented simple typing and runtime type checking&lt;br /&gt;&amp;gt;    . added basic multi-method dispatch&lt;br /&gt;&amp;gt;    . expanded named argument handling, including Pair and colonpairs&lt;br /&gt;&amp;gt;    . added 'Whatever' and 'Capture' classes&lt;br /&gt;&amp;gt;    . implemented 'handles' trait verb&lt;br /&gt;&amp;gt;    . added 'loop' statement&lt;br /&gt;&amp;gt;    . implemented 'given', 'when', 'for', 'while', 'until' statement&lt;br /&gt;&amp;gt; modifiers&lt;br /&gt;&amp;gt;    . implemented Hash methods '.keys' and '.values'&lt;br /&gt;&amp;gt;    . fixed bug to get '.WHAT' working correctly&lt;br /&gt;&amp;gt;    . initial implementation of 'eval'&lt;br /&gt;&amp;gt; - Compilers&lt;br /&gt;&amp;gt;  + NQP:&lt;br /&gt;&amp;gt;    . created a bootstrapped build, see 'make boot'&lt;br /&gt;&amp;gt;    . added 'infix:&amp;lt;', 'infix:&amp;lt;=', 'infix:&amp;gt;', 'infix:&amp;gt;=' relational&lt;br /&gt;&amp;gt; operators&lt;br /&gt;&amp;gt;    . added 'postfix:++', 'postfix:--' operators&lt;br /&gt;&amp;gt;  + PCT:&lt;br /&gt;&amp;gt;    . added methods specifying default behaviors in PAST, reducing repeated&lt;br /&gt;&amp;gt; code&lt;br /&gt;&amp;gt;    . improved symbol table lookup&lt;br /&gt;&amp;gt;  + PGE:&lt;br /&gt;&amp;gt;    . removed deprecated code including: P6Regex, P6Grammar, PAST-pm&lt;br /&gt;&amp;gt; - Miscellaneous&lt;br /&gt;&amp;gt;  + notable speedups during compilation and execution of parrot and HLLs&lt;br /&gt;&amp;gt;  + pdb (the parrot debugger) can now catch parrot exceptions&lt;br /&gt;&amp;gt;  + better detection of glibc and gettext during configuration&lt;br /&gt;&amp;gt;  + various bugfixes, code cleanups, deprecations, and coding standard&lt;br /&gt;&amp;gt; fixes&lt;br /&gt;&amp;gt;&lt;br /&gt;&amp;gt;&lt;br /&gt;&amp;gt; Mahalo to all our contributors for making this possible, and our&lt;br /&gt;&amp;gt; sponsors for supporting this project.&lt;br /&gt;&amp;gt;&lt;br /&gt;&amp;gt; Enjoy!&lt;br /&gt;&amp;gt; ~jerry&lt;br /&gt;&amp;gt;&lt;br /&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;</content:encoded>
	<dc:date>2008-04-16T11:23:59+00:00</dc:date>
</item>
<item rdf:about="http://www.nntp.perl.org/group/perl.perl6.announce/2008/04/msg580.html">
	<title>perl6.announce: Parrot 0.6.1 &quot;Bird of Paradise&quot; Released by jerry gay</title>
	<link>http://www.nntp.perl.org/group/perl.perl6.announce/2008/04/msg580.html</link>
	<content:encoded>Aloha!&lt;br /&gt;&lt;br /&gt;On behalf of the Parrot team, I'm proud to announce Parrot 0.6.1&lt;br /&gt;&amp;quot;Bird of Paradise.&amp;quot; Parrot (http://parrotcode.org/) is a virtual machine aimed&lt;br /&gt;at running all dynamic languages.&lt;br /&gt;&lt;br /&gt;Parrot 0.6.1 can be obtained via CPAN (soon), or follow the&lt;br /&gt;download instructions at http://parrotcode.org/source.html.&lt;br /&gt;For those who would like to develop on Parrot, or help develop&lt;br /&gt;Parrot itself, we recommend using Subversion or SVK on the&lt;br /&gt;source code repository to get the latest and best Parrot code.&lt;br /&gt;&lt;br /&gt;Parrot 0.6.1 News:&lt;br /&gt;- Specification&lt;br /&gt;  + drafted pdd29_compiler_tools.pod&lt;br /&gt;  + updated pdd28_character_sets.pod draft&lt;br /&gt;  + updated pdd19_pir.pod draft&lt;br /&gt;- Languages&lt;br /&gt;  + c99: added independent C pre-processor&lt;br /&gt;  + HQ9+: reimplemented with PCT&lt;br /&gt;  + Lua:&lt;br /&gt;    . reimplementation with PCT, using PAST and POST&lt;br /&gt;    . behavior aligned wih 5.1.3&lt;br /&gt;  + Rakudo:&lt;br /&gt;    . implemented basic I/O, including '$*IN', '$*OUT', '$*ERR', 'prefix:='&lt;br /&gt;    . implemented simple typing and runtime type checking&lt;br /&gt;    . added basic multi-method dispatch&lt;br /&gt;    . expanded named argument handling, including Pair and colonpairs&lt;br /&gt;    . added 'Whatever' and 'Capture' classes&lt;br /&gt;    . implemented 'handles' trait verb&lt;br /&gt;    . added 'loop' statement&lt;br /&gt;    . implemented 'given', 'when', 'for', 'while', 'until' statement modifiers&lt;br /&gt;    . implemented Hash methods '.keys' and '.values'&lt;br /&gt;    . fixed bug to get '.WHAT' working correctly&lt;br /&gt;    . initial implementation of 'eval'&lt;br /&gt;- Compilers&lt;br /&gt;  + NQP:&lt;br /&gt;    . created a bootstrapped build, see 'make boot'&lt;br /&gt;    . added 'infix:&amp;lt;', 'infix:&amp;lt;=', 'infix:&amp;gt;', 'infix:&amp;gt;=' relational operators&lt;br /&gt;    . added 'postfix:++', 'postfix:--' operators&lt;br /&gt;  + PCT:&lt;br /&gt;    . added methods specifying default behaviors in PAST, reducing repeated code&lt;br /&gt;    . improved symbol table lookup&lt;br /&gt;  + PGE:&lt;br /&gt;    . removed deprecated code including: P6Regex, P6Grammar, PAST-pm&lt;br /&gt;- Miscellaneous&lt;br /&gt;  + notable speedups during compilation and execution of parrot and HLLs&lt;br /&gt;  + pdb (the parrot debugger) can now catch parrot exceptions&lt;br /&gt;  + better detection of glibc and gettext during configuration&lt;br /&gt;  + various bugfixes, code cleanups, deprecations, and coding standard fixes&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Mahalo to all our contributors for making this possible, and our&lt;br /&gt;sponsors for supporting this project.&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;br /&gt;~jerry&lt;br /&gt;</content:encoded>
	<dc:date>2008-04-15T13:46:17+00:00</dc:date>
</item>

</rdf:RDF>
