<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<feed xmlns="http://www.w3.org/2005/Atom">

	<title>Planet Perl Six</title>
	<link rel="self" href="http://planetsix.perlfoundation.org/atom.xml"/>
	<link href="http://planetsix.perlfoundation.org"/>
	<id>http://planetsix.perlfoundation.org/atom.xml</id>
	<updated>2010-03-10T13:02:23+00:00</updated>
	<generator uri="http://www.planetplanet.org/">Planet/2.0 +http://www.planetplanet.org</generator>

	<entry>
		<title type="html">Calling All Google Summer of Code Mentors by Jonathan Leto</title>
		<link href="http://www.nntp.perl.org/group/perl.perl6.announce/2010/03/msg621.html"/>
		<id>http://www.nntp.perl.org/group/perl.perl6.announce/2010/03/msg621.html</id>
		<updated>2010-03-09T01:12:17+00:00</updated>
		<content type="html">Howdy,&lt;br /&gt;&lt;br /&gt;I am working on the application for The Perl Foundation and Parrot&lt;br /&gt;Foundation to participate in Google Summer of Code 2010 [0]. GSoC is a&lt;br /&gt;program where Google funds eligible students to hack on open source&lt;br /&gt;projects for a summer. It is a great opportunity for the students and&lt;br /&gt;the communities that mentor them. You also may be interested in this&lt;br /&gt;summary of our involvement last year [1]. Our application will be&lt;br /&gt;submitted by the end of this week.&lt;br /&gt;&lt;br /&gt;Please join us in getting prepared for this year. There is a page for&lt;br /&gt;possible mentors to volunteer [2]* as well as a page for project ideas&lt;br /&gt;[3]. If you would like to help with the wiki, our main GSoC page [4]&lt;br /&gt;is the best place to start. You are also invited to join our mailing&lt;br /&gt;list [5] and come ask question in #soc-help on irc.perl.org .&lt;br /&gt;&lt;br /&gt;Thanks!&lt;br /&gt;&lt;br /&gt;Duke&lt;br /&gt;&lt;br /&gt;[0] http://socghop.appspot.com/&lt;br /&gt;[1] http://google-opensource.blogspot.com/2009/10/perls-of-wisdom-perl-foundation-parrots.html&lt;br /&gt;[2] http://www.perlfoundation.org/perl5/index.cgi?gsoc_mentors&lt;br /&gt;[3] http://www.perlfoundation.org/perl5/index.cgi?gsoc_2010_projects&lt;br /&gt;[4] http://www.perlfoundation.org/perl5/index.cgi?gsoc&lt;br /&gt;[5] http://groups.google.com/group/tpf-gsoc&lt;br /&gt;&lt;br /&gt;* If you listed yourself as a mentor last year and you are not&lt;br /&gt;interested this year, please remove yourself from the page.&lt;br /&gt;&lt;br /&gt;-- &lt;br /&gt;Jonathan &amp;quot;Duke&amp;quot; Leto&lt;br /&gt;jonathan@leto.net&lt;br /&gt;http://leto.net&lt;br /&gt;</content>
		<author>
			<name>perl6.announce</name>
			<uri>http://www.nntp.perl.org/group/perl.perl6.announce/</uri>
		</author>
		<source>
			<title type="html">perl.perl6.announce</title>
			<subtitle type="html">...</subtitle>
			<link rel="self" href="http://www.nntp.perl.org/rss/perl.perl6.announce.rdf"/>
			<id>http://www.nntp.perl.org/rss/perl.perl6.announce.rdf</id>
			<updated>2010-03-10T11:42:07+00:00</updated>
			<rights type="html">Copyright 1998-2010 perl.org</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">The ghost of Algol 68</title>
		<link href="http://use.perl.org/~masak/journal/40232?from=rss"/>
		<id>http://use.perl.org/~masak/journal/40232?from=rss</id>
		<updated>2010-03-08T22:01:20+00:00</updated>
		<content type="html">&lt;p&gt;Ever wonder why &lt;code&gt;bash&lt;/code&gt; closes &lt;code&gt;if&lt;/code&gt; blocks with &lt;code&gt;fi&lt;/code&gt;? This practice was inctroduced in &lt;a href=&quot;http://en.wikipedia.org/wiki/ALGOL_68&quot;&gt;Algol 68&lt;/a&gt;, a language that Perl 6 &lt;a href=&quot;http://www.nntp.perl.org/group/perl.perl6.language/2010/03/msg33321.html&quot;&gt;was accused of reinventing&lt;/a&gt; yesterday on the &lt;code&gt;perl6-language&lt;/code&gt; list.&lt;/p&gt;&lt;p&gt;Curious, I went to &lt;a href=&quot;http://en.wikipedia.org/wiki/ALGOL_68&quot;&gt;the Wikipedia article&lt;/a&gt; to read up on Algol 68.&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;quote&quot;&gt;&lt;p&gt;ALGOL 68 (short for ALGOrithmic Language 1968) is an imperative computer programming language that was conceived as a successor to the ALGOL 60 programming language, designed with the goal of a much wider scope of application and more rigorously defined syntax and semantics.&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&quot;Successor.&quot; &quot;Wider scope of application&quot;. &quot;More rigorously defined syntax and semantics&quot;. Sound familiar?&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;quote&quot;&gt;&lt;p&gt;ALGOL 68 has been criticized [...] for abandoning the simplicity of ALGOL 60 becoming a vehicle for complex or overly general ideas, and doing little to make the compiler writer's task easy [...]&lt;/p&gt;&lt;/div&gt;&lt;p&gt;Oh dear. &amp;#9786; We even have the 'do little to make the compiler writer's task easy' meme in Perl 6...&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;quote&quot;&gt;&lt;p&gt; &lt;tt&gt;&amp;lt;TimToady&amp;gt; after all, Perl Philosphy is simply to torment the implementors on behalf of the user&lt;/tt&gt; (#perl6, &lt;a href=&quot;http://irclog.perlgeek.de/perl6/2008-10-09#i_614026&quot;&gt;2008-10-09&lt;/a&gt;)&lt;br /&gt;
