<?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"
	>
<channel>
	<title>Comments on: 對 Javascript 的誤解</title>
	<atom:link href="http://jacky.seezone.net/2005/06/30/1290/feed/" rel="self" type="application/rss+xml" />
	<link>http://jacky.seezone.net/2005/06/30/1290/</link>
	<description></description>
	<pubDate>Wed, 08 Oct 2008 03:36:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Dennis</title>
		<link>http://jacky.seezone.net/2005/06/30/1290/#comment-6134</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sun, 27 Jul 2008 15:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://jacky.seezone.net/?p=1290#comment-6134</guid>
		<description>謝謝

受教了!!!!原來javascript 是OO!!</description>
		<content:encoded><![CDATA[<p>謝謝</p>
<p>受教了!!!!原來javascript 是OO!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ming</title>
		<link>http://jacky.seezone.net/2005/06/30/1290/#comment-3205</link>
		<dc:creator>ming</dc:creator>
		<pubDate>Tue, 19 Dec 2006 17:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://jacky.seezone.net/?p=1290#comment-3205</guid>
		<description>現時 ECMA 262 v3 的確可以做到幾全面既OO功能(其實一些Java做不到或很難做到的佢都做到...如果你識做既話)

問題就是prototype based並不是一個十分 developer friendly 的方法，所以才有 Dean Edwards既 base.js

現時 v4 已支援 class definition等功能, 而 Action Script 已經 implement 左部份 v4 功能，用落的確幾好用。</description>
		<content:encoded><![CDATA[<p>現時 <span class="caps">ECMA</span> 262 v3 的確可以做到幾全面既OO功能(其實一些Java做不到或很難做到的佢都做到&#8230;如果你識做既話)</p>
<p>問題就是prototype based並不是一個十分 developer friendly 的方法，所以才有 Dean Edwards既 base.js</p>
<p>現時 v4 已支援 class definition等功能, 而 Action Script 已經 implement 左部份 v4 功能，用落的確幾好用。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 遊手好閒的石頭成</title>
		<link>http://jacky.seezone.net/2005/06/30/1290/#comment-3201</link>
		<dc:creator>遊手好閒的石頭成</dc:creator>
		<pubDate>Tue, 19 Dec 2006 03:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://jacky.seezone.net/?p=1290#comment-3201</guid>
		<description>ECMAScript/JavaScript 確實是一種 object-oriented programming language ，這在 ECMA-262 規範中寫的很清楚 (section 4.2 "Language Overview")。 ECMAScript 具有繼承、封裝、動態連結三大 OOPL 特性，不算是 object-based 了。
See also: http://blog.roodo.com/rocksaying/archives/2165837.html

C++/Java/C# 的 class-based 概念，只是 OOPL 中的其中一種世界觀，不代表全部。反而 ECMAScript 的世界觀更接近真實世界：先有實在的 object 才有概念的 class 。</description>
		<content:encoded><![CDATA[<p><span class="caps">ECMAS</span>cript/JavaScript 確實是一種 object-oriented programming language ，這在 <span class="caps">ECMA</span>-262 規範中寫的很清楚 (section 4.2 &#8220;Language Overview&#8221;)。 <span class="caps">ECMAS</span>cript 具有繼承、封裝、動態連結三大 <span class="caps">OOPL</span> 特性，不算是 object-based 了。<br />
See also: <a href="http://blog.roodo.com/rocksaying/archives/2165837.html" rel="nofollow">http://blog.roodo.com/rocksaying/archives/2165837.html</a></p>
<p>C++/Java/C# 的 class-based 概念，只是 <span class="caps">OOPL</span> 中的其中一種世界觀，不代表全部。反而 <span class="caps">ECMAS</span>cript 的世界觀更接近真實世界：先有實在的 object 才有概念的 class 。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacky</title>
		<link>http://jacky.seezone.net/2005/06/30/1290/#comment-1547</link>
		<dc:creator>Jacky</dc:creator>
		<pubDate>Thu, 30 Jun 2005 01:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://jacky.seezone.net/?p=1290#comment-1547</guid>
		<description>但我覺得，就算是 Event-Driven ，但其實也在一 DOM 裏玩。所有的東西都是 Object ，不過寫法並非我們慣用的 OO 吧！
</description>
		<content:encoded><![CDATA[<p>但我覺得，就算是 Event-Driven ，但其實也在一 <span class="caps">DOM</span> 裏玩。所有的東西都是 Object ，不過寫法並非我們慣用的 OO 吧！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: minghong</title>
		<link>http://jacky.seezone.net/2005/06/30/1290/#comment-1546</link>
		<dc:creator>minghong</dc:creator>
		<pubDate>Thu, 30 Jun 2005 01:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://jacky.seezone.net/?p=1290#comment-1546</guid>
		<description>也不能算為object-oriented，只為object-based吧

其實也不用OO，因為event-driven已經夠了&#8230;</description>
		<content:encoded><![CDATA[<p>也不能算為object-oriented，只為object-based吧</p>
<p>其實也不用OO，因為event-driven已經夠了&hellip;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 世界盡頭A</title>
		<link>http://jacky.seezone.net/2005/06/30/1290/#comment-1545</link>
		<dc:creator>世界盡頭A</dc:creator>
		<pubDate>Wed, 29 Jun 2005 22:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://jacky.seezone.net/?p=1290#comment-1545</guid>
		<description>正！JACKY兄這篇推介、及至這些連結的延伸，於小A最近的OO研究極有用，萬謝！：D</description>
		<content:encoded><![CDATA[<p>正！JACKY兄這篇推介、及至這些連結的延伸，於小A最近的OO研究極有用，萬謝！：D</p>
]]></content:encoded>
	</item>
</channel>
</rss>
