<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Day 6: Going Into Hyperspace</title>
	<atom:link href="http://perl6advent.wordpress.com/2009/12/06/day-6-going-into-hyperspace/feed/" rel="self" type="application/rss+xml" />
	<link>http://perl6advent.wordpress.com/2009/12/06/day-6-going-into-hyperspace/</link>
	<description>Something cool about Perl 6 every day</description>
	<lastBuildDate>Sun, 03 Feb 2013 05:15:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: 扶凯 &#187; [Perl6]going-into-hyperspace 超运算符</title>
		<link>http://perl6advent.wordpress.com/2009/12/06/day-6-going-into-hyperspace/#comment-908</link>
		<dc:creator><![CDATA[扶凯 &#187; [Perl6]going-into-hyperspace 超运算符]]></dc:creator>
		<pubDate>Thu, 29 Sep 2011 16:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=79#comment-908</guid>
		<description><![CDATA[[...] 本文为译文原作者 By colomon:http://perl6advent.wordpress.com/2009/12/06/day-6-going-into-hyperspace/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 本文为译文原作者 By colomon:<a href="http://perl6advent.wordpress.com/2009/12/06/day-6-going-into-hyperspace/" rel="nofollow">http://perl6advent.wordpress.com/2009/12/06/day-6-going-into-hyperspace/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joese</title>
		<link>http://perl6advent.wordpress.com/2009/12/06/day-6-going-into-hyperspace/#comment-900</link>
		<dc:creator><![CDATA[Joese]]></dc:creator>
		<pubDate>Sat, 27 Aug 2011 01:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=79#comment-900</guid>
		<description><![CDATA[Thank you!]]></description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ky6uk</title>
		<link>http://perl6advent.wordpress.com/2009/12/06/day-6-going-into-hyperspace/#comment-301</link>
		<dc:creator><![CDATA[Ky6uk]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=79#comment-301</guid>
		<description><![CDATA[Good info. Thank you!]]></description>
		<content:encoded><![CDATA[<p>Good info. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: День 6: Входя в Гиперпространство &#124; Ky6uk's Blog</title>
		<link>http://perl6advent.wordpress.com/2009/12/06/day-6-going-into-hyperspace/#comment-300</link>
		<dc:creator><![CDATA[День 6: Входя в Гиперпространство &#124; Ky6uk's Blog]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=79#comment-300</guid>
		<description><![CDATA[[...] Оригинальная статья. VN:F [1.8.5_1061]один момент...Rating: 0.0/10 (0 votes [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Оригинальная статья. VN:F [1.8.5_1061]один момент&#8230;Rating: 0.0/10 (0 votes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bened</title>
		<link>http://perl6advent.wordpress.com/2009/12/06/day-6-going-into-hyperspace/#comment-46</link>
		<dc:creator><![CDATA[bened]]></dc:creator>
		<pubDate>Mon, 07 Dec 2009 14:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=79#comment-46</guid>
		<description><![CDATA[Ah, now I understand. Thanks! :)]]></description>
		<content:encoded><![CDATA[<p>Ah, now I understand. Thanks! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: colomon</title>
		<link>http://perl6advent.wordpress.com/2009/12/06/day-6-going-into-hyperspace/#comment-34</link>
		<dc:creator><![CDATA[colomon]]></dc:creator>
		<pubDate>Sun, 06 Dec 2009 23:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=79#comment-34</guid>
		<description><![CDATA[BTW, I screwed up the &lt;code&gt;&gt;&gt;++&lt;/code&gt; example; just as you cannot say &lt;code&gt;3++&lt;/code&gt;, you cannot say &lt;code&gt;(1, 2, 3, 4)&gt;&gt;++&lt;/code&gt;.  However, you can do:
[sourcecode light=&quot;true&quot;]
my @a = (1, 2, 3, 4);
@a&gt;&gt;++;
[/sourcecode]

(I will try to edit the post to clean it up once the slashdotting is over.)]]></description>
		<content:encoded><![CDATA[<p>BTW, I screwed up the <code>&gt;&gt;++</code> example; just as you cannot say <code>3++</code>, you cannot say <code>(1, 2, 3, 4)&gt;&gt;++</code>.  However, you can do:</p>
<pre class="brush: plain; light: true; title: ; notranslate">
my @a = (1, 2, 3, 4);
@a&gt;&gt;++;
</pre>
<p>(I will try to edit the post to clean it up once the slashdotting is over.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: colomon</title>
		<link>http://perl6advent.wordpress.com/2009/12/06/day-6-going-into-hyperspace/#comment-28</link>
		<dc:creator><![CDATA[colomon]]></dc:creator>
		<pubDate>Sun, 06 Dec 2009 17:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=79#comment-28</guid>
		<description><![CDATA[Because hyperoperators do not operate on the list in any set order.  So if you say &lt;code&gt;(1, 2, 3, 4)&gt;&gt;.say&lt;/code&gt;, it might respond 1 2 3 4 or it might respond 4 3 1 2 or 4 2 1 3.  This is because Perl 6 implementations are allowed to optimize hyperoperators by reordering them and/or running them in parallel.]]></description>
		<content:encoded><![CDATA[<p>Because hyperoperators do not operate on the list in any set order.  So if you say <code>(1, 2, 3, 4)&gt;&gt;.say</code>, it might respond 1 2 3 4 or it might respond 4 3 1 2 or 4 2 1 3.  This is because Perl 6 implementations are allowed to optimize hyperoperators by reordering them and/or running them in parallel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bened</title>
		<link>http://perl6advent.wordpress.com/2009/12/06/day-6-going-into-hyperspace/#comment-27</link>
		<dc:creator><![CDATA[bened]]></dc:creator>
		<pubDate>Sun, 06 Dec 2009 16:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=79#comment-27</guid>
		<description><![CDATA[Thanks, the first part of this entry clarifies hyperoperators for me. The second part however I did not fully understand. Can you explain further why @a&gt;&gt;.say is not a good idea?]]></description>
		<content:encoded><![CDATA[<p>Thanks, the first part of this entry clarifies hyperoperators for me. The second part however I did not fully understand. Can you explain further why @a&gt;&gt;.say is not a good idea?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