&lt;tt&gt;&amp;lt;pmichaud&amp;gt; aha! I have a quote for my keynote.&lt;/tt&gt;&lt;/p&gt; &lt;/div&gt;&lt;p&gt;Besides that, there's all these other little parallels, such as&lt;/p&gt;&lt;ul&gt;
  &lt;li&gt;Algol 68 seemingly playing with words (they borrowed the term 'gomma' from Finnegan's Wake, but the feature it denoted got scrapped in a 1973 revision),&lt;/li&gt;&lt;li&gt;something junction-like called 'multiple value',&lt;/li&gt;&lt;li&gt;a whole heap of values for different forms of nothing and undefinedness,&lt;/li&gt;&lt;li&gt;a newly-invented grammar formalism, and&lt;/li&gt;&lt;li&gt;a general feeling of deep ambitiousness and a desire to get things right.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;So, there are deep similarities between Algol 68 and Perl 6. There's not much to say to that, except perhaps &quot;huh&quot;.&lt;/p&gt;&lt;p&gt;If there's anything in it all that's uplifting though, it's the second paragraph of the article:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;quote&quot;&gt;&lt;p&gt;Contributions of ALGOL 68 to the field of computer science are deep and wide ranging, although some of them were not publicly identified until they were passed, in one form or another, to one of many subsequently developed programming languages.&lt;/p&gt;&lt;/div&gt;&lt;p&gt;If that's not spot on for Perl 6, I think it will be in a decade or so.&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</content>
		<author>
			<name>Carl Masak</name>
			<uri>http://use.perl.org/~masak/journal/</uri>
		</author>
		<source>
			<title type="html">masak's Journal</title>
			<subtitle type="html">masak's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~masak/journal/rss"/>
			<id>http://use.perl.org/~masak/journal/rss</id>
			<updated>2010-03-08T23:02:07+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">the low hanging fruits are gone</title>
		<link href="http://use.perl.org/~perl6doc/journal/40230?from=rss"/>
		<id>http://use.perl.org/~perl6doc/journal/40230?from=rss</id>
		<updated>2010-03-08T01:21:58+00:00</updated>
		<content type="html">an impressive post like that one a week ago won't come again so fast. Last days I added Pawel Murias and Gabor and mentioned pixie, but the main part is done here. The &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?timeline&quot;&gt;timeline&lt;/a&gt; (structured and with 33 items) is now also mostly done. You can also see that we exceeded the zenith of edits. The number of articles touched in last 14 days is now sinking rapidly. it So whats next?
&lt;br /&gt; &lt;br /&gt;
Well &lt;a href=&quot;http://reneeb-perlblog.blogspot.com/&quot;&gt;renee&lt;/a&gt; needs the next perl 6 article, which I want deliver this week. All the experience I collected writing the 200+ changes in last 2 weeks will go into that. But my next goal for the TPF wiki will be the translation of my &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?perl_6_tutorial&quot;&gt;perl 6 tut&lt;/a&gt; and the release of &lt;a href=&quot;http://kephra.sourceforge.net/site/en/home_news.shtml&quot;&gt;Kephra 0.4.3&lt;/a&gt;, which is some weeks overdue.</content>
		<author>
			<name>Herbert Breunung</name>
			<uri>http://use.perl.org/~perl6doc/journal/</uri>
		</author>
		<source>
			<title type="html">perl6doc's Journal</title>
			<subtitle type="html">perl6doc's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~perl6doc/journal/rss"/>
			<id>http://use.perl.org/~perl6doc/journal/rss</id>
			<updated>2010-03-08T01:42:14+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">3 new facts about the TPF wiki</title>
		<link href="http://use.perl.org/~perl6doc/journal/40224?from=rss"/>
		<id>http://use.perl.org/~perl6doc/journal/40224?from=rss</id>
		<updated>2010-03-04T23:35:30+00:00</updated>
		<content type="html">&lt;ul&gt;
&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?action=recent_changes&quot;&gt;we touched 101 articles in last 2 weeks&lt;/a&gt; &lt;/li&gt;&lt;li&gt;currently I'm writing on the &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?timeline&quot;&gt;Perl 6 timeline&lt;/a&gt; &lt;/li&gt;&lt;li&gt;I saved the content of &lt;a href=&quot;http://www.poniecode.org/&quot;&gt;ponie's page&lt;/a&gt; into &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?poniecode_org&quot;&gt;its's wiki page&lt;/a&gt; because it might will soon disappear&lt;/li&gt;&lt;/ul&gt;</content>
		<author>
			<name>Herbert Breunung</name>
			<uri>http://use.perl.org/~perl6doc/journal/</uri>
		</author>
		<source>
			<title type="html">perl6doc's Journal</title>
			<subtitle type="html">perl6doc's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~perl6doc/journal/rss"/>
			<id>http://use.perl.org/~perl6doc/journal/rss</id>
			<updated>2010-03-08T01:42:14+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">I'm a snowplow</title>
		<link href="http://use.perl.org/~masak/journal/40218?from=rss"/>
		<id>http://use.perl.org/~masak/journal/40218?from=rss</id>
		<updated>2010-03-02T11:15:32+00:00</updated>
		<content type="html">&lt;p&gt;Oops. I think excessive distractedness just made me miss a 10-day interval, thereby falling off the Iron Man challenge. Oh well. [Sidenote: Is there a way to easily check one's Ironman status?]&lt;/p&gt;&lt;p&gt;Lately, I've been feeling a bit like the snowplows shuffling snow around outside my office window. I have a lot of things I want to blog about, but I've been pushing them ahead of me. That's exactly what the Iron Man thing is supposed to counter. Guess procrastination won out in this case.&lt;/p&gt;&lt;p&gt;So, how much blog would a masak write if a masak could write blog? Here's a list off the top of my head of the things I've been &lt;em&gt;thinking&lt;/em&gt; of blogging about:&lt;/p&gt;&lt;ul&gt;
  &lt;li&gt;The presentation I'm writing for the &lt;a href=&quot;http://www.opensourcedays.org/2010/node/267&quot;&gt;Open Source Days in Copenhagen&lt;/a&gt; this weekend. I'm really excited about it.&lt;/li&gt;&lt;li&gt;The &lt;a href=&quot;http://use.perl.org/~masak/journal/39945&quot;&gt;&quot;7 Wonders of the Ancient Grammar Engine&quot;&lt;/a&gt; series. I've started on it, and I like what I have so far.&lt;/li&gt;&lt;li&gt;More &lt;a href=&quot;http://use.perl.org/~masak/journal/40195&quot;&gt;E03 stuff&lt;/a&gt;. Guess that's what I didn't blog about in the past 11 days.&lt;/li&gt;&lt;li&gt;snarkyboojum++ and I have started toying with writing a &lt;a href=&quot;http://github.com/masak/tardis&quot;&gt;time-travelling debugger&lt;/a&gt;. Yes, really.&lt;/li&gt;&lt;li&gt;A lot of things are happening in Rakudo-land this month, after the successful ng merge. colomon++ especially shines like a bright star right now, bringing lots of tests back online each day.&lt;/li&gt;&lt;li&gt;I'd like to get enums in Rakudo before this month's release. I've already done anon enums. Next up: named enums.&lt;/li&gt;&lt;li&gt;I've been starting to think seriously about &lt;a href=&quot;http://use.perl.org/~masak/journal/38279&quot;&gt;u4x&lt;/a&gt; lately. Partly because of other people's questions, partly because it seems the the time is ripe to start it.&lt;/li&gt;&lt;li&gt;However, every time I have that thought I realize that &lt;a href=&quot;http://github.com/perl6/book&quot;&gt;the book&lt;/a&gt; is more important at the moment. I have some unimplemented ideas there as well.&lt;/li&gt;&lt;li&gt;GGE is &lt;a href=&quot;http://github.com/masak/gge/blob/master/STATUS&quot;&gt;very near&lt;/a&gt; being PGE-compliant. Just a few finishing touches are needed. This will likely usher in a &lt;a href=&quot;http://github.com/masak/gge/blob/master/docs/COOLTHINGS&quot;&gt;new era in Perl 6 grammars and parsing&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;

Will I have time in the near future to expand these one-liners into full-fledged blog posts? Only time will tell.&lt;/p&gt;</content>
		<author>
			<name>Carl Masak</name>
			<uri>http://use.perl.org/~masak/journal/</uri>
		</author>
		<source>
			<title type="html">masak's Journal</title>
			<subtitle type="html">masak's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~masak/journal/rss"/>
			<id>http://use.perl.org/~masak/journal/rss</id>
			<updated>2010-03-08T23:02:07+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">Perl 6 Design Minutes for 24 February 2010</title>
		<link href="http://use.perl.org/~chromatic/journal/40217?from=rss"/>
		<id>http://use.perl.org/~chromatic/journal/40217?from=rss</id>
		<updated>2010-03-02T05:12:09+00:00</updated>
		<content type="html">&lt;p&gt;The Perl 6 design team met by phone on 24 February 2010.  Larry, Allison, Patrick, and chromatic attended.&lt;/p&gt;&lt;p&gt; &lt;strong&gt;Larry:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;my work last week was almost entirely responsive to various discussions on irc and p6l, even when it doesn't seem like it&lt;/li&gt;&lt;li&gt;clarified that &lt;code&gt;LEAVE&lt;/code&gt;-style phasers do not trip till after an exception is handled (and not resumed)&lt;/li&gt;&lt;li&gt;the implementation of take is specifically &lt;em&gt;before&lt;/em&gt; unwinding even if implemented with a control exception&lt;/li&gt;&lt;li&gt;simplified series operator by moving generator function to the left side (any function on right side will now be a limiting conditional)&lt;/li&gt;&lt;li&gt;a &lt;code&gt;*&lt;/code&gt; is no longer required to intuit the series on the left; the absence of generator before the &lt;code&gt;...&lt;/code&gt; operator is sufficient&lt;/li&gt;&lt;li&gt;first argument on the right of &lt;code&gt;...&lt;/code&gt; is now always a limiter argument&lt;/li&gt;&lt;li&gt;for convenience and consistency, added a new &lt;code&gt;...^&lt;/code&gt; form to exclude a literal limiter from the generated series&lt;/li&gt;&lt;li&gt;unlike ranges, however, there is no leading exclusion &lt;code&gt;^...&lt;/code&gt; or &lt;code&gt;^...^&lt;/code&gt; &lt;/li&gt;&lt;li&gt;series is a list associative list infix, and each &lt;code&gt;...&lt;/code&gt; pays attention only the portion of the list immediately to its left (plus the limit from the right)&lt;/li&gt;&lt;li&gt;an &quot;impossible&quot; limit can terminate a monotonic intuited series even if the limit can never match exactly&lt;/li&gt;&lt;li&gt;variables now default to a type of &lt;code&gt;Any&lt;/code&gt;, and must explicitly declare &lt;code&gt;Mu&lt;/code&gt; or &lt;code&gt;Junction&lt;/code&gt; type to hold junctions&lt;/li&gt;&lt;li&gt;this is to reduce pressure to duplicate many functions like &lt;code&gt;==&lt;/code&gt; with &lt;code&gt;Mu&lt;/code&gt; arguments; most of our failure values should be derived from Any in any case&lt;/li&gt;&lt;li&gt;a &lt;code&gt;Mu&lt;/code&gt; result is more indicative of a major malfunction now, and is caught at first assignment to an &lt;code&gt;Any&lt;/code&gt; variable&lt;/li&gt;&lt;li&gt; &lt;code&gt;Instant&lt;/code&gt;/&lt;code&gt;Duration&lt;/code&gt; types are biased away from &lt;code&gt;Num&lt;/code&gt; and towards &lt;code&gt;Rat&lt;/code&gt;/&lt;code&gt;FatRat&lt;/code&gt; semantics&lt;/li&gt;&lt;li&gt; &lt;code&gt;Instant&lt;/code&gt; is now completely opaque; we no longer pretend to be the same as TAI, numerically speaking&lt;/li&gt;&lt;li&gt; &lt;code&gt;Instant&lt;/code&gt;s are now considered a more basic type than epochs, which are just particular named instants&lt;/li&gt;&lt;li&gt;all culturally aware time can be based on calculations involving instants and durations&lt;/li&gt;&lt;li&gt;list associative operators now treat non-matching op names as non-associative rather than right-associative, forcing parens&lt;/li&gt;&lt;li&gt; &lt;code&gt;Whatever&lt;/code&gt; semantics now autocurry any prefix, postfix, or infix operator that doesn't explicitly declare that it handles whateverness itself&lt;/li&gt;&lt;li&gt; &lt;code&gt;WhateverCode&lt;/code&gt; objects now take a signature to keep clear how many args are not yet curried&lt;/li&gt;&lt;li&gt;so &lt;code&gt;*+*&lt;/code&gt; is now more like &lt;code&gt;WhateverCode:($x,$y)&lt;/code&gt; &lt;/li&gt;&lt;li&gt;autocurrying is still transitive so multiple ops can curry themselves around a &lt;code&gt;*&lt;/code&gt; &lt;/li&gt;&lt;li&gt;added semilists as &lt;code&gt;Slicel&lt;/code&gt; type to go with &lt;code&gt;Parcel&lt;/code&gt; &lt;/li&gt;&lt;li&gt;this allows us to bind &lt;code&gt;@array[1,2,3]&lt;/code&gt; differently from &lt;code&gt;@array[1,2,3;4,5,6]&lt;/code&gt;, for instance&lt;/li&gt;&lt;li&gt;the &lt;code&gt;Matcher&lt;/code&gt; type now excludes &lt;code&gt;Bool&lt;/code&gt; arguments to prevent accidental binding to outer &lt;code&gt;$_&lt;/code&gt; when closure is needed&lt;/li&gt;&lt;li&gt; &lt;code&gt;when&lt;/code&gt; and &lt;code&gt;~~&lt;/code&gt; will now warn of always/never matching on direct use of &lt;code&gt;True&lt;/code&gt; or &lt;code&gt;False&lt;/code&gt; names as matcher&lt;/li&gt;&lt;li&gt;STD generalizes &lt;code&gt;\w&lt;/code&gt; lookahead to all twigils now&lt;/li&gt;&lt;li&gt;STD now treats non-matching list associatives as non-associative&lt;/li&gt;&lt;li&gt;things like &lt;code&gt;1 min 2 max 3&lt;/code&gt; are now illegal, and require parenthesization for clarity&lt;/li&gt;&lt;li&gt;STD now treat invocant colon as just a comma variant so it does not fall afoul of the list associativity change&lt;/li&gt;&lt;li&gt;CORE now recognizes the &lt;code&gt;TrigBase&lt;/code&gt; enumeration&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Patrick:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;first release of the new branch of Rakudo last week&lt;/li&gt;&lt;li&gt;passing ~25,000 tests at the release&lt;/li&gt;&lt;li&gt;thanks to optimizations from chromatic, Jonathan, and Vasily, Rakudo has a lot of speed improvements&lt;/li&gt;&lt;li&gt;in particular, it can run those tests in under 10 minutes, non-parallel, depending on your hardware&lt;/li&gt;&lt;li&gt;older releases took 25 minutes and more&lt;/li&gt;&lt;li&gt;the regex tests will slow things down&lt;/li&gt;&lt;li&gt;ultimately, we're seeing a big speed improvement over the past releases&lt;/li&gt;&lt;li&gt;cleaned up lists and slices, now they work pretty well&lt;/li&gt;&lt;li&gt;worked with Solomon Foster and others to speed up trig operations&lt;/li&gt;&lt;li&gt;fixed a bug related to lexicals declared in classes&lt;/li&gt;&lt;li&gt;fixed the long-standing and often recurring problem with curlies ending a line/statement causing the next statement to be a statement modifier&lt;/li&gt;&lt;li&gt;easy to fix in the new grammar&lt;/li&gt;&lt;li&gt;that was nice&lt;/li&gt;&lt;li&gt;made an initial implementation of the &lt;code&gt;sort&lt;/code&gt; method&lt;/li&gt;&lt;li&gt;it's very short, because Parrot provides one&lt;/li&gt;&lt;li&gt;there are a few bugs in Rakudo there still, but I'll get them&lt;/li&gt;&lt;li&gt;planning for the Copenhagen hackathon on March 5 - 9&lt;/li&gt;&lt;li&gt;Jonathan and I have been updating the Rakudo roadmap&lt;/li&gt;&lt;li&gt;will check that in in the next couple of hours&lt;/li&gt;&lt;li&gt;so far, every time we review it, we surprise ourselves at how much we've accomplished&lt;/li&gt;&lt;li&gt;we're meeting all of the top priority goals without making any heroic efforts&lt;/li&gt;&lt;li&gt;we'll put those goals in as well as timelines&lt;/li&gt;&lt;li&gt;most of the major tasks from previous roadmaps have happened&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Allison:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;working on Python this week&lt;/li&gt;&lt;li&gt;attended Python VM summit, Python language summit, and PyCon&lt;/li&gt;&lt;li&gt;Parrot's on good track to support what Python needs&lt;/li&gt;&lt;li&gt;useful to make community connections&lt;/li&gt;&lt;li&gt;when I reviewed Pynie, I was surprised to see how close it is to supporting the whole Python syntax&lt;/li&gt;&lt;li&gt;some of those features are big, like objects&lt;/li&gt;&lt;li&gt;but we should support them soon&lt;/li&gt;&lt;li&gt;Debian packages delayed by the absence of a sponsor&lt;/li&gt;&lt;li&gt;they should go into Debian soon though&lt;/li&gt;&lt;li&gt;I put in a request for feature-freeze exception for Ubuntu 10.4&lt;/li&gt;&lt;li&gt;Parrot 2.0 should go in&lt;/li&gt;&lt;li&gt;haven't made any commits to the PCC branch&lt;/li&gt;&lt;li&gt;that'll be a top priority for next week&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;c:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;fixed a Parrot GC bug for last week's Rakudo release&lt;/li&gt;&lt;li&gt;made some optimizations in Rakudo and Parrot&lt;/li&gt;&lt;li&gt;helped Jonathan find a few more&lt;/li&gt;&lt;li&gt;fixed a long-standing math MMD bug&lt;/li&gt;&lt;li&gt;still working on HLL subclassing; more tricky than you think&lt;/li&gt;&lt;li&gt;may be some conflicting design goals about vtable overriding and MMD&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Allison:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;Patrick, do we need an explicit deprecation for old PGE and NQP?&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Patrick:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;I think Will already added one for NQP&lt;/li&gt;&lt;li&gt;we can add one for PGE if we need&lt;/li&gt;&lt;li&gt;they don't necessarily have to disappear at the next release&lt;/li&gt;&lt;li&gt;but no one's planning to maintain them&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Allison:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;no reason not to put in the notice now&lt;/li&gt;&lt;li&gt;we don't have to remove them at the earliest possible date&lt;/li&gt;&lt;/ul&gt;</content>
		<author>
			<name>chromatic</name>
			<uri>http://use.perl.org/~chromatic/journal/</uri>
		</author>
		<source>
			<title type="html">chromatic's Journal</title>
			<subtitle type="html">chromatic's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~chromatic/journal/rss"/>
			<id>http://use.perl.org/~chromatic/journal/rss</id>
			<updated>2010-03-02T05:20:07+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">It's not over yet</title>
		<link href="http://use.perl.org/~perl6doc/journal/40216?from=rss"/>
		<id>http://use.perl.org/~perl6doc/journal/40216?from=rss</id>
		<updated>2010-03-02T01:15:14+00:00</updated>
		<content type="html">The wiki madness continues, I did 2,3 People stubs(Will Coleda, Gabor) and a lot stubs around Parrot: PCT, NQP, Blizkost, PIR, Parrot compiler, PGE but that will slow down. There are some community related things missing like conferences, hackathons and so on and maybe a perl 6 timeline but what I want to show today, are articles which became well formated good content.
&lt;ul&gt;
&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Documentation&quot;&gt;Documentation&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Parrot&quot;&gt;Parrot&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Sprixel&quot;&gt;Sprixel&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Sprixel was done its coauthor Martin.&lt;/p&gt;</content>
		<author>
			<name>Herbert Breunung</name>
			<uri>http://use.perl.org/~perl6doc/journal/</uri>
		</author>
		<source>
			<title type="html">perl6doc's Journal</title>
			<subtitle type="html">perl6doc's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~perl6doc/journal/rss"/>
			<id>http://use.perl.org/~perl6doc/journal/rss</id>
			<updated>2010-03-08T01:42:14+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">what we got so far?</title>
		<link href="http://use.perl.org/~perl6doc/journal/40211?from=rss"/>
		<id>http://use.perl.org/~perl6doc/journal/40211?from=rss</id>
		<updated>2010-02-25T23:46:11+00:00</updated>
		<content type="html">Now its's the third time I'm rambling about the recent TPF wiki overhaul. Beside the fresh cleaned frontpages that just containes links to the 5 most important pages and aggregation of recent recent blog posts (was there before), many new pages were created. before we had 3 or 4 pages about wiki contributers now we have:&lt;ul&gt;
&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Larry_wall&quot;&gt;Larry Wall&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?chromatic&quot;&gt;chromatic&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Damian_Conway&quot;&gt;Damian Conway&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Allison_Randal&quot;&gt;Allison Randal&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Audrey_Tang&quot;&gt;Audrey Tang&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Daniel_Ruoso&quot;&gt;Daniel Ruoso&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Jonathan_Worthington&quot;&gt;Jonathan Worthington&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Flvio_Soibelmann_Glock&quot;&gt;Fl&amp;#225;vio Soibelmann Glock&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Patrick_Michaud&quot;&gt;Patrick Michaud&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Moritz_Lenz&quot;&gt;Moritz Lenz&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Jonathan_Leto&quot;&gt;Jonathan Leto&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Stephen_Weeks&quot;&gt;Stephen Weeks&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Carl_Msak&quot;&gt;Carl M&amp;#228;sak&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Kudos to lot of these people who helped me to write their article. Masak is last because the November bug is still there. :) Then we had an article about KP6, SMOP , Rakudo and Parrot. Now we have:
&lt;/p&gt;&lt;ul&gt;
&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Implementations&quot;&gt;Implementations&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?rakudo&quot;&gt;Rakudo&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Pugs&quot;&gt;Pugs&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?viv&quot;&gt;viv&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?vill&quot;&gt;vill&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?mildew&quot;&gt;mildew&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Sprixel&quot;&gt;Sprixel&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Elf&quot;&gt;Elf&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Perlito&quot;&gt;Perlito&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?KindaPerl6&quot;&gt;KindaPerl6&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?v6&quot;&gt;v6&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Historical_Implementations&quot;&gt;Historical Implementations&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Special thanks here to chromatic++. Yes, yes almost all of them are stubs, but i add constantly. then I also added:
&lt;/p&gt;&lt;ul&gt;
&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Specification&quot;&gt;Specification&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Synopses&quot;&gt;Synopses&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?STD.pm&quot;&gt;STD.pm&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Test_Suite&quot;&gt;Test Suite&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Rakudo_Star&quot;&gt;Rakudo Star&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?OpensourcePerl6book&quot;&gt;Open_source_Perl_6_book&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?Whats_up?&quot;&gt;Whats_up?&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?FAQ&quot;&gt;FAQ&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Like said, many of them are very short, but sometimes its only necessary to give form like a crystalization point.&lt;/p&gt;</content>
		<author>
			<name>Herbert Breunung</name>
			<uri>http://use.perl.org/~perl6doc/journal/</uri>
		</author>
		<source>
			<title type="html">perl6doc's Journal</title>
			<subtitle type="html">perl6doc's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~perl6doc/journal/rss"/>
			<id>http://use.perl.org/~perl6doc/journal/rss</id>
			<updated>2010-03-08T01:42:14+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">Perl 6 Design Minutes for 17 February 2010</title>
		<link href="http://use.perl.org/~chromatic/journal/40209?from=rss"/>
		<id>http://use.perl.org/~chromatic/journal/40209?from=rss</id>
		<updated>2010-02-25T00:27:32+00:00</updated>
		<content type="html">&lt;p&gt;The Perl 6 design team met by phone on 17 February 2010.  Larry, Allison, Patrick, and chromatic attended.&lt;/p&gt;&lt;p&gt; &lt;strong&gt;Larry:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;much work clarifying relationship of parcels to everything else (&lt;code&gt;&amp;lt;a b&amp;gt;&lt;/code&gt;, assignment, arguments, captures, parameters, signatures, &lt;code&gt;gather&lt;/code&gt;/&lt;code&gt;take&lt;/code&gt;, and loop returns)&lt;/li&gt;&lt;li&gt;we now list all scope declarators in one spot&lt;/li&gt;&lt;li&gt;conjectured some ideas on how to handle the allomorphism of literals more dwimmily&lt;/li&gt;&lt;li&gt;had already specced some of this behavior for literals found inside &lt;code&gt;qw&lt;/code&gt; angles.&lt;/li&gt;&lt;li&gt;literals that exceed a &lt;code&gt;Rat64&lt;/code&gt;'s denominator automatically keep the string form around for coercion to other types&lt;/li&gt;&lt;li&gt;clarified that anon declarator allows a name but simply doesn't install it in the symbol table&lt;/li&gt;&lt;li&gt;respecced the trig functions to use a pragma to imported fast curried functions&lt;/li&gt;&lt;li&gt;still uses enum second argument for the general case (rakudo is still stuck on slow strings there)&lt;/li&gt;&lt;li&gt;on iterators, renamed &lt;code&gt;.getobj&lt;/code&gt; to &lt;code&gt;.getarg&lt;/code&gt; since arguments are the typical positional/slicey usage&lt;/li&gt;&lt;li&gt;signatures are never bound against parcels anymore, only against captures&lt;/li&gt;&lt;li&gt;we now use &quot;argument&quot; as a technical term meaning either a real parcel or an object that can be used independent of context as an argument&lt;/li&gt;&lt;li&gt;anything that would stay discrete when bound to a positional, basically&lt;/li&gt;&lt;li&gt; &lt;code&gt;return&lt;/code&gt;, &lt;code&gt;take&lt;/code&gt;, and loop return objects are also arguments in that sense&lt;/li&gt;&lt;li&gt;they all return either a parcel or anything that can stand on its own as an argument&lt;/li&gt;&lt;li&gt;STD now adds a shortname alias on adverbialized names, ignores collisions on the shortname for now, which is okay for multis&lt;/li&gt;&lt;li&gt;STD now complains about longname (adverbialized) collisions&lt;/li&gt;&lt;li&gt;STD no longer carps about duplicate anonymous routine declarations&lt;/li&gt;&lt;li&gt;made the undeclared type message the same for parameters as for other declarations&lt;/li&gt;&lt;li&gt;clarify the error message about anonymous variables&lt;/li&gt;&lt;li&gt;no longer report a &lt;code&gt;$)&lt;/code&gt; variable error where &lt;code&gt;)&lt;/code&gt; is the &lt;code&gt;$*GOAL&lt;/code&gt; &lt;/li&gt;&lt;li&gt;add &lt;code&gt;WHAT&lt;/code&gt; etc. to list of functions that require an argument&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Allison:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;working on two HLL implementations&lt;/li&gt;&lt;li&gt;one is Pynie, the other is Camle&lt;/li&gt;&lt;li&gt;nothing to do with Caml or ML&lt;/li&gt;&lt;li&gt;I've noticed huge improvements in NQP-rx from the previous NQP&lt;/li&gt;&lt;li&gt;can't say which feature improvements make the most difference, but I'll migrate Pynie pretty soon to take advantage of the new version&lt;/li&gt;&lt;li&gt;continuing to shepherd Debian and Ubuntu packages&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Patrick:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;essentially all I did was unify things&lt;/li&gt;&lt;li&gt;previously it had been two or three tools&lt;/li&gt;&lt;li&gt;it's just one&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Allison:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;even the syntax seems more regular&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Patrick:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;there are more pieces available in NQP-rx&lt;/li&gt;&lt;li&gt;Rakudo's -ng is now master&lt;/li&gt;&lt;li&gt;the old master is now -alpha&lt;/li&gt;&lt;li&gt;we took a big hit on spectests, but they seem to be coming back quickly&lt;/li&gt;&lt;li&gt;5000 tests pass on trunk now&lt;/li&gt;&lt;li&gt;we have 16k or 17k we haven't re-enabled; they make the spectest slower&lt;/li&gt;&lt;li&gt;Jonathan thinks we may pass 25,000 tests now&lt;/li&gt;&lt;li&gt;that's great, considering where we were a week ago&lt;/li&gt;&lt;li&gt;I redid Rakudo's container, value, and assignment module&lt;/li&gt;&lt;li&gt;previously variables held values directly&lt;/li&gt;&lt;li&gt;now they contain reference PMCs&lt;/li&gt;&lt;li&gt;that cleaned up many things&lt;/li&gt;&lt;li&gt;we use more PMCs, but now we don't clone and copy as much&lt;/li&gt;&lt;li&gt;we move references around more&lt;/li&gt;&lt;li&gt;seems closer to how Perl 6 handles things&lt;/li&gt;&lt;li&gt;was much easier than I expected&lt;/li&gt;&lt;li&gt;updated the NQP-rx regex engine and built in constant types&lt;/li&gt;&lt;li&gt;handles Unicode character names&lt;/li&gt;&lt;li&gt;reclaims plenty of tests&lt;/li&gt;&lt;li&gt;answered lots of questions for people adding things into Rakudo&lt;/li&gt;&lt;li&gt;prioritizing other people writing code over writing code&lt;/li&gt;&lt;li&gt;increases our developer pool; seems to be working well&lt;/li&gt;&lt;li&gt;new release of Rakudo planned for tomorrow&lt;/li&gt;&lt;li&gt;don't know how many tests we'll pass, but it should go well&lt;/li&gt;&lt;li&gt;plan to put in a few things like &lt;code&gt;sort&lt;/code&gt; and grammars over the next week&lt;/li&gt;&lt;li&gt;then I'll review the RT queue to find bugs and (hopefully) closeable bugs&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;c:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;working on GC tuning&lt;/li&gt;&lt;li&gt;also working on String PMC tuning&lt;/li&gt;&lt;li&gt;working on built-in types and their behavior as classes and parent classes&lt;/li&gt;&lt;li&gt;the multidispatch bugs in particular I hope to solve&lt;/li&gt;&lt;/ul&gt;</content>
		<author>
			<name>chromatic</name>
			<uri>http://use.perl.org/~chromatic/journal/</uri>
		</author>
		<source>
			<title type="html">chromatic's Journal</title>
			<subtitle type="html">chromatic's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~chromatic/journal/rss"/>
			<id>http://use.perl.org/~chromatic/journal/rss</id>
			<updated>2010-03-02T05:20:07+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">I'm glad: Conrad Schneiker is back</title>
		<link href="http://use.perl.org/~perl6doc/journal/40204?from=rss"/>
		<id>http://use.perl.org/~perl6doc/journal/40204?from=rss</id>
		<updated>2010-02-23T02:53:31+00:00</updated>
		<content type="html">He was a major writer in the TPF wiki. At least half of the todays visible content is his and ruosos typework, even if I did spit a lot out these days. Because these efforts, other than his 1000$ donation for &lt;a href=&quot;http://november-wiki.org/&quot;&gt;November&lt;/a&gt;, are largely unrecognized I solute him here. That doesn't mean &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?herbert_breunung&quot;&gt;I brag&lt;/a&gt; with my stuff too.
