<?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>Lauct&#039;s BLOG &#187; Ruby</title>
	<atom:link href="http://blog.lauct.org/archives/tag/ruby/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.lauct.org</link>
	<description>噢！醒來吧，沉睡者。</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:13:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://blog.lauct.org/wp-includes/js/jquery/jquery.js?ver=1.7.1'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>Perl, Python, Ruby 比較</title>
		<link>http://blog.lauct.org/archives/882</link>
		<comments>http://blog.lauct.org/archives/882#comments</comments>
		<pubDate>Tue, 13 Jan 2009 17:01:18 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[閒話PC]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://localhost/~chun/wordpress/?p=882</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
剛找了一下這三種動態語言的比較，來小小整理一下。 Perl Perl 語言的中心思想可以集成為一句話「TMTOWTDI」： There&#8217;s More Than One Way To Do It. （不只一種方法來做這件事。） Perl 的作者 Larry Wall 建議可以把這個縮寫詞念成「Tim Toady」。 另一個常常讓人想起的 Perl 俗語是： Easy things should be easy, and hard things should be possible. Python Python 發明人 Tim Peters 寫的 python 格言（稱為The Zen of Python）道： There should be one&#8211; and preferably only one &#8211;obvious way to [...]


Related posts:<ol><li><a href='http://blog.lauct.org/archives/1472' rel='bookmark' title='Permanent Link: [MacPorts][Python] python_select：選擇 Python 版本+手動指定'>[MacPorts][Python] python_select：選擇 Python 版本+手動指定</a></li>
<li><a href='http://blog.lauct.org/archives/1464' rel='bookmark' title='Permanent Link: [Python] 在Python中使用中文'>[Python] 在Python中使用中文</a></li>
<li><a href='http://blog.lauct.org/archives/877' rel='bookmark' title='Permanent Link: [Perl] 私人工具箱：flickr2bps'>[Perl] 私人工具箱：flickr2bps</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
<p>剛找了一下這三種動態語言的比較，來小小整理一下。</p>
<h3>Perl</h3>
<hr />
<blockquote>
Perl 語言的中心思想可以集成為一句話「TMTOWTDI」：</p>
<blockquote><p>There&#8217;s More Than One Way To Do It.<br />
（不只一種方法來做這件事。）</p></blockquote>
<p>Perl 的作者 Larry Wall 建議可以把這個縮寫詞念成「Tim Toady」。</p>
<p>另一個常常讓人想起的 Perl 俗語是：</p>
<blockquote><p>Easy things should be easy, and hard things should be possible.</p></blockquote>
</blockquote>
<p></p>
<h3>Python</h3>
<hr />
<blockquote>
Python 發明人 Tim Peters 寫的 python 格言（稱為The Zen of Python）道：</p>
<blockquote><p>There should be one&#8211; and preferably only one &#8211;obvious way to do it.</p></blockquote>
</blockquote>
<p></p>
<h3>Ruby</h3>
<hr />
<blockquote><p>KISS原則（Keep It Super Simple）</p></blockquote>
<blockquote><p>POLS原則（最小驚訝原則）：Principle Of Least Surprise</p></blockquote>
<p>
參考資料1：<a href="http://www.wretch.cc/blog/bafu/13740254">人蔘劇場 &#8211; Ruby，Python，Perl 中心思想的不同</a><br />
參考資料2：<a href="http://lightyror.thegiive.net/2008/01/ruby-python.html">Lighty RoR: Ruby 跟 Python 本質上不同</a><br />
<br />
參考資料3：<a href="http://inet6.blogspot.com/2008/01/blog-post.html">INET6: 先天與後天程式語言風格</a></p>


<p>Related posts:<ol><li><a href='http://blog.lauct.org/archives/1472' rel='bookmark' title='Permanent Link: [MacPorts][Python] python_select：選擇 Python 版本+手動指定'>[MacPorts][Python] python_select：選擇 Python 版本+手動指定</a></li>
<li><a href='http://blog.lauct.org/archives/1464' rel='bookmark' title='Permanent Link: [Python] 在Python中使用中文'>[Python] 在Python中使用中文</a></li>
<li><a href='http://blog.lauct.org/archives/877' rel='bookmark' title='Permanent Link: [Perl] 私人工具箱：flickr2bps'>[Perl] 私人工具箱：flickr2bps</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/882/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

