<?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: Lazy functional yak shaving in Haskell</title>
	<atom:link href="http://www.serpentine.com/blog/2009/09/12/lazy-functional-yak-shaving-in-haskell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.serpentine.com/blog/2009/09/12/lazy-functional-yak-shaving-in-haskell/</link>
	<description>Bryan O&#039;Sullivan&#039;s blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:41:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tom D</title>
		<link>http://www.serpentine.com/blog/2009/09/12/lazy-functional-yak-shaving-in-haskell/comment-page-1/#comment-246181</link>
		<dc:creator>Tom D</dc:creator>
		<pubDate>Fri, 18 Sep 2009 16:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.serpentine.com/blog/?p=424#comment-246181</guid>
		<description>Thanks for the library Brian, once more very interesting code for us all to study and use. 

I use R for statistical work all the time, it is robust, efficient and has packages for practically everything. At some point I&#039;m sure (/I hope) someone will write the necessary binding layer so that Haskell can call into R via the direct C api or else through Rserve. However, I think we&#039;ll also benefit from having a decent native Haskell implementation of standard statistical functionality; for one thing it means we won&#039;t need to depend on an external library like R, and the functions will be easier for Haskell coders to use than requiring them to learn R, and the unique features of Haskell will provide many benefits to the implementation
 
So I&#039;m rather confused as to what the &quot;correct&quot; configuration is, and would like to know what you think of this? It seems that the way that applications and libraries are structured, the oss community is destined to massive duplication of effort, again and again. Every language gets its own implementation of statistics functionality, some better than others, often coded by people with limited stats knowledge doing their best to add to their favourite language, even though we already have this functionality, written by statisticians. Think of the thousands of hours spent debugging and refining all the various implementations of essentially the same functionality... of course this isn&#039;t unique to statistics libraries, BLASs are another pertinent example and there are dozens more. 

Sorry for the long comment, and looking forward to the benchmarking lib.</description>
		<content:encoded><![CDATA[<p>Thanks for the library Brian, once more very interesting code for us all to study and use. </p>
<p>I use R for statistical work all the time, it is robust, efficient and has packages for practically everything. At some point I&#8217;m sure (/I hope) someone will write the necessary binding layer so that Haskell can call into R via the direct C api or else through Rserve. However, I think we&#8217;ll also benefit from having a decent native Haskell implementation of standard statistical functionality; for one thing it means we won&#8217;t need to depend on an external library like R, and the functions will be easier for Haskell coders to use than requiring them to learn R, and the unique features of Haskell will provide many benefits to the implementation</p>
<p>So I&#8217;m rather confused as to what the &#8220;correct&#8221; configuration is, and would like to know what you think of this? It seems that the way that applications and libraries are structured, the oss community is destined to massive duplication of effort, again and again. Every language gets its own implementation of statistics functionality, some better than others, often coded by people with limited stats knowledge doing their best to add to their favourite language, even though we already have this functionality, written by statisticians. Think of the thousands of hours spent debugging and refining all the various implementations of essentially the same functionality&#8230; of course this isn&#8217;t unique to statistics libraries, BLASs are another pertinent example and there are dozens more. </p>
<p>Sorry for the long comment, and looking forward to the benchmarking lib.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Tibell</title>
		<link>http://www.serpentine.com/blog/2009/09/12/lazy-functional-yak-shaving-in-haskell/comment-page-1/#comment-246014</link>
		<dc:creator>Johan Tibell</dc:creator>
		<pubDate>Tue, 15 Sep 2009 08:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.serpentine.com/blog/?p=424#comment-246014</guid>
		<description>I wonder if timsort can be made to work in the Unicode case.

http://en.wikipedia.org/wiki/Timsort</description>
		<content:encoded><![CDATA[<p>I wonder if timsort can be made to work in the Unicode case.</p>
<p><a href="http://en.wikipedia.org/wiki/Timsort" rel="nofollow">http://en.wikipedia.org/wiki/Timsort</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mightybyte</title>
		<link>http://www.serpentine.com/blog/2009/09/12/lazy-functional-yak-shaving-in-haskell/comment-page-1/#comment-245960</link>
		<dc:creator>mightybyte</dc:creator>
		<pubDate>Mon, 14 Sep 2009 13:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.serpentine.com/blog/?p=424#comment-245960</guid>
		<description>Doesn&#039;t the Boyer-Moore string searching algorithm have a complexity of O(n/m) in the average case and O(n+m) in the worst case?</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t the Boyer-Moore string searching algorithm have a complexity of O(n/m) in the average case and O(n+m) in the worst case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solrize</title>
		<link>http://www.serpentine.com/blog/2009/09/12/lazy-functional-yak-shaving-in-haskell/comment-page-1/#comment-245933</link>
		<dc:creator>solrize</dc:creator>
		<pubDate>Sun, 13 Sep 2009 23:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.serpentine.com/blog/?p=424#comment-245933</guid>
		<description>By the way your stats library looks very interesting.  I&#039;m going to try understanding it, despite being somewhat stats-clueless (but trying to change that).  Some tutorial docs (or anyway some pointers to where to find more info) would probably be helpful, though I guess I can start with Wikipedia.</description>
		<content:encoded><![CDATA[<p>By the way your stats library looks very interesting.  I&#8217;m going to try understanding it, despite being somewhat stats-clueless (but trying to change that).  Some tutorial docs (or anyway some pointers to where to find more info) would probably be helpful, though I guess I can start with Wikipedia.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solrize</title>
		<link>http://www.serpentine.com/blog/2009/09/12/lazy-functional-yak-shaving-in-haskell/comment-page-1/#comment-245932</link>
		<dc:creator>solrize</dc:creator>
		<pubDate>Sun, 13 Sep 2009 23:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.serpentine.com/blog/?p=424#comment-245932</guid>
		<description>The floating point article at sun.com appears to be a reprint of a Computing Surveys article by David Goldberg:

http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.22.6768

For some reason Sun cites Computing Surveys but doesn&#039;t name the original author of the article.  They also say it was reprinted by permission but also have an enormous blob of legalbol claiming it is copyright by Sun!</description>
		<content:encoded><![CDATA[<p>The floating point article at sun.com appears to be a reprint of a Computing Surveys article by David Goldberg:</p>
<p><a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.22.6768" rel="nofollow">http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.22.6768</a></p>
<p>For some reason Sun cites Computing Surveys but doesn&#8217;t name the original author of the article.  They also say it was reprinted by permission but also have an enormous blob of legalbol claiming it is copyright by Sun!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