&lt;br /&gt; &lt;br /&gt;
He gave the &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?perl_6&quot;&gt;new frontpage&lt;/a&gt; the final polish.
&lt;br /&gt; &lt;br /&gt;
Currently I am focussed on entering all major people and implementations into the TPF wiki. So check please if I'm writing something wrong about you. Yes and chromatic, Allison and Damian are still missing.</content>
		<author>
			<name>Herbert Breunung</name>
			<uri>http://use.perl.org/~perl6doc/journal/</uri>
		</author>
		<source>
			<title type="html">perl6doc's Journal</title>
			<subtitle type="html">perl6doc's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~perl6doc/journal/rss"/>
			<id>http://use.perl.org/~perl6doc/journal/rss</id>
			<updated>2010-03-08T01:42:14+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">I didn't took my mouth too full:</title>
		<link href="http://use.perl.org/~perl6doc/journal/40197?from=rss"/>
		<id>http://use.perl.org/~perl6doc/journal/40197?from=rss</id>
		<updated>2010-02-20T02:26:14+00:00</updated>
		<content type="html">together with mberends++ we revamped the &lt;a href=&quot;http://www.perlfoundation.org/perl6/index.cgi?perl_6&quot;&gt;fronpage&lt;/a&gt; of the TPF wiki, sorted links, pages, deleted spam and added some minor content. There are still some old links left but camelia smiles now.</content>
		<author>
			<name>Herbert Breunung</name>
			<uri>http://use.perl.org/~perl6doc/journal/</uri>
		</author>
		<source>
			<title type="html">perl6doc's Journal</title>
			<subtitle type="html">perl6doc's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~perl6doc/journal/rss"/>
			<id>http://use.perl.org/~perl6doc/journal/rss</id>
			<updated>2010-03-08T01:42:14+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">Unpacking data structures with signatures</title>
		<link href="http://use.perl.org/~JonathanWorthington/journal/40196?from=rss"/>
		<id>http://use.perl.org/~JonathanWorthington/journal/40196?from=rss</id>
		<updated>2010-02-20T00:21:50+00:00</updated>
		<content type="html">&lt;p&gt;My signature improvements Hague Grant is pretty much wrapped up. I wrote a couple of posts already about the new signature binder and also about signature introspection. In this post I want to talk about some of the other cool stuff I've been working on as part of it.&lt;/p&gt;&lt;p&gt;First, a little background. When you make a call in Perl 6, the arguments are packaged up into a data structure called a capture. A capture contains an arrayish part (for positional parameters) and a hashish part (for smok^Wnamed parameters). The thing you're calling has a signature, which essentially describes where we want the data from a capture to end up. The signature binder is the chunk of code that takes a capture and a signature as inputs, and maps things in the capture to - most of the time, anyway - variables in the lexpad, according to the names given in the signature.&lt;/p&gt;&lt;p&gt;Where things get interesting is that if you take a parameter and coerce it to a Capture, then you can bind that too against a signature. And it so turns out that Perl 6 allows you to write a signature within another signature just for this very purpose. Let's take a look.&lt;/p&gt;&lt;p&gt;

