<?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: Matz在Google Tech Talks上的演讲</title>
	<atom:link href="http://www.letrails.cn/archives/google-tech-talks-matz-ruby-1-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.letrails.cn/archives/google-tech-talks-matz-ruby-1-9/</link>
	<description></description>
	<lastBuildDate>Mon, 02 Jan 2012 01:59:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ShiningRay</title>
		<link>http://www.letrails.cn/archives/google-tech-talks-matz-ruby-1-9/comment-page-1/#comment-243</link>
		<dc:creator>ShiningRay</dc:creator>
		<pubDate>Wed, 27 Feb 2008 07:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.letrails.cn/archives/google-tech-talks-matz-ruby-1-9#comment-243</guid>
		<description>哦，我把iterator写成generator了，再更正一下</description>
		<content:encoded><![CDATA[<p>哦，我把iterator写成generator了，再更正一下</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShiningRay</title>
		<link>http://www.letrails.cn/archives/google-tech-talks-matz-ruby-1-9/comment-page-1/#comment-242</link>
		<dc:creator>ShiningRay</dc:creator>
		<pubDate>Wed, 27 Feb 2008 07:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.letrails.cn/archives/google-tech-talks-matz-ruby-1-9#comment-242</guid>
		<description>上面这是段python代码，不过因为html没能体现缩进</description>
		<content:encoded><![CDATA[<p>上面这是段python代码，不过因为html没能体现缩进</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShiningRay</title>
		<link>http://www.letrails.cn/archives/google-tech-talks-matz-ruby-1-9/comment-page-1/#comment-241</link>
		<dc:creator>ShiningRay</dc:creator>
		<pubDate>Wed, 27 Feb 2008 07:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.letrails.cn/archives/google-tech-talks-matz-ruby-1-9#comment-241</guid>
		<description>这是Ruby1.9的each？
看上去很像Python的Generator
看来上次我们讨论过后，Ruby也在朝这方向发展

e1 = iter([1, 2, 3, 4])
e2 = iter([10, 11, 4])
try:
  while True:
    print e1.next() + e2.next()
except:
  pass</description>
		<content:encoded><![CDATA[<p>这是Ruby1.9的each？<br />
看上去很像Python的Generator<br />
看来上次我们讨论过后，Ruby也在朝这方向发展</p>
<p>e1 = iter([1, 2, 3, 4])<br />
e2 = iter([10, 11, 4])<br />
try:<br />
  while True:<br />
    print e1.next() + e2.next()<br />
except:<br />
  pass</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.letrails.cn/archives/google-tech-talks-matz-ruby-1-9/comment-page-1/#comment-240</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 26 Feb 2008 15:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.letrails.cn/archives/google-tech-talks-matz-ruby-1-9#comment-240</guid>
		<description>好像没有，主要讲了3点和1.8的差异：Block parameter, M17N(Unicode)支持以及Performance。

然后是一些1.9的新特性，增强的Lambda以及Iterator支持等等。</description>
		<content:encoded><![CDATA[<p>好像没有，主要讲了3点和1.8的差异：Block parameter, M17N(Unicode)支持以及Performance。</p>
<p>然后是一些1.9的新特性，增强的Lambda以及Iterator支持等等。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 自由天堂</title>
		<link>http://www.letrails.cn/archives/google-tech-talks-matz-ruby-1-9/comment-page-1/#comment-239</link>
		<dc:creator>自由天堂</dc:creator>
		<pubDate>Tue, 26 Feb 2008 15:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.letrails.cn/archives/google-tech-talks-matz-ruby-1-9#comment-239</guid>
		<description>youtube连不上阿......我比较关心本地线程，他说这个了吗？</description>
		<content:encoded><![CDATA[<p>youtube连不上阿&#8230;&#8230;我比较关心本地线程，他说这个了吗？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

