<?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: Turtles all the way down and the CLR (or JVM)</title>
	<atom:link href="http://joshrobb.com/blog/2007/04/18/turtles-all-the-way-down-and-the-clr-or-jvm/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshrobb.com/blog/2007/04/18/turtles-all-the-way-down-and-the-clr-or-jvm/</link>
	<description>tagline's are so web2.0</description>
	<lastBuildDate>Wed, 02 Jun 2010 14:44:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: josh</title>
		<link>http://joshrobb.com/blog/2007/04/18/turtles-all-the-way-down-and-the-clr-or-jvm/comment-page-1/#comment-3</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Fri, 20 Apr 2007 20:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://joshrobb.com/blog/2007/04/18/turtles-all-the-way-down-and-the-clr-or-jvm/#comment-3</guid>
		<description>I&#039;m not suggesting that Ruby&#039;s and c#&#039;s array classes are equivalent. 

The fact that you can&#039;t extend low-level system &quot;things&quot; (classes or interpreter data structures) in either ruby or C# is my point. 

In smalltalk - you can modify the VM with smalltalk. Avi exploits this fact to add continuations to Squeak so that Seaside can support very sophisticated flow control. This is an extremely low level system modification - and one that is trivial in smalltalk.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not suggesting that Ruby&#8217;s and c#&#8217;s array classes are equivalent. </p>
<p>The fact that you can&#8217;t extend low-level system &#8220;things&#8221; (classes or interpreter data structures) in either ruby or C# is my point. </p>
<p>In smalltalk &#8211; you can modify the VM with smalltalk. Avi exploits this fact to add continuations to Squeak so that Seaside can support very sophisticated flow control. This is an extremely low level system modification &#8211; and one that is trivial in smalltalk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David V.</title>
		<link>http://joshrobb.com/blog/2007/04/18/turtles-all-the-way-down-and-the-clr-or-jvm/comment-page-1/#comment-2</link>
		<dc:creator>David V.</dc:creator>
		<pubDate>Thu, 19 Apr 2007 10:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://joshrobb.com/blog/2007/04/18/turtles-all-the-way-down-and-the-clr-or-jvm/#comment-2</guid>
		<description>Your C# example is flawed. Ruby&#039;s Array is equivalent to the C# ArrayList, the C# array is a low-level system class, and isn&#039;t extensible just like you can&#039;t directly access most interpreter data structures in Ruby.</description>
		<content:encoded><![CDATA[<p>Your C# example is flawed. Ruby&#8217;s Array is equivalent to the C# ArrayList, the C# array is a low-level system class, and isn&#8217;t extensible just like you can&#8217;t directly access most interpreter data structures in Ruby.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
