<?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: Python与Lua分别实现一个计数器</title>
	<atom:link href="http://cocobear.info/blog/2009/03/31/write-a-counter-with-python-and-lua/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocobear.info/blog/2009/03/31/write-a-counter-with-python-and-lua/</link>
	<description>K.I.S.S</description>
	<lastBuildDate>Wed, 28 Mar 2012 16:04:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: cocobear</title>
		<link>http://cocobear.info/blog/2009/03/31/write-a-counter-with-python-and-lua/comment-page-1/#comment-6663</link>
		<dc:creator>cocobear</dc:creator>
		<pubDate>Thu, 05 Nov 2009 06:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=591#comment-6663</guid>
		<description>没用过这个库 不错</description>
		<content:encoded><![CDATA[<p>没用过这个库 不错</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tocer</title>
		<link>http://cocobear.info/blog/2009/03/31/write-a-counter-with-python-and-lua/comment-page-1/#comment-6659</link>
		<dc:creator>tocer</dc:creator>
		<pubDate>Wed, 04 Nov 2009 03:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=591#comment-6659</guid>
		<description>用 itertools.count 算不算？

from itertools import count

counter = count(1)
for i in range(10):
    print counter.next()</description>
		<content:encoded><![CDATA[<p>用 itertools.count 算不算？</p>
<p>from itertools import count</p>
<p>counter = count(1)<br />
for i in range(10):<br />
    print counter.next()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 草儿</title>
		<link>http://cocobear.info/blog/2009/03/31/write-a-counter-with-python-and-lua/comment-page-1/#comment-5626</link>
		<dc:creator>草儿</dc:creator>
		<pubDate>Tue, 31 Mar 2009 11:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=591#comment-5626</guid>
		<description>靠，你的文章对我来说越来越深奥了，都快成天书了。</description>
		<content:encoded><![CDATA[<p>靠，你的文章对我来说越来越深奥了，都快成天书了。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

