
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Moving From Perl 5 to Perl 6 &#8211; What&#039;s New, Tutorial Style</title>
	<atom:link href="http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/feed/" rel="self" type="application/rss+xml" />
	<link>http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/</link>
	<description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description>
	<lastBuildDate>Mon, 15 Mar 2010 23:41:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: femi fagbemi taiwo</title>
		<link>http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-28880</link>
		<dc:creator>femi fagbemi taiwo</dc:creator>
		<pubDate>Sun, 20 Dec 2009 16:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-28880</guid>
		<description>this perl 6 of a thing is gonna be a complicating idea cos i already can see myself disliking perl cos of this perl 6 thing</description>
		<content:encoded><![CDATA[<p>this perl 6 of a thing is gonna be a complicating idea cos i already can see myself disliking perl cos of this perl 6 thing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jhuni</title>
		<link>http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-11635</link>
		<dc:creator>Jhuni</dc:creator>
		<pubDate>Tue, 20 Jan 2009 05:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-11635</guid>
		<description>Ya I was really like my god how do they expect me to use ~ for concatenation I cannot type that character that quickly! Well I only use that for appending to a string:

my Str $str;
$str ~= &#039;asdf&#039;;

For concatenating several strings though fortunately there is the join method:

[&quot;Hello&quot;, &quot; &quot;, &quot;World&quot;].join.say;</description>
		<content:encoded><![CDATA[<p>Ya I was really like my god how do they expect me to use ~ for concatenation I cannot type that character that quickly! Well I only use that for appending to a string:</p>
<p>my Str $str;<br />
$str ~= &#039;asdf&#039;;</p>
<p>For concatenating several strings though fortunately there is the join method:</p>
<p>["Hello", " ", "World"].join.say;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Notes On Learning Python Coming From Perl &#124; beer planet</title>
		<link>http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-8515</link>
		<dc:creator>My Notes On Learning Python Coming From Perl &#124; beer planet</dc:creator>
		<pubDate>Thu, 23 Oct 2008 07:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-8515</guid>
		<description>[...] default parameters, similar to PHP. Perl 5 doesn’t have such construct, it’s only introduced in Perl 6. For example 1 def do_search(string, start = [...]</description>
		<content:encoded><![CDATA[<p>[...] default parameters, similar to PHP. Perl 5 doesn’t have such construct, it’s only introduced in Perl 6. For example 1 def do_search(string, start = [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Golfspiel</title>
		<link>http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-7097</link>
		<dc:creator>Golfspiel</dc:creator>
		<pubDate>Mon, 08 Sep 2008 12:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-7097</guid>
		<description>Hehe i like you beerpla.net. Sounds like Bierplanet. Still funny.</description>
		<content:encoded><![CDATA[<p>Hehe i like you beerpla.net. Sounds like Bierplanet. Still funny.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-6319</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Mon, 25 Aug 2008 07:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-6319</guid>
		<description>Jay, allow me to refer you to http://beerpla.net/2006/06/02/beer-planet/ ...</description>
		<content:encoded><![CDATA[<p>Jay, allow me to refer you to <a href="http://beerpla.net/2006/06/02/beer-planet/" rel="nofollow" class="liinternal">http://beerpla.net/2006/06/02/beer-planet/</a> &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Gadget</title>
		<link>http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-6318</link>
		<dc:creator>Jay Gadget</dc:creator>
		<pubDate>Mon, 25 Aug 2008 07:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-6318</guid>
		<description>found your page and thought it was about beer... now i&#039;m a little bit disappointed ;)</description>
		<content:encoded><![CDATA[<p>found your page and thought it was about beer&#8230; now i&#039;m a little bit disappointed <img src='http://beerpla.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moritz</title>
		<link>http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-6180</link>
		<dc:creator>moritz</dc:creator>
		<pubDate>Sat, 23 Aug 2008 07:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-6180</guid>
		<description>&gt; I wonder if there are any Perl 6 changes 
&gt; specifically affecting file/disk access, MySQL
&gt; interaction, and execution speed.

I don&#039;t really know about disk access, but in terms of speed there are many improvements compared to perl 5. The two perhaps most important things are:
1) Static types allow better optimiztions
2) Overloading is gone (and replaced by multi method dispatch), and overloading was one of the perl 5 features that prevented many optimizations.

There&#039;s no mysql specific features in Perl 6, but the new object model (about which I wrote about today, and which has many more features than I could show) will certainly help to build an easier, cleaner interface.</description>
		<content:encoded><![CDATA[<p>&gt; I wonder if there are any Perl 6 changes<br />
&gt; specifically affecting file/disk access, MySQL<br />
&gt; interaction, and execution speed.</p>
<p>I don&#039;t really know about disk access, but in terms of speed there are many improvements compared to perl 5. The two perhaps most important things are:<br />
1) Static types allow better optimiztions<br />
2) Overloading is gone (and replaced by multi method dispatch), and overloading was one of the perl 5 features that prevented many optimizations.</p>
<p>There&#039;s no mysql specific features in Perl 6, but the new object model (about which I wrote about today, and which has many more features than I could show) will certainly help to build an easier, cleaner interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Doyle</title>
		<link>http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-6170</link>
		<dc:creator>Dave Doyle</dc:creator>
		<pubDate>Sat, 23 Aug 2008 01:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-6170</guid>
		<description>Agreed.  This is an excellent series of posts that really brings the Perl 5 programmer into Perl 6.  Heck of a lot easier to understand than the Apocalysis and Egesis stuff.</description>
		<content:encoded><![CDATA[<p>Agreed.  This is an excellent series of posts that really brings the Perl 5 programmer into Perl 6.  Heck of a lot easier to understand than the Apocalysis and Egesis stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-6166</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Sat, 23 Aug 2008 00:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-6166</guid>
		<description>Sorry, Baron, wordpress ate my &lt; &gt;. It&#039;s corrected now.
</description>
		<content:encoded><![CDATA[<p>Sorry, Baron, wordpress ate my <>. It&#039;s corrected now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-6165</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Fri, 22 Aug 2008 23:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2008/08/22/moving-from-perl-5-to-perl-6-whats-new-tutorial-style/#comment-6165</guid>
		<description>doit(:when, :what(&#039;more stuff&#039;)); # &#039;doing more stuff at noon&#039;

Where did &quot;noon&quot; come from?</description>
		<content:encoded><![CDATA[<p>doit(:when, :what(&#039;more stuff&#039;)); # &#039;doing more stuff at noon&#039;</p>
<p>Where did &#034;noon&#034; come from?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
