<?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: Boy, what ISN&#8217;T destroying Ruby these days?</title>
	<atom:link href="http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/</link>
	<description>Ruby.send(:stop, 'messing around')</description>
	<pubDate>Tue, 06 Jan 2009 06:33:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: markus</title>
		<link>http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/#comment-431</link>
		<dc:creator>markus</dc:creator>
		<pubDate>Tue, 04 Mar 2008 12:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/#comment-431</guid>
		<description>"monkey-patching" is an insulting term for one strategy one can use in ruby.

I believe not everyone is capable of deciding what feature to use in ruby and which to not use.

In Python you have guido deciding what you will need. 

In Ruby *gasp* you have to take your own brain cells to do this job!

;-)</description>
		<content:encoded><![CDATA[<p>&#8220;monkey-patching&#8221; is an insulting term for one strategy one can use in ruby.</p>
<p>I believe not everyone is capable of deciding what feature to use in ruby and which to not use.</p>
<p>In Python you have guido deciding what you will need. </p>
<p>In Ruby *gasp* you have to take your own brain cells to do this job!</p>
<p>;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Glasner</title>
		<link>http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/#comment-423</link>
		<dc:creator>Jordan Glasner</dc:creator>
		<pubDate>Fri, 29 Feb 2008 16:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/#comment-423</guid>
		<description>Ha, thanks Chris. Exactly what I was thinking :)</description>
		<content:encoded><![CDATA[<p>Ha, thanks Chris. Exactly what I was thinking :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/#comment-420</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 27 Feb 2008 16:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/#comment-420</guid>
		<description>Maybe another thing destroying Ruby is the inability of Rubyists to read sarcasm in criticism of Ruby. ;)</description>
		<content:encoded><![CDATA[<p>Maybe another thing destroying Ruby is the inability of Rubyists to read sarcasm in criticism of Ruby. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E. James O'Kelly</title>
		<link>http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/#comment-419</link>
		<dc:creator>E. James O'Kelly</dc:creator>
		<pubDate>Wed, 27 Feb 2008 15:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/#comment-419</guid>
		<description>Funny, most of what you listed I see as strengths. Monkey-patching? Obviously you haven't been forced to wait for vendor updates to a closed language. Cleverness? It's what gets me up in the morning. No one true way? A bit fascist aren't we? Freedom is good. YARV, JRuby, etc... Competition did well for evolution, it does well for language as well.

As far as slowness.... easily overcome by using YARV, Rubinus, etc. Personally I wish it was faster, but I still find no NEED for any of the alternate implementations, Matz Ruby is fine with me. Most of us don't get twitter traffic.</description>
		<content:encoded><![CDATA[<p>Funny, most of what you listed I see as strengths. Monkey-patching? Obviously you haven&#8217;t been forced to wait for vendor updates to a closed language. Cleverness? It&#8217;s what gets me up in the morning. No one true way? A bit fascist aren&#8217;t we? Freedom is good. YARV, JRuby, etc&#8230; Competition did well for evolution, it does well for language as well.</p>
<p>As far as slowness&#8230;. easily overcome by using YARV, Rubinus, etc. Personally I wish it was faster, but I still find no NEED for any of the alternate implementations, Matz Ruby is fine with me. Most of us don&#8217;t get twitter traffic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sidu</title>
		<link>http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/#comment-418</link>
		<dc:creator>Sidu</dc:creator>
		<pubDate>Wed, 27 Feb 2008 09:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/#comment-418</guid>
		<description>Much of what is listed is true, but some of these points are outdated. Among the outdated bits are:
MRI/YARV/Rubinius/JRuby/XRuby, or 'The Impending Ruby Fracture' was written over a year and a half ago and none of David's fears predicted has come to pass.
JRuby, Rubinius and IronRUby all strive to remain true to CRuby and Ruby 1.9 is out (though every one isn't that happy with it).

Slowness: I've been running trunk builds of JRuby (we're currently at 1.1 RC1 I think) and it is WAY faster than CRuby. At least 100% faster and often 200 to 500% faster. Ruby 1.9 is pretty good too. I tested one aspect (block invocation) here http://blog.sidu.in/2008/01/ruby-blocks-redux-ruby-190-ruby-186-and.html and the numbers are very interesting.</description>
		<content:encoded><![CDATA[<p>Much of what is listed is true, but some of these points are outdated. Among the outdated bits are:<br />
MRI/YARV/Rubinius/JRuby/XRuby, or &#8216;The Impending Ruby Fracture&#8217; was written over a year and a half ago and none of David&#8217;s fears predicted has come to pass.<br />
JRuby, Rubinius and IronRUby all strive to remain true to CRuby and Ruby 1.9 is out (though every one isn&#8217;t that happy with it).</p>
<p>Slowness: I&#8217;ve been running trunk builds of JRuby (we&#8217;re currently at 1.1 RC1 I think) and it is WAY faster than CRuby. At least 100% faster and often 200 to 500% faster. Ruby 1.9 is pretty good too. I tested one aspect (block invocation) here <a href="http://blog.sidu.in/2008/01/ruby-blocks-redux-ruby-190-ruby-186-and.html" rel="nofollow">http://blog.sidu.in/2008/01/ruby-blocks-redux-ruby-190-ruby-186-and.html</a> and the numbers are very interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devender</title>
		<link>http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/#comment-417</link>
		<dc:creator>Devender</dc:creator>
		<pubDate>Wed, 27 Feb 2008 07:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/#comment-417</guid>
		<description>I hope nothing kills Ruby, I love the language though I have experimented with other like Erlang and Python I keep going back to Ruby for doing everything.</description>
		<content:encoded><![CDATA[<p>I hope nothing kills Ruby, I love the language though I have experimented with other like Erlang and Python I keep going back to Ruby for doing everything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Britt</title>
		<link>http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/#comment-416</link>
		<dc:creator>James Britt</dc:creator>
		<pubDate>Wed, 27 Feb 2008 04:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/52/boy-what-isnt-destroying-ruby-these-days/#comment-416</guid>
		<description>No sense of history</description>
		<content:encoded><![CDATA[<p>No sense of history</p>
]]></content:encoded>
	</item>
</channel>
</rss>
