<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>可可熊的窝 &#187; Lua</title>
	<atom:link href="http://cocobear.info/blog/category/my-programming/lua/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocobear.info/blog</link>
	<description>K.I.S.S</description>
	<lastBuildDate>Sun, 11 Mar 2012 14:04:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>读完了Programming in Lua (first edition)</title>
		<link>http://cocobear.info/blog/2009/04/08/read-programming-in-lua-first-edition/</link>
		<comments>http://cocobear.info/blog/2009/04/08/read-programming-in-lua-first-edition/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 08:19:11 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Lua]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=613</guid>
		<description><![CDATA[花了差不多两周的时间读完了<a href="http://www.lua.org/pil/index.html">Lua Programming in Lua (first edition) </a>，没找到pdf格式的，一直在官网在线看的，不是很舒服。看的似乎有点慢，里面的英文很简单，讲的内容难点也不多，也没有太多的代码去动手实践，似乎是受别人打击了:-)（看到人家博客里写道：“花两天的时间[......]<p class='read-more'><a href='http://cocobear.info/blog/2009/04/08/read-programming-in-lua-first-edition/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2009/04/08/read-programming-in-lua-first-edition/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Python与Lua分别实现一个计数器</title>
		<link>http://cocobear.info/blog/2009/03/31/write-a-counter-with-python-and-lua/</link>
		<comments>http://cocobear.info/blog/2009/03/31/write-a-counter-with-python-and-lua/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 04:47:15 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Lua]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=591</guid>
		<description><![CDATA[Lua:
[lua]
>   function newCounter ()
>>     local i = 0
>>     return function ()   -- anonymous function
>>              i = i + 1
>>              retu[......]<p class='read-more'><a href='http://cocobear.info/blog/2009/03/31/write-a-counter-with-python-and-lua/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2009/03/31/write-a-counter-with-python-and-lua/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

