<?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: Instance-First Development</title>
	<atom:link href="http://osteele.com/archives/2004/03/classes-and-prototypes/feed" rel="self" type="application/rss+xml" />
	<link>http://osteele.com/archives/2004/03/classes-and-prototypes</link>
	<description>Languages of the real and artificial.</description>
	<lastBuildDate>Thu, 12 Feb 2009 00:20:28 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gab</title>
		<link>http://osteele.com/archives/2004/03/classes-and-prototypes/comment-page-1#comment-53</link>
		<dc:creator>gab</dc:creator>
		<pubDate>Sun, 01 Aug 2004 19:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://osteele.com/2004/03/28/instance-first-development#comment-53</guid>
		<description>just to add something: ruby is in many ways similar to python but singleton methods are defined just like normal methods:

def foo
 ...
end
def instance.foo
 ,..
end

Actually, class methods in ruby are just singleton methods of a Class object</description>
		<content:encoded><![CDATA[<p>just to add something: ruby is in many ways similar to python but singleton methods are defined just like normal methods:</p>
<p>def foo<br />
 &#8230;<br />
end<br />
def instance.foo<br />
 ,..<br />
end</p>
<p>Actually, class methods in ruby are just singleton methods of a Class object</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Laszlo Moholy</title>
		<link>http://osteele.com/archives/2004/03/classes-and-prototypes/comment-page-1#comment-52</link>
		<dc:creator>Victor Laszlo Moholy</dc:creator>
		<pubDate>Thu, 06 May 2004 19:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://osteele.com/2004/03/28/instance-first-development#comment-52</guid>
		<description>&lt;strong&gt;State of the State&lt;/strong&gt;
&lt;a href=&quot;http://osteele.com/about.html&quot;&gt;Oliver Steele&lt;/a&gt; has written about the way in which Laszlo&#039;s use of prototypes enables what he calls &lt;a href=&quot;http://www.osteele.com/archives/2004/03/classes_and_prototypes.html&quot;&gt;instance-first development.&quot;&lt;/a&gt;...
</description>
		<content:encoded><![CDATA[<p><strong>State of the State</strong><br />
<a href="http://osteele.com/about.html">Oliver Steele</a> has written about the way in which Laszlo&#8217;s use of prototypes enables what he calls <a href="http://www.osteele.com/archives/2004/03/classes_and_prototypes.html">instance-first development.&#8221;</a>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc's Voice</title>
		<link>http://osteele.com/archives/2004/03/classes-and-prototypes/comment-page-1#comment-51</link>
		<dc:creator>Marc's Voice</dc:creator>
		<pubDate>Mon, 29 Mar 2004 08:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://osteele.com/2004/03/28/instance-first-development#comment-51</guid>
		<description>&lt;strong&gt;Laszlo Explorer&lt;/strong&gt;
Classes and Prototypes .</description>
		<content:encoded><![CDATA[<p><strong>Laszlo Explorer</strong><br />
Classes and Prototypes .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
