<?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: The Sieve of Eratosthenes</title>
	<atom:link href="http://cairnarvon.rotahall.org/2008/12/14/the-sieve-of-eratosthenes/feed/" rel="self" type="application/rss+xml" />
	<link>http://cairnarvon.rotahall.org/2008/12/14/the-sieve-of-eratosthenes/</link>
	<description>Unscientific and ultimately destructive.</description>
	<lastBuildDate>Sun, 12 May 2013 14:59:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: roma</title>
		<link>http://cairnarvon.rotahall.org/2008/12/14/the-sieve-of-eratosthenes/comment-page-1/#comment-47415</link>
		<dc:creator>roma</dc:creator>
		<pubDate>Mon, 26 Jul 2010 11:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://cairnarvon.rotahall.org/?p=1219#comment-47415</guid>
		<description><![CDATA[def sieve(n):
    if ( n = n ): break
            while j &lt; n:
                l[j] = None
                j += i
    return filter(None, l)]]></description>
		<content:encoded><![CDATA[<p>def sieve(n):<br />
    if ( n = n ): break<br />
            while j &lt; n:<br />
                l[j] = None<br />
                j += i<br />
    return filter(None, l)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cairnarvon</title>
		<link>http://cairnarvon.rotahall.org/2008/12/14/the-sieve-of-eratosthenes/comment-page-1/#comment-38582</link>
		<dc:creator>Cairnarvon</dc:creator>
		<pubDate>Tue, 23 Dec 2008 04:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://cairnarvon.rotahall.org/?p=1219#comment-38582</guid>
		<description><![CDATA[That&#039;s a very good point. I keep forgetting the ** operator exists.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s a very good point. I keep forgetting the ** operator exists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://cairnarvon.rotahall.org/2008/12/14/the-sieve-of-eratosthenes/comment-page-1/#comment-38581</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Tue, 23 Dec 2008 03:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://cairnarvon.rotahall.org/?p=1219#comment-38581</guid>
		<description><![CDATA[max = int(__import__(&#039;math&#039;).sqrt(n))

could be written more concisely as:

    max = int(n ** 0.5)]]></description>
		<content:encoded><![CDATA[<p>max = int(__import__(&#8216;math&#8217;).sqrt(n))</p>
<p>could be written more concisely as:</p>
<p>    max = int(n ** 0.5)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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