&lt;code&gt;multi quicksort([$pivot, *@values]) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;my @before = @values.grep({ $^n &amp;lt; $pivot });&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;my @after = @values.grep({ $^n &amp;gt;= $pivot });&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;(quicksort(@before), $pivot, quicksort(@after))&lt;br /&gt;
}&lt;br /&gt;
multi quicksort( [] ) { () }&lt;br /&gt; &lt;/code&gt;

&lt;/p&gt;&lt;p&gt;Here, instead of writing an array in the signature, we use [...] to specify we want a sub-signature. The binder takes the incoming array and coerces it into a Capture, which essentially flattens it out. We then bind the sub-signature against it, which puts the first item in the incoming array into $pivot and the rest into @values. We then just partition the values and recurse.&lt;/p&gt;&lt;p&gt;The second multi candidate has a nested empty signature, which binds only if the capture is empty. Thus when we have an empty list, we end up there, since the first candidate requires at least one item to bind to $pivot. Multi-dispatch is smart enough to know about sub-signatures and treat them like constraints, which means that you can now use multi-dispatch to distinguish between the deeper structure of your incoming parameters. So, to try it out...&lt;/p&gt;&lt;p&gt;

&lt;code&gt;my @unsorted = 1, 9, 28, 3, -9, 10;&lt;br /&gt;
my @sorted = quicksort(@unsorted);&lt;br /&gt;
say @sorted.perl; # [-9, 1, 3, 9, 10, 28]&lt;br /&gt; &lt;/code&gt;

&lt;/p&gt;&lt;p&gt;It's not just for lists either. An incoming hash can be unpacked as if it had named parameters; for that write the nested signature in (...) rather than [...] (we could have use (...) above too, but [...] implies we expect to be passed a Positional). For any other object, we coerce to a capture by looking at all of the public attributes (things declared has $.foo) up the class hierarchy and making those available as named parameters. Here's an example.&lt;/p&gt;&lt;p&gt;

&lt;code&gt;class TreeNode { has $.left; has $.right; }&lt;br /&gt;
sub unpack(TreeNode $node (:$left, :$right)) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;say &quot;Node has L: $left, R: $right&quot;;&lt;br /&gt;
}&lt;br /&gt;
unpack(TreeNode.new(left =&amp;gt; 42, right =&amp;gt; 99));&lt;br /&gt; &lt;/code&gt;

&lt;/p&gt;&lt;p&gt;This outputs:&lt;/p&gt;&lt;p&gt;

&lt;code&gt;Node has L: 42, R: 99&lt;br /&gt; &lt;/code&gt;

&lt;/p&gt;&lt;p&gt;You can probably imagine that a multi and some constraints on the branches gives you some interesting possibilities in writing tree transversals. Also fun is that you can also unpack return values. When you write things like:&lt;/p&gt;&lt;p&gt;

&lt;code&gt;my ($a, $b) = foo();&lt;br /&gt; &lt;/code&gt;

&lt;/p&gt;&lt;p&gt;Then you get list assignment. No surprises there. What maybe will surprise you a bit is that Perl 6 actually parses a signature after the my, not just a list of variables. There's a few reasons for that, not least that you can put different type constraints on the variables too. I've referred to signature binding a lot, and it turns out that if instead of writing the assignment operator you write the binding operator, you get signature binding semantics. Which means...you can do unpacks on return values too. So assuming the same TreeNode class:&lt;/p&gt;&lt;p&gt;

&lt;code&gt;sub foo() {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return TreeNode.new(left =&amp;gt; 'lol', right =&amp;gt; 'rofl');&lt;br /&gt;
}&lt;br /&gt;
my ($node (:$left, :$right)) := foo();&lt;br /&gt;
say &quot;Node has L: $left, R: $right&quot;;&lt;br /&gt; &lt;/code&gt;

&lt;/p&gt;&lt;p&gt;This, as you might have guessed, outputs:&lt;/p&gt;&lt;p&gt;

&lt;code&gt;Node has L: lol, R: rofl&lt;br /&gt; &lt;/code&gt;

&lt;/p&gt;&lt;p&gt;Note that if you didn't need the $node, you could just omit it (put keep the things that follow nested in another level of parentheses). This works with some built-in classes too, by the way.&lt;/p&gt;&lt;p&gt;It works for some built-in types with accessors too:&lt;/p&gt;&lt;p&gt;

&lt;code&gt;sub frac() { return 2/3; }&lt;br /&gt;
my ((:$numerator, :$denominator)) := frac();&lt;br /&gt;
say &quot;$numerator, $denominator&quot;;&lt;br /&gt; &lt;/code&gt;

