<?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 for Building a Better Ruby</title>
	<atom:link href="http://betterruby.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://betterruby.wordpress.com</link>
	<description>Covering the developmnet of Rubinius, a new Ruby implementation and virtual machine</description>
	<pubDate>Wed, 14 May 2008 04:32:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on Rubinius on GitHub by Nome do Jogo &#187; Artigo &#187; Rails Podcast Brasil - Episódio 13</title>
		<link>http://betterruby.wordpress.com/2008/04/11/rubinius-on-github/#comment-58</link>
		<dc:creator>Nome do Jogo &#187; Artigo &#187; Rails Podcast Brasil - Episódio 13</dc:creator>
		<pubDate>Wed, 16 Apr 2008 13:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://betterruby.wordpress.com/?p=31#comment-58</guid>
		<description>[...] Rubinius on GitHub [...]</description>
		<content:encoded><![CDATA[<p>[...] Rubinius on GitHub [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shotgun Rewrite Underway by Mathieu Martin</title>
		<link>http://betterruby.wordpress.com/2008/04/11/shotgun-rewrite-underway/#comment-57</link>
		<dc:creator>Mathieu Martin</dc:creator>
		<pubDate>Tue, 15 Apr 2008 12:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://betterruby.wordpress.com/?p=30#comment-57</guid>
		<description>I'm looking forward to run this new version of the VM. And Evan also confirmed that the C++ rewrite did effectively reduce the amount of lines of code. The better semantic match of C++ means less boilerplate repetitive code than C. Neat, event less non-Ruby in Rubinius :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking forward to run this new version of the VM. And Evan also confirmed that the C++ rewrite did effectively reduce the amount of lines of code. The better semantic match of C++ means less boilerplate repetitive code than C. Neat, event less non-Ruby in Rubinius <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shotgun Rewrite Underway by Eric Anderson</title>
		<link>http://betterruby.wordpress.com/2008/04/11/shotgun-rewrite-underway/#comment-52</link>
		<dc:creator>Eric Anderson</dc:creator>
		<pubDate>Fri, 11 Apr 2008 01:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://betterruby.wordpress.com/?p=30#comment-52</guid>
		<description>I'm sure there is a reason such a seemly simple change will initiate a rewrite but it still seems surprising.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure there is a reason such a seemly simple change will initiate a rewrite but it still seems surprising.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building Rubinius in Ruby by Mathieu Martin</title>
		<link>http://betterruby.wordpress.com/2008/04/02/building-rubinius-in-ruby/#comment-29</link>
		<dc:creator>Mathieu Martin</dc:creator>
		<pubDate>Wed, 02 Apr 2008 02:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://betterruby.wordpress.com/?p=28#comment-29</guid>
		<description>Thanks for your kind words Adam. I'm also looking forward to your future articles about Rubinius. The cover the much deeper details of the workings of Rubinius, which fascinates me :-)
Keep it up!</description>
		<content:encoded><![CDATA[<p>Thanks for your kind words Adam. I&#8217;m also looking forward to your future articles about Rubinius. The cover the much deeper details of the workings of Rubinius, which fascinates me <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Rubinius SendSites Work - Part 1 by agardiner</title>
		<link>http://betterruby.wordpress.com/2008/03/19/how-rubinius-sendsites-work-part-1/#comment-27</link>
		<dc:creator>agardiner</dc:creator>
		<pubDate>Tue, 01 Apr 2008 04:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://betterruby.wordpress.com/?p=3#comment-27</guid>
		<description>Ola: You're right, and CallSite was certainly considered as the class name. However, I believe one of the reasons Evan settled on the name SendSite is that it is used as an argument to opcodes that all start with send_.</description>
		<content:encoded><![CDATA[<p>Ola: You&#8217;re right, and CallSite was certainly considered as the class name. However, I believe one of the reasons Evan settled on the name SendSite is that it is used as an argument to opcodes that all start with send_.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rubinius Glossary by How Rubinius SendSites Work - Part 2 &#171; Building a Better Ruby</title>
		<link>http://betterruby.wordpress.com/rubinius-glossary/#comment-26</link>
		<dc:creator>How Rubinius SendSites Work - Part 2 &#171; Building a Better Ruby</dc:creator>
		<pubDate>Tue, 01 Apr 2008 04:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://betterruby.wordpress.com/?page_id=27#comment-26</guid>
		<description>[...] lookup function that is used when a call to a native method using FFI is encountered. Note that this lookup function is patched into a SendSite by the primitive [...]</description>
		<content:encoded><![CDATA[<p>[...] lookup function that is used when a call to a native method using FFI is encountered. Note that this lookup function is patched into a SendSite by the primitive [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Rubinius SendSites Work - Part 1 by How Rubinius SendSites Work - Part 2 &#171; Building a Better Ruby</title>
		<link>http://betterruby.wordpress.com/2008/03/19/how-rubinius-sendsites-work-part-1/#comment-25</link>
		<dc:creator>How Rubinius SendSites Work - Part 2 &#171; Building a Better Ruby</dc:creator>
		<pubDate>Tue, 01 Apr 2008 04:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://betterruby.wordpress.com/?p=3#comment-25</guid>
		<description>[...] Building a Better Ruby Covering the developmnet of Rubinius, a new Ruby implementation and virtual machine    &#171; How Rubinius SendSites Work - Part&#160;1 [...]</description>
		<content:encoded><![CDATA[<p>[...] Building a Better Ruby Covering the developmnet of Rubinius, a new Ruby implementation and virtual machine    &laquo; How Rubinius SendSites Work - Part&nbsp;1 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Rubinius SendSites Work - Part 1 by Sp3w &#187; Blog Archive &#187; Linkage 2008.03.24</title>
		<link>http://betterruby.wordpress.com/2008/03/19/how-rubinius-sendsites-work-part-1/#comment-22</link>
		<dc:creator>Sp3w &#187; Blog Archive &#187; Linkage 2008.03.24</dc:creator>
		<pubDate>Mon, 24 Mar 2008 18:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://betterruby.wordpress.com/?p=3#comment-22</guid>
		<description>[...] How Rubinius SendSites Work - Part 1 [...]</description>
		<content:encoded><![CDATA[<p>[...] How Rubinius SendSites Work - Part 1 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shotgun: The Rubinius Virtual Machine by agardiner</title>
		<link>http://betterruby.wordpress.com/2008/03/18/shotgun-the-rubinius-virtual-machine/#comment-21</link>
		<dc:creator>agardiner</dc:creator>
		<pubDate>Fri, 21 Mar 2008 22:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://betterruby.wordpress.com/?p=13#comment-21</guid>
		<description>codist: Typical code running under Rubinius 1.0 will exhibit the same behavior as Ruby 1.8 on a multi-core machine; i.e. only a single core will be utilised.</description>
		<content:encoded><![CDATA[<p>codist: Typical code running under Rubinius 1.0 will exhibit the same behavior as Ruby 1.8 on a multi-core machine; i.e. only a single core will be utilised.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shotgun: The Rubinius Virtual Machine by codist</title>
		<link>http://betterruby.wordpress.com/2008/03/18/shotgun-the-rubinius-virtual-machine/#comment-19</link>
		<dc:creator>codist</dc:creator>
		<pubDate>Fri, 21 Mar 2008 12:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://betterruby.wordpress.com/?p=13#comment-19</guid>
		<description>Since 1.0 will be using a single virtual CPU, what are the consequences of running on a multi-core real CPU?</description>
		<content:encoded><![CDATA[<p>Since 1.0 will be using a single virtual CPU, what are the consequences of running on a multi-core real CPU?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
