<?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 on: .NET the Ruby Way</title>
	<atom:link href="http://www.igvita.com/2007/04/05/net-the-ruby-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.igvita.com/2007/04/05/net-the-ruby-way/</link>
	<description>A goal is a dream with a deadline.</description>
	<pubDate>Thu, 20 Nov 2008 21:56:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Matt</title>
		<link>http://www.igvita.com/2007/04/05/net-the-ruby-way/#comment-32838</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 18 Apr 2007 15:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/05/net-the-ruby-way/#comment-32838</guid>
		<description>This is promising. Oddly, I am least interested in the ability to create CLI compliant byte code from Ruby, but extremely interested in the ability to extend and script my .NET apps with Ruby! I use C# to write my .NET apps, because the tool chain is so good...but being able to use Ruby to script and extend my .NET apps would be a dream come true. I am currently rolling my own language for extending a .NET game project I am working on (because IronPython isn't stackless), but it would be really cool to use Ruby, as it's one of my favorite languages. If Ruby.NET ever allows easy extension of .NET classes defined in your C# code (for instance, every enemy in the game could extend the Npc class, which is implemented in  C#), that would be awesome.</description>
		<content:encoded><![CDATA[<p>This is promising. Oddly, I am least interested in the ability to create CLI compliant byte code from Ruby, but extremely interested in the ability to extend and script my .NET apps with Ruby! I use C# to write my .NET apps, because the tool chain is so good&#8230;but being able to use Ruby to script and extend my .NET apps would be a dream come true. I am currently rolling my own language for extending a .NET game project I am working on (because IronPython isn&#8217;t stackless), but it would be really cool to use Ruby, as it&#8217;s one of my favorite languages. If Ruby.NET ever allows easy extension of .NET classes defined in your C# code (for instance, every enemy in the game could extend the Npc class, which is implemented in  C#), that would be awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2007/04/05/net-the-ruby-way/#comment-32792</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Wed, 18 Apr 2007 02:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/05/net-the-ruby-way/#comment-32792</guid>
		<description>Alistair, that's an interesting idea. As of today, the roadmap for Ruby.NET does include this feature at some point in the future. Of course, only time will tell if we will actually ever see it, and if we do, how useful it will be.</description>
		<content:encoded><![CDATA[<p>Alistair, that&#8217;s an interesting idea. As of today, the roadmap for Ruby.NET does include this feature at some point in the future. Of course, only time will tell if we will actually ever see it, and if we do, how useful it will be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alistair</title>
		<link>http://www.igvita.com/2007/04/05/net-the-ruby-way/#comment-32403</link>
		<dc:creator>Alistair</dc:creator>
		<pubDate>Sat, 14 Apr 2007 15:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/05/net-the-ruby-way/#comment-32403</guid>
		<description>I'd be more inclined to look at Ruby.NET as a likely candidate for serious performance improvements. Imagine if you could pick up a particularly slow section of a Ruby application, pass it off into the .NET CLR for execution. Assuming the interop between Ruby and the CLR was fast, you'd have no more performance problems.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be more inclined to look at Ruby.NET as a likely candidate for serious performance improvements. Imagine if you could pick up a particularly slow section of a Ruby application, pass it off into the .NET CLR for execution. Assuming the interop between Ruby and the CLR was fast, you&#8217;d have no more performance problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2007/04/05/net-the-ruby-way/#comment-31339</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Fri, 06 Apr 2007 14:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/05/net-the-ruby-way/#comment-31339</guid>
		<description>Jeff and Andy, I completely agree with you. I'd love to see this project go all the way. There is even talk of allowing reverse capabilities.. using .NET resources in Ruby! 

Any way I look at it, Ruby + .NET is a great mix. Though I don't think we will see Rails running in .NET anytime soon!</description>
		<content:encoded><![CDATA[<p>Jeff and Andy, I completely agree with you. I&#8217;d love to see this project go all the way. There is even talk of allowing reverse capabilities.. using .NET resources in Ruby! </p>
<p>Any way I look at it, Ruby + .NET is a great mix. Though I don&#8217;t think we will see Rails running in .NET anytime soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Kant</title>
		<link>http://www.igvita.com/2007/04/05/net-the-ruby-way/#comment-31129</link>
		<dc:creator>Andy Kant</dc:creator>
		<pubDate>Thu, 05 Apr 2007 15:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/05/net-the-ruby-way/#comment-31129</guid>
		<description>Thanks for posting this as I have been watching the  (Microsoft supported) Ruby.NET project for a while now.

I can't wait to mix the power and elegance of C# with the data manipulation abilities of Ruby (not yet implemented). C# and .NET are already so powerful, this just makes it all the more sweeter. If Rails would work with Ruby.NET I think my brain would explode.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this as I have been watching the  (Microsoft supported) Ruby.NET project for a while now.</p>
<p>I can&#8217;t wait to mix the power and elegance of C# with the data manipulation abilities of Ruby (not yet implemented). C# and .NET are already so powerful, this just makes it all the more sweeter. If Rails would work with Ruby.NET I think my brain would explode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.igvita.com/2007/04/05/net-the-ruby-way/#comment-31123</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 05 Apr 2007 15:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/05/net-the-ruby-way/#comment-31123</guid>
		<description>I've been hoping that the Ruby.NET project would be successful.  Sounds promising so far.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been hoping that the Ruby.NET project would be successful.  Sounds promising so far.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
