<?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: Clojure Golf &#8211; Episode 2: Largest Prime Factor</title>
	<atom:link href="http://blog.fogus.me/2009/09/09/clojure-golf-episode-2-largest-prime-factor/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fogus.me/2009/09/09/clojure-golf-episode-2-largest-prime-factor/</link>
	<description>λ λ λ</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:55:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tracy Harms</title>
		<link>http://blog.fogus.me/2009/09/09/clojure-golf-episode-2-largest-prime-factor/comment-page-1/#comment-10468</link>
		<dc:creator>Tracy Harms</dc:creator>
		<pubDate>Wed, 09 Sep 2009 19:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogus.me/?p=1989#comment-10468</guid>
		<description>&lt;p&gt;In the J programming language, the following takes about two-tenths of a second to run on my aging laptop:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
   {:q: 1234567890123456789012345678901234567890x
5964848081
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;We may define lpf as a named function if we wish.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
lpf=: [: {: q:
&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In the J programming language, the following takes about two-tenths of a second to run on my aging laptop:</p>

<p><code>
   {:q: 1234567890123456789012345678901234567890x
5964848081
</code></p>

<p>We may define lpf as a named function if we wish.</p>

<p><code>
lpf=: [: {: q:
</code></p>]]></content:encoded>
	</item>
</channel>
</rss>
