<?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: Ruby.NET Compiler</title>
	<atom:link href="http://programmingzen.com/2006/07/03/ruby-net-compiler/feed/" rel="self" type="application/rss+xml" />
	<link>http://programmingzen.com/2006/07/03/ruby-net-compiler/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Thu, 10 May 2012 04:53:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Michael Campbell</title>
		<link>http://programmingzen.com/2006/07/03/ruby-net-compiler/#comment-109</link>
		<dc:creator>Michael Campbell</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://72.52.169.158/~antonioc/2006/07/03/ruby-net-compiler/#comment-109</guid>
		<description>I haven&#039;t played with it yet, but can you post a couple examples of things you&#039;ve tried that DON&#039;T run correctly?</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t played with it yet, but can you post a couple examples of things you&#8217;ve tried that DON&#8217;T run correctly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Cangiano</title>
		<link>http://programmingzen.com/2006/07/03/ruby-net-compiler/#comment-110</link>
		<dc:creator>Antonio Cangiano</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://72.52.169.158/~antonioc/2006/07/03/ruby-net-compiler/#comment-110</guid>
		<description>Michael, even a simple:

(1..Math.sqrt(x)).each{&#124;i&#124; puts i}

doesn&#039;t work in Ruby.NET. Of course casting the float makes it work:

(1..Math.sqrt(x).to_i).each{&#124;i&#124; puts i}</description>
		<content:encoded><![CDATA[<p>Michael, even a simple:</p>
<p>(1..Math.sqrt(x)).each{|i| puts i}</p>
<p>doesn&#8217;t work in Ruby.NET. Of course casting the float makes it work:</p>
<p>(1..Math.sqrt(x).to_i).each{|i| puts i}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GrumpyProgrammer</title>
		<link>http://programmingzen.com/2006/07/03/ruby-net-compiler/#comment-111</link>
		<dc:creator>GrumpyProgrammer</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://72.52.169.158/~antonioc/2006/07/03/ruby-net-compiler/#comment-111</guid>
		<description>Well guys, did you think about stopping praising that Smalltalk ripoff called Ruby and implement a proper Smalltalk VM on top of .net instead?</description>
		<content:encoded><![CDATA[<p>Well guys, did you think about stopping praising that Smalltalk ripoff called Ruby and implement a proper Smalltalk VM on top of .net instead?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