&lt;/p&gt;&lt;p&gt;Have fun, be creative, submit bugs. :-)&lt;/p&gt;</content>
		<author>
			<name>Jonathan Worthington</name>
			<uri>http://use.perl.org/~JonathanWorthington/journal/</uri>
		</author>
		<source>
			<title type="html">JonathanWorthington's Journal</title>
			<subtitle type="html">JonathanWorthington's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~JonathanWorthington/journal/rss"/>
			<id>http://use.perl.org/~JonathanWorthington/journal/rss</id>
			<updated>2010-02-20T00:22:04+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">E03, the modern, pragmatic, honest version, with corners cut</title>
		<link href="http://use.perl.org/~masak/journal/40195?from=rss"/>
		<id>http://use.perl.org/~masak/journal/40195?from=rss</id>
		<updated>2010-02-19T23:30:15+00:00</updated>
		<content type="html">&lt;p&gt;I was a bit optimistic with time. So what else is new.&lt;/p&gt;&lt;p&gt;Anyway, various distractions such as $WORK kept interrupting my translation of E03 today, but now I've finally got it all ported to modern Rakudo-Perl 6. &lt;a href=&quot;http://gist.github.com/309333&quot;&gt;Here it is&lt;/a&gt;. Two biggish things remain:&lt;/p&gt;&lt;ol&gt;
  &lt;li&gt;I haven't tried running the code. I'm pretty sure it won't run on the new Rakudo master yet. But I've written it with alpha (the old development branch) in mind, and it should run there.&lt;/li&gt;&lt;li&gt;I haven't looked at &lt;a href=&quot;http://lastofthecarelessmen.blogspot.com/2010/02/e03-first-stab.html&quot;&gt;SF's E03 translation&lt;/a&gt; yet. (Yes, I'm linking to a blog entry which I haven't read yet.) I saw that the title of his post is &quot;first stab&quot;, which makes me feel a little better.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;

Here are a few random comments about the code.

