<?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="https://programmingzen.com/ruby-net-compiler/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/ruby-net-compiler/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Sat, 21 Jul 2007 07:25:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Michael Campbell		</title>
		<link>https://programmingzen.com/ruby-net-compiler/#comment-109</link>

		<dc:creator><![CDATA[Michael Campbell]]></dc:creator>
		<pubDate>Mon, 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><![CDATA[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>https://programmingzen.com/ruby-net-compiler/#comment-110</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Mon, 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><![CDATA[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>https://programmingzen.com/ruby-net-compiler/#comment-111</link>

		<dc:creator><![CDATA[GrumpyProgrammer]]></dc:creator>
		<pubDate>Mon, 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><![CDATA[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>
