<?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: The beauty of Ruby&#8217;s array subtraction operator</title>
	<atom:link href="http://www.morelightmorelight.com/2008/06/02/the-beauty-of-rubys-array-subtraction-operator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.morelightmorelight.com/2008/06/02/the-beauty-of-rubys-array-subtraction-operator/</link>
	<description>Illumination by Matt Katz</description>
	<pubDate>Wed, 03 Dec 2008 23:35:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: MattK</title>
		<link>http://www.morelightmorelight.com/2008/06/02/the-beauty-of-rubys-array-subtraction-operator/#comment-92</link>
		<dc:creator>MattK</dc:creator>
		<pubDate>Wed, 04 Jun 2008 20:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.morelightmorelight.com/2008/06/02/the-beauty-of-rubys-array-subtraction-operator/#comment-92</guid>
		<description>You can eventually write ANYTHING in one line of Perl.

You could definitely make this one line as well.  The arrays potential_emails and delete_emails  are there for readability.

it coulda been 
puts IO.readLines(”potentials.txt”).map! {&#124;email&#124; email.strip.downcase} - IO.readlines(”donotemail.txt”).map! {&#124;email&#124; email.strip.downcase}

How's that for terse?</description>
		<content:encoded><![CDATA[<p>You can eventually write ANYTHING in one line of Perl.</p>
<p>You could definitely make this one line as well.  The arrays potential_emails and delete_emails  are there for readability.</p>
<p>it coulda been<br />
puts IO.readLines(”potentials.txt”).map! {|email| email.strip.downcase} - IO.readlines(”donotemail.txt”).map! {|email| email.strip.downcase}</p>
<p>How&#8217;s that for terse?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.morelightmorelight.com/2008/06/02/the-beauty-of-rubys-array-subtraction-operator/#comment-91</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Tue, 03 Jun 2008 20:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.morelightmorelight.com/2008/06/02/the-beauty-of-rubys-array-subtraction-operator/#comment-91</guid>
		<description>I gotta admit that's pretty nice - three lines!  It would take me considerably more in Perl...</description>
		<content:encoded><![CDATA[<p>I gotta admit that&#8217;s pretty nice - three lines!  It would take me considerably more in Perl&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