&lt;/p&gt;&lt;ul&gt;
  &lt;li&gt;The original code in E03 is the strangest example code I've ever read. All due props to Damian, but... quod? A program whose task it is to &quot;locate a particular data file in one or more directories, read the first four lines of each such file, report and update their information, and write them back to disk&quot;? Come again? (My suspicion is that this was the program arrived at by simply cramming in as much of A03 as possible into the same piece of code, but nevermind.)&lt;/li&gt;&lt;li&gt;A few nice things are still missing from Rakudo. The &lt;code&gt;s{}{}&lt;/code&gt; syntax is the last still unimplemented request in an &lt;a href=&quot;http://use.perl.org/~masak/journal/37303&quot;&gt;old blog post&lt;/a&gt; of mine. It'd be pretty nice to have. I think we'll have it soon, thanks to ng.&lt;/li&gt;&lt;li&gt;You can't open files &lt;code&gt;rw&lt;/code&gt; in Rakudo. Then again, you can't &lt;code&gt;seek&lt;/code&gt; or &lt;code&gt;truncate&lt;/code&gt; them either, so I guess opening them &lt;code&gt;rw&lt;/code&gt; wouldn't make much sense anyway. Due to this, I had to work around a central part in the program, where filehandles were stored in a hashtable, to be read from in one subroutine and written to in the next one. Had to store the filenames instead, and re-open the files for writing.&lt;/li&gt;&lt;li&gt;We don't have the &lt;code&gt;:r&lt;/code&gt; and &lt;code&gt;:w&lt;/code&gt; filetests yet, but &lt;code&gt;:e&lt;/code&gt; and (strangely enough) &lt;code&gt;:s&lt;/code&gt; are implemented. Someone with tuits should really do &lt;code&gt;:r&lt;/code&gt; and &lt;code&gt;:w&lt;/code&gt;.&lt;/li&gt;&lt;li&gt;A fair amount of the updates in E03 are out-of-date. I guess operators and related things are an area where Perl 6 really has evolved a lot in the past few years, or even in the past year. As I speak, the exact semantics for &lt;code&gt;infix&amp;lt;...&amp;gt;&lt;/code&gt; is still being discussed on #perl6.&lt;/li&gt;&lt;li&gt;When I say things have changed around a lot, I should really mention that I say that with a sort of relief of the sort that means &quot;gee, I'm glad we didn't stick to what we thought we wanted back then!&quot;. Things have, by and large, improved greatly. I actually hope to write more about that.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This exigesis-modernising is kinda fun! Now I'm eager to go read what SF++ has been up to.&lt;/p&gt;</content>
		<author>
			<name>Carl Masak</name>
			<uri>http://use.perl.org/~masak/journal/</uri>
		</author>
		<source>
			<title type="html">masak's Journal</title>
			<subtitle type="html">masak's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~masak/journal/rss"/>
			<id>http://use.perl.org/~masak/journal/rss</id>
			<updated>2010-03-08T23:02:07+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry>
		<title type="html">Rakudo Perl 6 development release #26 (&quot;Amsterdam&quot;) by Moritz Lenz</title>
		<link href="http://www.nntp.perl.org/group/perl.perl6.announce/2010/02/msg620.html"/>
		<id>http://www.nntp.perl.org/group/perl.perl6.announce/2010/02/msg620.html</id>
		<updated>2010-02-19T09:58:46+00:00</updated>
		<content type="html">On behalf of the Rakudo development team, I'm pleased to announce the&lt;br /&gt;February 2010 development release of Rakudo Perl #26 &amp;quot;Amsterdam&amp;quot;.&lt;br /&gt;Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine&lt;br /&gt;(see http://www.parrot.org).  The tarball for the February 2010 release&lt;br /&gt;is available from http://github.com/rakudo/rakudo/downloads .&lt;br /&gt;&lt;br /&gt;Rakudo Perl follows a monthly release cycle, with each release named&lt;br /&gt;after a Perl Mongers group.  The February 2010 release is code named&lt;br /&gt;&amp;quot;Amsterdam&amp;quot; for the largest chapter of the Dutch Perl Mongers.  Perl&lt;br /&gt;development enjoys considerable support from the Netherlands, with&lt;br /&gt;donations from NLNet, and hosting of the feather machines and several&lt;br /&gt;important Perl 6 web domains and sites.&lt;br /&gt;&lt;br /&gt;This release is the first release based on the new branch of&lt;br /&gt;Rakudo development begun in October 2009.  The branch refactors&lt;br /&gt;the grammar, object metamodel, and a number of other key features&lt;br /&gt;to improve compatibility with the Perl 6 specification and give us&lt;br /&gt;a more solid foundation to build on.  Indeed, in many ways the&lt;br /&gt;development of this new branch has driven important changes to the&lt;br /&gt;specification in the areas of lists, iterators, slices, and much&lt;br /&gt;more.&lt;br /&gt;&lt;br /&gt;However, this release contains a number of significant regressions&lt;br /&gt;from previous compiler releases.  We expect to have full functionality&lt;br /&gt;restored in this branch in the next couple of weeks.  For those&lt;br /&gt;looking to explore a wide variety of Perl 6 features or who have&lt;br /&gt;applications developed using previous releases of Rakudo, you may&lt;br /&gt;wish to continue to use the January 2010 (#25, &amp;quot;Minneapolis&amp;quot;)&lt;br /&gt;release.&lt;br /&gt;&lt;br /&gt;This release of Rakudo requires Parrot 2.1.0.  One must still&lt;br /&gt;perform &amp;quot;make install&amp;quot; in the Rakudo directory before the &amp;quot;perl6&amp;quot;&lt;br /&gt;executable will run anywhere other than the Rakudo build directory.&lt;br /&gt;For the latest information on building and using Rakudo Perl, see the&lt;br /&gt;README file section titled &amp;quot;Building and invoking Rakudo&amp;quot;.&lt;br /&gt;&lt;br /&gt;Some of the specific changes and improvements occuring with this&lt;br /&gt;release include:&lt;br /&gt;&lt;br /&gt;*  Now using nqp-rx for parsing and actions&lt;br /&gt;&lt;br /&gt;*  Grammar is much closer to STD in many aspects, and makes use of&lt;br /&gt;   protoregexes&lt;br /&gt;&lt;br /&gt;*  Closures and lexical/contextual variable declarations in regexes work&lt;br /&gt;&lt;br /&gt;*  Laziness is implemented&lt;br /&gt;&lt;br /&gt;*  All class and role construction is handled through the meta-model&lt;br /&gt;&lt;br /&gt;The Perl 6 language specification is still in flux. Please take note of the&lt;br /&gt;following changes, which might affect your existing programs. In the next&lt;br /&gt;release of Rakudo, the deprecated features will likely be gone.&lt;br /&gt;&lt;br /&gt;* The root of the object hierarchy has been changed from 'Object' to 'Mu'.&lt;br /&gt;  The type 'Object' goes away.&lt;br /&gt;&lt;br /&gt;* The term 'undef' is gone. You can replace it with other constructs,&lt;br /&gt;  depending on context:&lt;br /&gt;    - 'Nil' is undefined in item context, and the empty list in list context&lt;br /&gt;    - 'Mu' is the most general undefined value which does not flatten in&lt;br /&gt;list&lt;br /&gt;      context&lt;br /&gt;    - as a smart matching target, you can replace '$obj ~~ undef'&lt;br /&gt;      by '$obj ~~ *.notdef'&lt;br /&gt;&lt;br /&gt;* Builtin classes will derive from 'Cool' (which itself derives from 'Any').&lt;br /&gt;  Most of the builtin methods on these classes will be defined in the&lt;br /&gt;  'Cool' class instead of 'Any'.  See Synopsis 2 for more details.&lt;br /&gt;&lt;br /&gt;* Starting with the this release, release identifiers are given&lt;br /&gt;  as &amp;quot;YYYY.MM&amp;quot; instead of &amp;quot;YYYY-MM&amp;quot; (dot instead of hyphen).&lt;br /&gt;  This is intended to simplify building and packaging for other&lt;br /&gt;  distribution systems.&lt;br /&gt;&lt;br /&gt;The development team thanks all of our contributors and sponsors for&lt;br /&gt;making Rakudo Perl possible.  If you would like to contribute,&lt;br /&gt;see http://rakudo.org/how-to-help , ask on the perl6-compiler@perl.org&lt;br /&gt;mailing list, or ask on IRC #perl6 on freenode.&lt;br /&gt;&lt;br /&gt;The next release of Rakudo (#27) is scheduled for March 18, 2010.&lt;br /&gt;A list of the other planned release dates and codenames for 2010 is&lt;br /&gt;available in the &amp;quot;docs/release_guide.pod&amp;quot; file.  In general, Rakudo&lt;br /&gt;development releases are scheduled to occur two days after each&lt;br /&gt;Parrot monthly release.  Parrot releases the third Tuesday of each month.&lt;br /&gt;&lt;br /&gt;Have fun!&lt;br /&gt;&lt;br /&gt;[1] http://www.frozen-perl.org/&lt;br /&gt;[2] http://use.perl.org/~pmichaud/journal/39779&lt;br /&gt;[3] http://use.perl.org/~pmichaud/journal/39874&lt;br /&gt;</content>
		<author>
			<name>perl6.announce</name>
			<uri>http://www.nntp.perl.org/group/perl.perl6.announce/</uri>
		</author>
		<source>
			<title type="html">perl.perl6.announce</title>
			<subtitle type="html">...</subtitle>
			<link rel="self" href="http://www.nntp.perl.org/rss/perl.perl6.announce.rdf"/>
			<id>http://www.nntp.perl.org/rss/perl.perl6.announce.rdf</id>
			<updated>2010-03-10T11:42:07+00:00</updated>
			<rights type="html">Copyright 1998-2010 perl.org</rights>
		</source>
	</entry>

	<entry>
		<title type="html">Announcing Rakudo Perl 6 Development release #26 (&quot;Amsterdam&quot;) by Martin Berends</title>
		<link href="http://www.nntp.perl.org/group/perl.perl6.announce/2010/02/msg619.html"/>
		<id>http://www.nntp.perl.org/group/perl.perl6.announce/2010/02/msg619.html</id>
		<updated>2010-02-19T09:57:11+00:00</updated>
		<content type="html">On behalf of the Rakudo development team, I'm pleased to announce the&lt;br /&gt;February 2010 development release of Rakudo Perl #26 &amp;quot;Amsterdam&amp;quot;.&lt;br /&gt;Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine&lt;br /&gt;(see http://www.parrot.org).  The tarball for the February 2010 release&lt;br /&gt;is available from http://github.com/rakudo/rakudo/downloads .&lt;br /&gt;&lt;br /&gt;Rakudo Perl follows a monthly release cycle, with each release named&lt;br /&gt;after a Perl Mongers group.  The February 2010 release is code named&lt;br /&gt;&amp;quot;Amsterdam&amp;quot; for the largest chapter of the Dutch Perl Mongers.  Perl&lt;br /&gt;development enjoys considerable support from the Netherlands, with&lt;br /&gt;donations from NLNet, and hosting of the feather machines and several&lt;br /&gt;important Perl 6 web domains and sites.&lt;br /&gt;&lt;br /&gt;This release is the first release based on the new branch of&lt;br /&gt;Rakudo development begun in October 2009.  The branch refactors &lt;br /&gt;the grammar, object metamodel, and a number of other key features &lt;br /&gt;to improve compatibility with the Perl 6 specification and give us&lt;br /&gt;a more solid foundation to build on.  Indeed, in many ways the &lt;br /&gt;development of this new branch has driven important changes to the &lt;br /&gt;specification in the areas of lists, iterators, slices, and much&lt;br /&gt;more.&lt;br /&gt;&lt;br /&gt;However, this release contains a number of significant regressions&lt;br /&gt;from previous compiler releases.  We expect to have full functionality&lt;br /&gt;restored in this branch in the next couple of weeks.  For those&lt;br /&gt;looking to explore a wide variety of Perl 6 features or who have&lt;br /&gt;applications developed using previous releases of Rakudo, you may&lt;br /&gt;wish to continue to use the January 2010 (#25, &amp;quot;Minneapolis&amp;quot;) &lt;br /&gt;release.&lt;br /&gt;&lt;br /&gt;This release of Rakudo requires Parrot 2.1.0.  One must still&lt;br /&gt;perform &amp;quot;make install&amp;quot; in the Rakudo directory before the &amp;quot;perl6&amp;quot;&lt;br /&gt;executable will run anywhere other than the Rakudo build directory.&lt;br /&gt;For the latest information on building and using Rakudo Perl, see the&lt;br /&gt;README file section titled &amp;quot;Building and invoking Rakudo&amp;quot;.&lt;br /&gt;&lt;br /&gt;Some of the specific changes and improvements occuring with this&lt;br /&gt;release include:&lt;br /&gt;&lt;br /&gt;*  Now using nqp-rx for parsing and actions&lt;br /&gt;&lt;br /&gt;*  Grammar is much closer to STD in many aspects, and makes use of&lt;br /&gt;   protoregexes&lt;br /&gt;&lt;br /&gt;*  Closures and lexical/contextual variable declarations in regexes work&lt;br /&gt;&lt;br /&gt;*  Laziness is implemented&lt;br /&gt;&lt;br /&gt;*  All class and role construction is handled through the meta-model&lt;br /&gt;&lt;br /&gt;The Perl 6 language specification is still in flux. Please take note of&lt;br /&gt;the&lt;br /&gt;following changes, which might affect your existing programs. In the next&lt;br /&gt;release of Rakudo, the deprecated features will likely be gone.&lt;br /&gt;&lt;br /&gt;* The root of the object hierarchy has been changed from 'Object' to 'Mu'.&lt;br /&gt;  The type 'Object' goes away.&lt;br /&gt;&lt;br /&gt;* The term 'undef' is gone. You can replace it with other constructs,&lt;br /&gt;  depending on context:&lt;br /&gt;    - 'Nil' is undefined in item context, and the empty list in list&lt;br /&gt;context&lt;br /&gt;    - 'Mu' is the most general undefined value which does not flatten in&lt;br /&gt;list&lt;br /&gt;      context&lt;br /&gt;    - as a smart matching target, you can replace '$obj ~~ undef'&lt;br /&gt;      by '$obj ~~ *.notdef'&lt;br /&gt;&lt;br /&gt;* Builtin classes will derive from 'Cool' (which itself derives from&lt;br /&gt;'Any').&lt;br /&gt;  Most of the builtin methods on these classes will be defined in the&lt;br /&gt;  'Cool' class instead of 'Any'.  See Synopsis 2 for more details.&lt;br /&gt;&lt;br /&gt;* Starting with the this release, release identifiers are given&lt;br /&gt;  as &amp;quot;YYYY.MM&amp;quot; instead of &amp;quot;YYYY-MM&amp;quot; (dot instead of hyphen).&lt;br /&gt;  This is intended to simplify building and packaging for other&lt;br /&gt;  distribution systems.&lt;br /&gt;&lt;br /&gt;The development team thanks all of our contributors and sponsors for&lt;br /&gt;making Rakudo Perl possible.  If you would like to contribute,&lt;br /&gt;see http://rakudo.org/how-to-help , ask on the perl6-compiler@perl.org&lt;br /&gt;mailing list, or ask on IRC #perl6 on freenode.&lt;br /&gt;&lt;br /&gt;The next release of Rakudo (#27) is scheduled for March 18, 2010.&lt;br /&gt;A list of the other planned release dates and codenames for 2010 is&lt;br /&gt;available in the &amp;quot;docs/release_guide.pod&amp;quot; file.  In general, Rakudo&lt;br /&gt;development releases are scheduled to occur two days after each&lt;br /&gt;Parrot monthly release.  Parrot releases the third Tuesday of each month.&lt;br /&gt;&lt;br /&gt;Have fun!&lt;br /&gt;&lt;br /&gt;[1] http://www.frozen-perl.org/&lt;br /&gt;[2] http://use.perl.org/~pmichaud/journal/39779&lt;br /&gt;[3] http://use.perl.org/~pmichaud/journal/39874&lt;br /&gt;</content>
		<author>
			<name>perl6.announce</name>
			<uri>http://www.nntp.perl.org/group/perl.perl6.announce/</uri>
		</author>
		<source>
			<title type="html">perl.perl6.announce</title>
			<subtitle type="html">...</subtitle>
			<link rel="self" href="http://www.nntp.perl.org/rss/perl.perl6.announce.rdf"/>
			<id>http://www.nntp.perl.org/rss/perl.perl6.announce.rdf</id>
			<updated>2010-03-10T11:42:07+00:00</updated>
			<rights type="html">Copyright 1998-2010 perl.org</rights>
		</source>
	</entry>

	<entry>
		<title type="html">Parrot 2.1.1 Released by Will Coleda</title>
		<link href="http://www.nntp.perl.org/group/perl.perl6.announce/2010/02/msg618.html"/>
		<id>http://www.nntp.perl.org/group/perl.perl6.announce/2010/02/msg618.html</id>
		<updated>2010-02-19T09:56:52+00:00</updated>
		<content type="html">Wiseman:  When you removed the book from the cradle,&lt;br /&gt;              did you speak the words?&lt;br /&gt;    Ash: Yeah, basically.&lt;br /&gt;    Wiseman: Did you speak the exact words?&lt;br /&gt;    Ash: Look, maybe I didn't say every single little&lt;br /&gt;         tiny syllable, no. But basically I said them, yeah.&lt;br /&gt;&lt;br /&gt; -- Army of Darkness&lt;br /&gt;&lt;br /&gt;On behalf of the Parrot team, I'm happy to announce Parrot 2.1.1.&lt;br /&gt;Parrot [1] is a virtual machine aimed at running all dynamic languages.&lt;br /&gt;&lt;br /&gt;Parrot 2.1.1 is available on Parrot's FTP site [2], or follow the download&lt;br /&gt;instructions [3].  For those who would like to develop on Parrot, or help&lt;br /&gt;develop Parrot itself, we recommend using Subversion [4] on&lt;br /&gt;our source code repository [5] to get the latest and best Parrot code.&lt;br /&gt;&lt;br /&gt;Parrot 2.1.1 is a maintenance release which fixes a memory leak identified&lt;br /&gt;in Parrot 2.1.0&lt;br /&gt;&lt;br /&gt;Thanks to all our contributors for making this possible, and our sponsors&lt;br /&gt;for supporting this project.  Our next scheduled release is 16 March 2010.&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;br /&gt;&lt;br /&gt;--&lt;br /&gt;[1] http://parrot.org/&lt;br /&gt;[2] ftp://ftp.parrot.org/pub/parrot/releases/devel/2.1.1/&lt;br /&gt;[3] http://parrot.org/download&lt;br /&gt;[4] http://subversion.apache.org/&lt;br /&gt;[5] https://svn.parrot.org/parrot/trunk/&lt;br /&gt;&lt;br /&gt;-- &lt;br /&gt;Will &amp;quot;Coke&amp;quot; Coleda&lt;br /&gt;</content>
		<author>
			<name>perl6.announce</name>
			<uri>http://www.nntp.perl.org/group/perl.perl6.announce/</uri>
		</author>
		<source>
			<title type="html">perl.perl6.announce</title>
			<subtitle type="html">...</subtitle>
			<link rel="self" href="http://www.nntp.perl.org/rss/perl.perl6.announce.rdf"/>
			<id>http://www.nntp.perl.org/rss/perl.perl6.announce.rdf</id>
			<updated>2010-03-10T11:42:07+00:00</updated>
			<rights type="html">Copyright 1998-2010 perl.org</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">Perl 6 Design Minutes for 10 February 2010</title>
		<link href="http://use.perl.org/~chromatic/journal/40193?from=rss"/>
		<id>http://use.perl.org/~chromatic/journal/40193?from=rss</id>
		<updated>2010-02-19T03:31:59+00:00</updated>
		<content type="html">&lt;p&gt;The Perl 6 design team met by phone on 10 February 2010.  Larry, Patrick, Will, Jerry, and chromatic attended.&lt;/p&gt;&lt;p&gt; &lt;strong&gt;Will:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;working on simplifying Parrot's build process&lt;/li&gt;&lt;li&gt;trying to remove an invocation of Perl 5 for every compilation&lt;/li&gt;&lt;li&gt;it's old and a waste of many things&lt;/li&gt;&lt;li&gt;hope to have that removed by the end of the week&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Jerry:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;the new #ps time should help me to attend&lt;/li&gt;&lt;li&gt;looking forward to a Parrot/Rakudo workshop, possibly at YAPC::NA&lt;/li&gt;&lt;li&gt;already working on artwork&lt;/li&gt;&lt;li&gt;would like to get the command-line done for Rakudo *&lt;/li&gt;&lt;li&gt;lacking tuits&lt;/li&gt;&lt;li&gt;need some time with Patrick over the next few days&lt;/li&gt;&lt;li&gt;weekends should free up after next week&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Larry:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;refined the specified semantics of bitwise operators&lt;/li&gt;&lt;li&gt;changed ugly &lt;code&gt;**()&lt;/code&gt; special form to &lt;code&gt;prefix:&amp;lt;||&amp;gt;&lt;/code&gt; by analogy to &lt;code&gt;prefix:&amp;lt;|&amp;gt;&lt;/code&gt;, and relationship of &lt;code&gt;**&lt;/code&gt; to &lt;code&gt;*&lt;/code&gt;.&lt;/li&gt;&lt;li&gt;STD now accepts prefix &lt;code&gt;||&lt;/code&gt; for slice interpolation&lt;/li&gt;&lt;li&gt;deleted old p5=&amp;gt; that masak++ noticed&lt;/li&gt;&lt;li&gt;added explicit copyright notices to STD files&lt;/li&gt;&lt;li&gt;spruced up error message on -&amp;gt; in postfix position (either pointy block or Perl 5 method dereference)&lt;/li&gt;&lt;li&gt;mostly just served as Chief Resident Oracle on IRC&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Patrick:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;had a nice vacation in Florida&lt;/li&gt;&lt;li&gt;didn't have as much hacking time, due to plane delays&lt;/li&gt;&lt;li&gt;should get back to coding later today&lt;/li&gt;&lt;li&gt;working on the Rakudo hackathon in Copenhagen on March 6 and 7&lt;/li&gt;&lt;li&gt;core hackers session on 8th and 9th there&lt;/li&gt;&lt;li&gt;looking forward to that&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;c:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;fixed a couple of bugs&lt;/li&gt;&lt;li&gt;did a bit of optimization&lt;/li&gt;&lt;li&gt;wrote out a GC optimization plan&lt;/li&gt;&lt;li&gt;wrote plan for a sweep free GC&lt;/li&gt;&lt;li&gt;think we can get those both going in the next week&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Jerry:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;noticing a lot of new branches and removals and new things in Parrot recently&lt;/li&gt;&lt;li&gt;are these following the roadmap?&lt;/li&gt;&lt;li&gt;are people going off on their own?&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Will:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;the deprecation stuff is all documented and seems reasonable&lt;/li&gt;&lt;li&gt;Andrew's discussion today is new stuff, but a reasonable discussion to have&lt;/li&gt;&lt;li&gt;I'm working on cleanup stuff&lt;/li&gt;&lt;li&gt;having a roadmap and trying to force people to stick to it is always... impossible&lt;/li&gt;&lt;li&gt;people will work on what they find shiny or what blocks them&lt;/li&gt;&lt;li&gt;if it's not on the roadmap, it's okay if it's not hurting the project&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Jerry:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;we've changed our deprecation cycle&lt;/li&gt;&lt;li&gt;was that change enough to unstick people to do something?&lt;/li&gt;&lt;li&gt;was it beneficial to our users and our core developers?&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Will:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;definitely a positive&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Jerry:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;still not a lot of mailing list discussion&lt;/li&gt;&lt;li&gt;how is Parrot meeting Rakudo's goals for the Rakudo * release?&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Patrick:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;as it stands today, it's adequate for what we need&lt;/li&gt;&lt;li&gt;if it weren't, you'd be hearing about it&lt;/li&gt;&lt;li&gt;the next thing for us is performance&lt;/li&gt;&lt;li&gt;any performance improvements are welcome&lt;/li&gt;&lt;li&gt;the biggest thing there is GC, and that's an area of focus&lt;/li&gt;&lt;li&gt;no big pushes I need to make lately&lt;/li&gt;&lt;li&gt;have noticed Andrew's desire to remove some Parrot features&lt;/li&gt;&lt;li&gt;they're useful from an HLL perspective&lt;/li&gt;&lt;li&gt;I do worry about changes to core Parrot divorced from HLL concerns&lt;/li&gt;&lt;li&gt;I don't know who's going to be the traffic cop for those changes&lt;/li&gt;&lt;li&gt;I don't have time to do it&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Will:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;based on the discussion in channel today&lt;/li&gt;&lt;li&gt;making Parrot leaner, faster, smaller may not necessarily jive with keeping the features as they exist now&lt;/li&gt;&lt;li&gt;he's not trying to remove features&lt;/li&gt;&lt;li&gt;he's trying to get the same effect with a faster Parrot&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Patrick:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;I agree with those motives&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Will:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;even if we do rewrite things, they have to work more or less as they do right now&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Patrick:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;reviewing the roadmap from December....&lt;/li&gt;&lt;li&gt;GC work is happening&lt;/li&gt;&lt;li&gt;no one seems to work on subroutine leave semantics&lt;/li&gt;&lt;li&gt;Stephen Weeks is the best one to look at that&lt;/li&gt;&lt;li&gt;performance is our biggest need right now&lt;/li&gt;&lt;li&gt;but the -ng branch performs better for various reasons&lt;/li&gt;&lt;li&gt;has anyone built -ng against the latest Parrot?&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Will:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;I think Vasily has checked his branches against Rakudo&lt;/li&gt;&lt;li&gt;not sure if that was against -ng&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Patrick:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;master and -ng are pretty close together in terms of the Parrot core&lt;/li&gt;&lt;li&gt;we'll make -ng the master branch very soon&lt;/li&gt;&lt;li&gt;unless I get bogged down on iterators again&lt;/li&gt;&lt;/ul&gt;</content>
		<author>
			<name>chromatic</name>
			<uri>http://use.perl.org/~chromatic/journal/</uri>
		</author>
		<source>
			<title type="html">chromatic's Journal</title>
			<subtitle type="html">chromatic's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~chromatic/journal/rss"/>
			<id>http://use.perl.org/~chromatic/journal/rss</id>
			<updated>2010-03-02T05:20:07+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">Perl 6 Design Minutes for 03 February 2010</title>
		<link href="http://use.perl.org/~chromatic/journal/40191?from=rss"/>
		<id>http://use.perl.org/~chromatic/journal/40191?from=rss</id>
		<updated>2010-02-18T04:58:35+00:00</updated>
		<content type="html">&lt;p&gt;The Perl 6 design team met by phone on 03 February 2010.  Larry, Patrick,
