<?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: List Manipulation in Java and Ruby</title>
	<atom:link href="http://www.rawblock.com/2007/04/13/list-manipulation-in-java-and-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rawblock.com/2007/04/13/list-manipulation-in-java-and-ruby/</link>
	<description>Random braindumps vaguely related to coding</description>
	<pubDate>Tue, 06 Jan 2009 08:25:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Julian Doherty</title>
		<link>http://www.rawblock.com/2007/04/13/list-manipulation-in-java-and-ruby/#comment-28</link>
		<dc:creator>Julian Doherty</dc:creator>
		<pubDate>Wed, 02 May 2007 21:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawblock.com/2007/04/13/list-manipulation-in-java-and-ruby/#comment-28</guid>
		<description>anon - that would work if we wanted to find the minimum Foo object, but this example is looking for the earliest start_date on a foo object.&lt;br/&gt;&lt;br/&gt;The mapping step is the hard part to do in Java.</description>
		<content:encoded><![CDATA[<p>anon - that would work if we wanted to find the minimum Foo object, but this example is looking for the earliest start_date on a foo object.</p>
<p>The mapping step is the hard part to do in Java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.rawblock.com/2007/04/13/list-manipulation-in-java-and-ruby/#comment-27</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 02 May 2007 18:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawblock.com/2007/04/13/list-manipulation-in-java-and-ruby/#comment-27</guid>
		<description>Or in Java:&lt;br/&gt;&lt;br/&gt;startFoo = Collections.min(getFoos);</description>
		<content:encoded><![CDATA[<p>Or in Java:</p>
<p>startFoo = Collections.min(getFoos);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Doherty</title>
		<link>http://www.rawblock.com/2007/04/13/list-manipulation-in-java-and-ruby/#comment-26</link>
		<dc:creator>Julian Doherty</dc:creator>
		<pubDate>Tue, 01 May 2007 03:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawblock.com/2007/04/13/list-manipulation-in-java-and-ruby/#comment-26</guid>
		<description>Yes, of course :)&lt;br/&gt;Nice. Cheers robert.&lt;br/&gt;*slaps head at how obvious it is*&lt;br/&gt;&lt;br/&gt;It's too easy for someone dumb like me to miss the simpler approach when doing a literal translation like that.</description>
		<content:encoded><![CDATA[<p>Yes, of course <img src='http://www.rawblock.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />Nice. Cheers robert.<br />*slaps head at how obvious it is*</p>
<p>It&#8217;s too easy for someone dumb like me to miss the simpler approach when doing a literal translation like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.rawblock.com/2007/04/13/list-manipulation-in-java-and-ruby/#comment-25</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 27 Apr 2007 07:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rawblock.com/2007/04/13/list-manipulation-in-java-and-ruby/#comment-25</guid>
		<description>The difference is more striking if you use the built-in function min instead of custom injection:&lt;br/&gt;&lt;br/&gt;get_foos.map{&#124;f&#124; f.start_date}.min&lt;br/&gt;&lt;br/&gt;That's all you need! :-)</description>
		<content:encoded><![CDATA[<p>The difference is more striking if you use the built-in function min instead of custom injection:</p>
<p>get_foos.map{|f| f.start_date}.min</p>
<p>That&#8217;s all you need! <img src='http://www.rawblock.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.244 seconds -->
