<?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: A Haskell solution to Lars&#8217; Problem</title>
	<atom:link href="http://changelog.complete.org/archives/535-a-haskell-solution-to-lars-problem/feed" rel="self" type="application/rss+xml" />
	<link>http://changelog.complete.org/archives/535-a-haskell-solution-to-lars-problem</link>
	<description>Viewpoints on technology, society, and government</description>
	<lastBuildDate>Tue, 14 May 2013 02:23:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: John Goerzen</title>
		<link>http://changelog.complete.org/archives/535-a-haskell-solution-to-lars-problem/comment-page-1#comment-1139</link>
		<dc:creator>John Goerzen</dc:creator>
		<pubDate>Tue, 05 Sep 2006 16:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/535-a-haskell-solution-to-lars-problem.html#comment-1139</guid>
		<description><![CDATA[It is now here: [url]http://changelog.complete.org/posts/536-Another-Haskell-Solution-to-Lars-Problem.html[/ur]]]></description>
		<content:encoded><![CDATA[<p>It is now here: [url]http://changelog.complete.org/posts/536-Another-Haskell-Solution-to-Lars-Problem.html[/ur]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Changelog</title>
		<link>http://changelog.complete.org/archives/535-a-haskell-solution-to-lars-problem/comment-page-1#comment-1138</link>
		<dc:creator>The Changelog</dc:creator>
		<pubDate>Tue, 05 Sep 2006 16:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/535-a-haskell-solution-to-lars-problem.html#comment-1138</guid>
		<description><![CDATA[Yesterday, I posted an 18-line solution to Lars&#039; language problem.  One problem with it was that it was not very memory-efficient (or time-efficient, for that matter).  In other words, it was optimized for elegance.

Here is a 22-line solution that is m]]></description>
		<content:encoded><![CDATA[<p>Yesterday, I posted an 18-line solution to Lars&#8217; language problem.  One problem with it was that it was not very memory-efficient (or time-efficient, for that matter).  In other words, it was optimized for elegance.</p>
<p>Here is a 22-line solution that is m</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antti-Juhani Kaijanaho</title>
		<link>http://changelog.complete.org/archives/535-a-haskell-solution-to-lars-problem/comment-page-1#comment-1137</link>
		<dc:creator>Antti-Juhani Kaijanaho</dc:creator>
		<pubDate>Tue, 05 Sep 2006 15:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/535-a-haskell-solution-to-lars-problem.html#comment-1137</guid>
		<description><![CDATA[Maybe using the new ByteString? :)]]></description>
		<content:encoded><![CDATA[<p>Maybe using the new ByteString? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Goerzen</title>
		<link>http://changelog.complete.org/archives/535-a-haskell-solution-to-lars-problem/comment-page-1#comment-1136</link>
		<dc:creator>John Goerzen</dc:creator>
		<pubDate>Tue, 05 Sep 2006 01:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/535-a-haskell-solution-to-lars-problem.html#comment-1136</guid>
		<description><![CDATA[You are right -- this one is optimized for elegance.  I will post one with better memory usage later today.]]></description>
		<content:encoded><![CDATA[<p>You are right &#8212; this one is optimized for elegance.  I will post one with better memory usage later today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Goerzen</title>
		<link>http://changelog.complete.org/archives/535-a-haskell-solution-to-lars-problem/comment-page-1#comment-1135</link>
		<dc:creator>John Goerzen</dc:creator>
		<pubDate>Tue, 05 Sep 2006 01:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/535-a-haskell-solution-to-lars-problem.html#comment-1135</guid>
		<description><![CDATA[You&#039;re right on #1 and #2 -- though #2 is harmless.  To fix #1, I&#039;ve updated the example to replace isLower with isAlphaNum.

On #3, I still would need to, since we need a descending sort on the count and an ascending sort on the word.]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re right on #1 and #2 &#8212; though #2 is harmless.  To fix #1, I&#8217;ve updated the example to replace isLower with isAlphaNum.</p>
<p>On #3, I still would need to, since we need a descending sort on the count and an ascending sort on the word.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Michael</title>
		<link>http://changelog.complete.org/archives/535-a-haskell-solution-to-lars-problem/comment-page-1#comment-1133</link>
		<dc:creator>Simon Michael</dc:creator>
		<pubDate>Mon, 04 Sep 2006 21:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/535-a-haskell-solution-to-lars-problem.html#comment-1133</guid>
		<description><![CDATA[Very interesting, thanks. 

Using ghc 6.4.1 on ubuntu dapper I wasn&#039;t able to complete the huge test within 400M of ram.. how much does it use for you ?]]></description>
		<content:encoded><![CDATA[<p>Very interesting, thanks. </p>
<p>Using ghc 6.4.1 on ubuntu dapper I wasn&#8217;t able to complete the huge test within 400M of ram.. how much does it use for you ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan Thurston</title>
		<link>http://changelog.complete.org/archives/535-a-haskell-solution-to-lars-problem/comment-page-1#comment-1132</link>
		<dc:creator>Dylan Thurston</dc:creator>
		<pubDate>Mon, 04 Sep 2006 20:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/535-a-haskell-solution-to-lars-problem.html#comment-1132</guid>
		<description><![CDATA[I see some bugs and obvious improvements in the code:
[list]
[*] You don&#039;t treat the ASCII digits as word characters, as specified in the problem.
[*] You don&#039;t seem to actually use Data.Map.
[*] If you switched the order of the count and the word, you wouldn&#039;t need to specify your own comparison function.
[/list]

Also, for some reason the &#039;&lt;&#039; symbol did not show up on the Planet Debian feed.]]></description>
		<content:encoded><![CDATA[<p>I see some bugs and obvious improvements in the code:<br />
[list]<br />
[*] You don&#8217;t treat the ASCII digits as word characters, as specified in the problem.<br />
[*] You don&#8217;t seem to actually use Data.Map.<br />
[*] If you switched the order of the count and the word, you wouldn&#8217;t need to specify your own comparison function.<br />
[/list]</p>
<p>Also, for some reason the &#8216;<&#8216; symbol did not show up on the Planet Debian feed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