and chromatic attended.&lt;/p&gt;&lt;p&gt; &lt;strong&gt;Larry:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;more cleanup of iteration semantics&lt;/li&gt;&lt;li&gt;no longer signal end with &lt;code&gt;Nil&lt;/code&gt;, but with special &lt;code&gt;EMPTY&lt;/code&gt; failure&lt;/li&gt;&lt;li&gt;this can support either unthrown or thrown exception styles&lt;/li&gt;&lt;li&gt;added in batching iterator interface&lt;/li&gt;&lt;li&gt;proposed new &lt;code&gt;E&lt;/code&gt; operator for efficient list end detection; gathering feedback&lt;/li&gt;&lt;li&gt;detangling of sigils from contexts; for example, &lt;code&gt;@&lt;/code&gt; no longer implies flattening&lt;/li&gt;&lt;li&gt;coercions all defined to take parcels so they don't flatten accidentally&lt;/li&gt;&lt;li&gt;more cleanup of various types (captures,lists) that should be considered parcels&lt;/li&gt;&lt;li&gt;forcibly amputated the &lt;code&gt;@@&lt;/code&gt; sigil; have fixed up most of the bloody stumps&lt;/li&gt;&lt;li&gt;instead of *@@ parameters, we now have a &lt;code&gt;**&lt;/code&gt; slice marker on parameters&lt;/li&gt;&lt;li&gt;removed references to &lt;code&gt;[;]&lt;/code&gt; reduction since it wouldn't work (because of return parcel embedding)&lt;/li&gt;&lt;li&gt;new &lt;code&gt;**()&lt;/code&gt; interpolator instead&lt;/li&gt;&lt;li&gt;clarified that function calls in a list are called eagerly, but their results are potentially lazy&lt;/li&gt;&lt;li&gt;(also mentioned ways to make the call lazy too)&lt;/li&gt;&lt;li&gt;renamed iterator methods for more clarity, removing contradictory usages of &quot;item&quot;&lt;/li&gt;&lt;li&gt;iterators now iterated with &lt;code&gt;get&lt;/code&gt;, &lt;code&gt;getobj&lt;/code&gt;, &lt;code&gt;batch&lt;/code&gt;, and &lt;code&gt;batchobj&lt;/code&gt; &lt;/li&gt;&lt;li&gt;specced that a missing maximum allows the iterator to decide batch size.&lt;/li&gt;&lt;li&gt; &lt;code&gt;get&lt;/code&gt; and &lt;code&gt;getobj&lt;/code&gt; must be atomic under multi-threading so message queues work (but maybe that's backwards, and &lt;code&gt;push&lt;/code&gt; should be atomic)&lt;/li&gt;&lt;li&gt;slice now defined to turn subparcels into &lt;code&gt;Seq&lt;/code&gt; objects&lt;/li&gt;&lt;li&gt;spec that most of the work of &lt;code&gt;flat&lt;/code&gt; and &lt;code&gt;slice&lt;/code&gt; are done by binding to &lt;code&gt;*@&lt;/code&gt; or &lt;code&gt;**@&lt;/code&gt; &lt;/li&gt;&lt;li&gt;new &lt;code&gt;flat&lt;/code&gt; operator detangles flattening semantics from normal unmarked &lt;code&gt;list&lt;/code&gt; semantics&lt;/li&gt;&lt;li&gt;for all specced functions, &lt;code&gt;*@@&lt;/code&gt; parameters changed to &lt;code&gt;**@&lt;/code&gt; &lt;/li&gt;&lt;li&gt;multiple dimensions now defined in terms of nested parcels, not feeds, to avoid implying multithreading on every subscript&lt;/li&gt;&lt;li&gt;either range or series iterator now autotruncates in a subscript&lt;/li&gt;&lt;li&gt;no autotruncation on left end of a subscript anymore&lt;/li&gt;&lt;li&gt;did some cleanup of feeds; more is needed to have clearer target semantics&lt;/li&gt;&lt;li&gt;feeds no longer take a whatever target with implicit semantics; just use an explicit target&lt;/li&gt;&lt;li&gt;not much hacking, but edited tests to change &lt;code&gt;@@&lt;/code&gt; to something else appropriate&lt;/li&gt;&lt;li&gt;tracked name changes in CORE&lt;/li&gt;&lt;li&gt;wrote a long screed on why Perl 6 has one-pass parsing and why typenames must be pre-declared&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Patrick:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;working on interators and lists in the -ng branch&lt;/li&gt;&lt;li&gt;brought up a few issues with Larry as appropriate&lt;/li&gt;&lt;li&gt;took issue with others, as appropriate&lt;/li&gt;&lt;li&gt;happy with our progress there&lt;/li&gt;&lt;li&gt;expect to make this branch the new master in the next day or so&lt;/li&gt;&lt;li&gt;will be some regressions, but it's time to do it&lt;/li&gt;&lt;li&gt;there's no development taking place on other branches, so let's commit and do it&lt;/li&gt;&lt;li&gt;people will be comfortable about doing their own work and not having it lost on some other branch&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;c:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;looking into GC tuning and ideas&lt;/li&gt;&lt;li&gt;still working on getting methods out of namespaces&lt;/li&gt;&lt;li&gt;need four uninterrupted hours&lt;/li&gt;&lt;/ul&gt;</content>
		<author>
			<name>chromatic</name>
			<uri>http://use.perl.org/~chromatic/journal/</uri>
		</author>
		<source>
			<title type="html">chromatic's Journal</title>
			<subtitle type="html">chromatic's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~chromatic/journal/rss"/>
			<id>http://use.perl.org/~chromatic/journal/rss</id>
			<updated>2010-03-02T05:20:07+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">The first release from ng is coming!</title>
		<link href="http://use.perl.org/~JonathanWorthington/journal/40190?from=rss"/>
		<id>http://use.perl.org/~JonathanWorthington/journal/40190?from=rss</id>
		<updated>2010-02-18T01:18:33+00:00</updated>
		<content type="html">&lt;p&gt;Tomorrow's regularly scheduled Rakudo release is the first one since the long-running &quot;ng&quot; branch became master. It represents both a huge step forward and at the same time a fairly major regression. Internally, the changes are enormous; some of the biggest include:&lt;/p&gt;&lt;ul&gt;
  &lt;li&gt;We're parsing using a new implementation of Perl 6 regexes by pmichaud++. It is a huge improvement, supporting amongst other things protoregexes, a basic form of LTM, variable declarations - including contextuals - inside regexes and more. The AST it generates is part of the PAST tree rather than having a distinct AST, which is a neater, more hackable approach. The issues with lexical scopes and regexes are resolved. Closures in regexes work.&lt;/li&gt;&lt;li&gt;NQP is also re-built atop of this. It incorporates regex and grammar support, so now we run both grammar and actions through the one compiler. It's bootstrapped.&lt;/li&gt;&lt;li&gt;In light of those major changes, we started putting the grammar back together from scratch. A large part of this was copy and paste - from STD.pm. The grammar we have now is far, far closer to STD than what we had before. Operator precedence parsing is handled in the same kind of way. We've started to incorporate some of the nice STD error detection bits, and catch and nicely report some Perl 5-isms.&lt;/li&gt;&lt;li&gt;Since the grammar got re-done, we've been taking the same approach with the actions (the methods that take parse tree nodes and make AST nodes). Thanks to contextual variable support and other improvements, a lot of stuff got WAY cleaner.&lt;/li&gt;&lt;li&gt;The list/array implementation has been done over, and this time it's lazy. There's certainly rough edges, but it's getting better every day. The work to implement laziness has led to many areas of the spec getting fleshed out, too - a consequence of being the first implementation on the scene I guess.&lt;/li&gt;&lt;li&gt;All class and role construction is done through a meta-model rather than &quot;magic&quot;. The Parrot role composition algorithm is no longer relied upon, instead we have our own implementation mostly written in NQP.&lt;/li&gt;&lt;li&gt;The assignment model was improved to do much less copying, so we should potentially perform a bit better there.&lt;/li&gt;&lt;li&gt;Lexical handling was refactored somewhat, and the changes should eliminate a common source of those pesky Null PMC Access errors.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Every one of these - and some others I didn't mention - are important for getting us towards the Rakudo * release. The downside is that since we've essentially taken Rakudo apart and put it back together again - albeit on far, far better foundations - we're still some way from getting all of the language constructs, built-in types and functions back in place that we had before. It's often not just a case of copy-paste; many of the list related things now have to be written with laziness in mind, for example.&lt;/p&gt;&lt;p&gt;So anyway, if you download tomorrow's release and your code doesn't compile or run, this post should explain - at least at a higher level - why. After a slower December and January, Rakudo development has now once again picked up an incredible pace, and the last couple of week's efforts by many Rakudo hackers have made this release far better than I had feared it was going to be. If we can keep this up, the March release should be a very exciting one.&lt;/p&gt;</content>
		<author>
			<name>Jonathan Worthington</name>
			<uri>http://use.perl.org/~JonathanWorthington/journal/</uri>
		</author>
		<source>
			<title type="html">JonathanWorthington's Journal</title>
			<subtitle type="html">JonathanWorthington's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~JonathanWorthington/journal/rss"/>
			<id>http://use.perl.org/~JonathanWorthington/journal/rss</id>
			<updated>2010-02-20T00:22:04+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">I'm getting green</title>
		<link href="http://use.perl.org/~perl6doc/journal/40187?from=rss"/>
		<id>http://use.perl.org/~perl6doc/journal/40187?from=rss</id>
		<updated>2010-02-17T00:52:35+00:00</updated>
		<content type="html">By that i don't mean environment-friendly, but something Bruce Banner would understand.

&lt;br /&gt; &lt;br /&gt;
In the next days I want to rage through the dormant &lt;a href=&quot;http://www.perlfoundation.org/perl6/&quot;&gt;TPF wiki &lt;/a&gt; and especially clean up the frontpages a bit, that easier navigation will be possible and some crucial infos are updated.
&lt;br /&gt; &lt;br /&gt;
I warn now and beforehand, so that anyone willing can participate or complain now.
&lt;br /&gt; &lt;br /&gt;
P.S.: After Andy Lester answered me, I'm still looking for the admit of this wiki.</content>
		<author>
			<name>Herbert Breunung</name>
			<uri>http://use.perl.org/~perl6doc/journal/</uri>
		</author>
		<source>
			<title type="html">perl6doc's Journal</title>
			<subtitle type="html">perl6doc's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~perl6doc/journal/rss"/>
			<id>http://use.perl.org/~perl6doc/journal/rss</id>
			<updated>2010-03-08T01:42:14+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

	<entry>
		<title type="html">Parrot 2.1.0 Released! by Daniel Arbelo</title>
		<link href="http://www.nntp.perl.org/group/perl.perl6.announce/2010/02/msg617.html"/>
		<id>http://www.nntp.perl.org/group/perl.perl6.announce/2010/02/msg617.html</id>
		<updated>2010-02-16T11:29:20+00:00</updated>
		<content type="html">&amp;quot;One must command from each what each can perform, the king went&lt;br /&gt;on. &amp;quot;Authority is based first of all upon reason. If you command your&lt;br /&gt;subjects to jump into the ocean, there will be a revolution. I am&lt;br /&gt;entitled to command obedience because my orders are reasonable.&amp;quot;&lt;br /&gt;    &amp;quot;Then my sunset?&amp;quot; insisted the little prince, who never let go of&lt;br /&gt;a question once he had asked it.&lt;br /&gt;    &amp;quot;You shall have your sunset. I shall command it. But I shall wait,&lt;br /&gt;according to my science of government, until conditions are&lt;br /&gt;favorable.&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;mdash; Antoine de Saint-Exup&amp;eacute;ry, The Little Prince&lt;br /&gt;&lt;br /&gt;On behalf of the Parrot team, I'm proud to announce Parrot 2.1.0 &amp;quot;As&lt;br /&gt;Scheduled.&amp;quot; Parrot is a virtual machine aimed at running all dynamic&lt;br /&gt;languages.&lt;br /&gt;&lt;br /&gt;Parrot 2.1.0 is available on Parrot's FTP site, or follow the download&lt;br /&gt;instructions. For those who would like to develop on Parrot, or help&lt;br /&gt;develop Parrot itself, we recommend using Subversion on our source&lt;br /&gt;code repository to get the latest and best Parrot code.&lt;br /&gt;&lt;br /&gt;Parrot 2.1.0 News:&lt;br /&gt;&lt;br /&gt;- Core changes&lt;br /&gt;  + GC performance and encapsulation were greatly improved.&lt;br /&gt;  + PMC freeze refactored.&lt;br /&gt;  + More Makefile and build improvements.&lt;br /&gt;- API Changes&lt;br /&gt;  + The Array PMC was removed.&lt;br /&gt;  + Several deprecated vtables were removed.&lt;br /&gt;  + The OrderedHash PMC was substantialy improved.&lt;br /&gt;- Platforms&lt;br /&gt;  + Packaging improvements on some operating systems.&lt;br /&gt;- Tools&lt;br /&gt;  + Some cases in pbc_merge are now handled.&lt;br /&gt;  + Improvements were made to the dependency checker.&lt;br /&gt;  + New tool nativecall.pir added.&lt;br /&gt;&lt;br /&gt;Thanks to all our contributors for making this possible, and our&lt;br /&gt;sponsors for supporting this project. Our next release is 16 March&lt;br /&gt;2010.&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;br /&gt;</content>
		<author>
			<name>perl6.announce</name>
			<uri>http://www.nntp.perl.org/group/perl.perl6.announce/</uri>
		</author>
		<source>
			<title type="html">perl.perl6.announce</title>
			<subtitle type="html">...</subtitle>
			<link rel="self" href="http://www.nntp.perl.org/rss/perl.perl6.announce.rdf"/>
			<id>http://www.nntp.perl.org/rss/perl.perl6.announce.rdf</id>
			<updated>2010-03-10T11:42:07+00:00</updated>
			<rights type="html">Copyright 1998-2010 perl.org</rights>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">Ok, so the ante is upped: E03</title>
		<link href="http://use.perl.org/~masak/journal/40182?from=rss"/>
		<id>http://use.perl.org/~masak/journal/40182?from=rss</id>
		<updated>2010-02-15T13:40:14+00:00</updated>
		<content type="html">&lt;p&gt;So, apparently my challenge &lt;a href=&quot;http://irclog.perlgeek.de/perl6/2010-02-03#i_1954377&quot;&gt;on IRC&lt;/a&gt; and &lt;a href=&quot;http://lastofthecarelessmen.blogspot.com/2010/02/blog-post.html?showComment=1265963126613#c9153419747572903600&quot;&gt;on SF's blog&lt;/a&gt; got at least SF interested. Which means now there's even &lt;a href=&quot;http://lastofthecarelessmen.blogspot.com/2010/02/e03-challenge.html&quot;&gt;a challenge&lt;/a&gt;. I'm hoping others will jump on as well. It's simple: just blog your modern Perl 6 version of &lt;a href=&quot;http://dev.perl.org/perl6/doc/design/exe/E03.html&quot;&gt;E03&lt;/a&gt; on Friday.&lt;/p&gt;&lt;p&gt;Will E03 be hard? I don't know, maybe. But we're just trying things out. We're exploring a piece of Perl 6 archaeology, and how old documented intents interact with new actual practices. There's no way to lose the contest, but plenty of ways to win it. And remember, while the official price is One Internet (method of delivery unspecified), your contribution might very well end up in a revised modern-day E03. Or something.&lt;/p&gt;&lt;p&gt;Since there's a Rakudo release on Thursday, and since there's no shortage of rakudobugs to report and features to implement till then  you should see the activity only this morning! &amp;#8212; I suspect I won't have time to actually start porting E03 until Friday morning. But that should be plenty of time.&lt;/p&gt;</content>
		<author>
			<name>Carl Masak</name>
			<uri>http://use.perl.org/~masak/journal/</uri>
		</author>
		<source>
			<title type="html">masak's Journal</title>
			<subtitle type="html">masak's use Perl Journal</subtitle>
			<link rel="self" href="http://use.perl.org/~masak/journal/rss"/>
			<id>http://use.perl.org/~masak/journal/rss</id>
			<updated>2010-03-08T23:02:07+00:00</updated>
			<rights type="html">use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</rights>
		</source>
	</entry>

</feed>
