<?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: Parallel List Comprehensions with a Monte Carlo example</title>
	<atom:link href="http://coder.bsimmons.name/blog/2009/04/parallel-list-comprehensions-with-a-monte-carlo-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://coder.bsimmons.name/blog/2009/04/parallel-list-comprehensions-with-a-monte-carlo-example/</link>
	<description>fragmentary ideas  ䷿  intellectual what-nots  ䷷  and haskell programming  ䷴</description>
	<lastBuildDate>Mon, 16 Aug 2010 13:21:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jberryman</title>
		<link>http://coder.bsimmons.name/blog/2009/04/parallel-list-comprehensions-with-a-monte-carlo-example/comment-page-1/#comment-15</link>
		<dc:creator>jberryman</dc:creator>
		<pubDate>Fri, 10 Apr 2009 13:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://coder.bsimmons.name/blog/?p=71#comment-15</guid>
		<description>@rfh: Sorry, I should have made the post into a working haskell module. If you have the two functions &lt;code&gt;randPoints&lt;/code&gt; and &lt;code&gt;monteDonut&lt;/code&gt; in a file and load it into GHCI you should be able to run
&lt;blockquote&gt;
:m + Graphics.Gnuplot.Simple
&lt;/blockquote&gt;
and
&lt;blockquote&gt;
plotDots [Aspect(Ratio 1), XTicks Nothing, YTicks Nothing] (take 10000 monteDonut)
&lt;/blockquote&gt;
and the image should be displayed in gnuuplot. Perhaps you don&#039;t have &lt;a href=&quot;http://www.gnuplot.info/download.html&quot; rel=&quot;nofollow&quot;&gt;gnuplot installed?&lt;/a&gt; (the haskell library is just a wrapper).</description>
		<content:encoded><![CDATA[<p>@rfh: Sorry, I should have made the post into a working haskell module. If you have the two functions <code>randPoints</code> and <code>monteDonut</code> in a file and load it into GHCI you should be able to run</p>
<blockquote><p>
:m + Graphics.Gnuplot.Simple
</p></blockquote>
<p>and</p>
<blockquote><p>
plotDots [Aspect(Ratio 1), XTicks Nothing, YTicks Nothing] (take 10000 monteDonut)
</p></blockquote>
<p>and the image should be displayed in gnuuplot. Perhaps you don&#8217;t have <a href="http://www.gnuplot.info/download.html" rel="nofollow">gnuplot installed?</a> (the haskell library is just a wrapper).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rfh</title>
		<link>http://coder.bsimmons.name/blog/2009/04/parallel-list-comprehensions-with-a-monte-carlo-example/comment-page-1/#comment-14</link>
		<dc:creator>rfh</dc:creator>
		<pubDate>Fri, 10 Apr 2009 12:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://coder.bsimmons.name/blog/?p=71#comment-14</guid>
		<description>after i generated the points in ghci, how can i display the monte carlo donut?
there are two files generated: curve.gp and curce.dat</description>
		<content:encoded><![CDATA[<p>after i generated the points in ghci, how can i display the monte carlo donut?<br />
there are two files generated: curve.gp and curce.dat</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk
Database Caching 1/9 queries in 0.019 seconds using disk

Served from: coder.bsimmons.name @ 2010-09-05 06:16:45 -->