<?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: Ruby1.8 vs. Perl6</title>
	<atom:link href="http://blog.afoolishmanifesto.com/archives/88/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.afoolishmanifesto.com/archives/88</link>
	<description>fREWdiculous!</description>
	<lastBuildDate>Mon, 16 Jan 2012 12:16:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: vapor in the air</title>
		<link>http://blog.afoolishmanifesto.com/archives/88/comment-page-1#comment-2767</link>
		<dc:creator>vapor in the air</dc:creator>
		<pubDate>Mon, 21 Nov 2011 09:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=88#comment-2767</guid>
		<description>perl6 is good</description>
		<content:encoded><![CDATA[<p>perl6 is good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perl 6 is vaporware</title>
		<link>http://blog.afoolishmanifesto.com/archives/88/comment-page-1#comment-162</link>
		<dc:creator>perl 6 is vaporware</dc:creator>
		<pubDate>Wed, 27 May 2009 02:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=88#comment-162</guid>
		<description>&gt; I am interested to see what Perl6 can do 

same thing ...
my @a = 1, 2, 3;
my @b = 4, 5, 6;
my @c = 7, 8, 9;
for @a Z @b Z @c -&gt; $x, $y, $z { say &quot;$x $y $z }</description>
		<content:encoded><![CDATA[<p>&gt; I am interested to see what Perl6 can do </p>
<p>same thing &#8230;<br />
my @a = 1, 2, 3;<br />
my @b = 4, 5, 6;<br />
my @c = 7, 8, 9;<br />
for @a Z @b Z @c -&gt; $x, $y, $z { say &#8220;$x $y $z }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fREW Schmidt</title>
		<link>http://blog.afoolishmanifesto.com/archives/88/comment-page-1#comment-95</link>
		<dc:creator>fREW Schmidt</dc:creator>
		<pubDate>Tue, 17 Mar 2009 01:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=88#comment-95</guid>
		<description>@John: I stand corrected!  Your first solution is perfect!</description>
		<content:encoded><![CDATA[<p>@John: I stand corrected!  Your first solution is perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Prince</title>
		<link>http://blog.afoolishmanifesto.com/archives/88/comment-page-1#comment-94</link>
		<dc:creator>John Prince</dc:creator>
		<pubDate>Mon, 16 Mar 2009 20:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=88#comment-94</guid>
		<description>I just looked at this real fast.  Maybe I misunderstand what you are after, but I think this may be what you are looking for in ruby:

a = [1,2,3]
b = [4,5,6]
c = [7,8,9]
a.zip(b,c) do &#124;x,y,z&#124;
   puts &quot;#{x} #{y} #{y}&quot;
end

## OR
a.zip(b,c) do &#124;group&#124;
  puts &quot;#{group[0]} #{group[1]} #{group[2]}&quot;
end

I am interested to see what Perl6 can do :)</description>
		<content:encoded><![CDATA[<p>I just looked at this real fast.  Maybe I misunderstand what you are after, but I think this may be what you are looking for in ruby:</p>
<p>a = [1,2,3]<br />
b = [4,5,6]<br />
c = [7,8,9]<br />
a.zip(b,c) do |x,y,z|<br />
   puts &#8220;#{x} #{y} #{y}&#8221;<br />
end</p>
<p>## OR<br />
a.zip(b,c) do |group|<br />
  puts &#8220;#{group[0]} #{group[1]} #{group[2]}&#8221;<br />
end</p>
<p>I am interested to see what Perl6 can do <img src='http://blog.afoolishmanifesto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

