<?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: Code-to-learn ratio: Getting work done with Ruby</title>
	<atom:link href="http://almaer.com/blog/code-to-learn-ratio-getting-work-done-with-ruby/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/code-to-learn-ratio-getting-work-done-with-ruby</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason Carreira</title>
		<link>http://almaer.com/blog/code-to-learn-ratio-getting-work-done-with-ruby/comment-page-1#comment-32105</link>
		<dc:creator>Jason Carreira</dc:creator>
		<pubDate>Tue, 21 Mar 2006 17:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/code-to-learn-ratio-getting-work-done-with-ruby#comment-32105</guid>
		<description>Check out Scala. It&#039;s OO + Functional like Ruby, but it compiles to JVM bytecode (and also optionally to MSIL for the CLR) and it can use all of the Java libraries natively. I&#039;ve been toying with it this week for the functional stuff, and I really like it.
</description>
		<content:encoded><![CDATA[<p>Check out Scala. It&#8217;s OO + Functional like Ruby, but it compiles to JVM bytecode (and also optionally to MSIL for the CLR) and it can use all of the Java libraries natively. I&#8217;ve been toying with it this week for the functional stuff, and I really like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Berger</title>
		<link>http://almaer.com/blog/code-to-learn-ratio-getting-work-done-with-ruby/comment-page-1#comment-32104</link>
		<dc:creator>Daniel Berger</dc:creator>
		<pubDate>Mon, 20 Mar 2006 20:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/code-to-learn-ratio-getting-work-done-with-ruby#comment-32104</guid>
		<description>&quot;Ruby could look ahead and not have to read my def before I use it.&quot;

This is only true if you&#039;re writing some top-down, bash-style script.  And I know that&#039;s not what you&#039;re doing...RIGHT?!

class Foo
def test1
test2
end

def test2
puts &#039;yo!&#039;
end
end

Foo.new.test1 # yo!

Works for me.

PS - Sorry about the formatting - it seems to strip my &#039;pre&#039; tags.

</description>
		<content:encoded><![CDATA[<p>&#8220;Ruby could look ahead and not have to read my def before I use it.&#8221;</p>
<p>This is only true if you&#8217;re writing some top-down, bash-style script.  And I know that&#8217;s not what you&#8217;re doing&#8230;RIGHT?!</p>
<p>class Foo<br />
def test1<br />
test2<br />
end</p>
<p>def test2<br />
puts &#8216;yo!&#8217;<br />
end<br />
end</p>
<p>Foo.new.test1 # yo!</p>
<p>Works for me.</p>
<p>PS &#8211; Sorry about the formatting &#8211; it seems to strip my &#8216;pre&#8217; tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumit</title>
		<link>http://almaer.com/blog/code-to-learn-ratio-getting-work-done-with-ruby/comment-page-1#comment-32103</link>
		<dc:creator>Sumit</dc:creator>
		<pubDate>Mon, 20 Mar 2006 19:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/code-to-learn-ratio-getting-work-done-with-ruby#comment-32103</guid>
		<description>Agree on the &quot;{}&quot;. That and the &quot;def&quot;s keep putting me off any time I try to pick up Ruby.

Kinda similar with AOP. I&#039;m sure their adoption would have been a bit higher if they had not chosen such stupid keywords.

</description>
		<content:encoded><![CDATA[<p>Agree on the &#8220;{}&#8221;. That and the &#8220;def&#8221;s keep putting me off any time I try to pick up Ruby.</p>
<p>Kinda similar with AOP. I&#8217;m sure their adoption would have been a bit higher if they had not chosen such stupid keywords.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
