<?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 13: Junctions</title>
	<atom:link href="http://perl6advent.wordpress.com/2009/12/13/day-13-junctions/feed/" rel="self" type="application/rss+xml" />
	<link>http://perl6advent.wordpress.com/2009/12/13/day-13-junctions/</link>
	<description>Something cool about Perl 6 every day</description>
	<lastBuildDate>Wed, 05 Jun 2013 15:41:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: carl</title>
		<link>http://perl6advent.wordpress.com/2009/12/13/day-13-junctions/#comment-181</link>
		<dc:creator><![CDATA[carl]]></dc:creator>
		<pubDate>Mon, 21 Dec 2009 00:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=244#comment-181</guid>
		<description><![CDATA[They happen to mean the same, so I guess they don&#039;t work as you&#039;d expect...

Both mean &quot;do ALL elements in this array match ANY element in that array?&quot;. This semantics is a consequence of the way &amp; (all) and &#124; (any) are unwrapped and multithreaded on; always the same order regardless of the order in the statement.]]></description>
		<content:encoded><![CDATA[<p>They happen to mean the same, so I guess they don&#8217;t work as you&#8217;d expect&#8230;</p>
<p>Both mean &#8220;do ALL elements in this array match ANY element in that array?&#8221;. This semantics is a consequence of the way &amp; (all) and | (any) are unwrapped and multithreaded on; always the same order regardless of the order in the statement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Brockman</title>
		<link>http://perl6advent.wordpress.com/2009/12/13/day-13-junctions/#comment-180</link>
		<dc:creator><![CDATA[Daniel Brockman]]></dc:creator>
		<pubDate>Sun, 20 Dec 2009 17:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=244#comment-180</guid>
		<description><![CDATA[Do both all(@a) == any(@b) and any(@b) == all(@a) work as expected?]]></description>
		<content:encoded><![CDATA[<p>Do both all(@a) == any(@b) and any(@b) == all(@a) work as expected?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: draegtun</title>
		<link>http://perl6advent.wordpress.com/2009/12/13/day-13-junctions/#comment-108</link>
		<dc:creator><![CDATA[draegtun]]></dc:creator>
		<pubDate>Mon, 14 Dec 2009 11:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=244#comment-108</guid>
		<description><![CDATA[For Perl5 version have a look at Perl6::Junction (http://search.cpan.org/dist/Perl6-Junction/)

/I3az/]]></description>
		<content:encoded><![CDATA[<p>For Perl5 version have a look at Perl6::Junction (<a href="http://search.cpan.org/dist/Perl6-Junction/" rel="nofollow">http://search.cpan.org/dist/Perl6-Junction/</a>)</p>
<p>/I3az/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moritz</title>
		<link>http://perl6advent.wordpress.com/2009/12/13/day-13-junctions/#comment-103</link>
		<dc:creator><![CDATA[Moritz]]></dc:creator>
		<pubDate>Sun, 13 Dec 2009 15:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=244#comment-103</guid>
		<description><![CDATA[In boolean context the compiler is allowed to short-circuit as soon as the result is known (but so far not implemented).]]></description>
		<content:encoded><![CDATA[<p>In boolean context the compiler is allowed to short-circuit as soon as the result is known (but so far not implemented).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://perl6advent.wordpress.com/2009/12/13/day-13-junctions/#comment-102</link>
		<dc:creator><![CDATA[leo]]></dc:creator>
		<pubDate>Sun, 13 Dec 2009 15:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=244#comment-102</guid>
		<description><![CDATA[thanks]]></description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://perl6advent.wordpress.com/2009/12/13/day-13-junctions/#comment-101</link>
		<dc:creator><![CDATA[Robert]]></dc:creator>
		<pubDate>Sun, 13 Dec 2009 12:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=244#comment-101</guid>
		<description><![CDATA[You say &quot;The code will run for each member of the junction&quot;. Is this literally true or is there short circuting like if the first test of any that is tried turns out to be true the others are no longer performed?]]></description>
		<content:encoded><![CDATA[<p>You say &#8220;The code will run for each member of the junction&#8221;. Is this literally true or is there short circuting like if the first test of any that is tried turns out to be true the others are no longer performed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moritz</title>
		<link>http://perl6advent.wordpress.com/2009/12/13/day-13-junctions/#comment-100</link>
		<dc:creator><![CDATA[Moritz]]></dc:creator>
		<pubDate>Sun, 13 Dec 2009 12:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=244#comment-100</guid>
		<description><![CDATA[The bit-wise operators are +&#124; for numeric OR, ~&#124; for string OR etc.]]></description>
		<content:encoded><![CDATA[<p>The bit-wise operators are +| for numeric OR, ~| for string OR etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://perl6advent.wordpress.com/2009/12/13/day-13-junctions/#comment-99</link>
		<dc:creator><![CDATA[leo]]></dc:creator>
		<pubDate>Sun, 13 Dec 2009 11:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=244#comment-99</guid>
		<description><![CDATA[but what if you want to do a binary or of 4&#124;3 ?]]></description>
		<content:encoded><![CDATA[<p>but what if you want to do a binary or of 4|3 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Whack!</title>
		<link>http://perl6advent.wordpress.com/2009/12/13/day-13-junctions/#comment-98</link>
		<dc:creator><![CDATA[Whack!]]></dc:creator>
		<pubDate>Sun, 13 Dec 2009 07:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=244#comment-98</guid>
		<description><![CDATA[This is a beautiful thing....]]></description>
		<content:encoded><![CDATA[<p>This is a beautiful thing&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
