<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A Simple Haskell Web Server</title>
	<atom:link href="http://lstephen.wordpress.com/2008/02/14/a-simple-haskell-web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://lstephen.wordpress.com/2008/02/14/a-simple-haskell-web-server/</link>
	<description>Anything software development related</description>
	<lastBuildDate>Thu, 29 Oct 2009 19:25:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anton</title>
		<link>http://lstephen.wordpress.com/2008/02/14/a-simple-haskell-web-server/#comment-919</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Thu, 29 Oct 2009 19:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://lstephen.wordpress.com/?p=15#comment-919</guid>
		<description>Ssory, i&#039;ve found it in Contol.Monad</description>
		<content:encoded><![CDATA[<p>Ssory, i&#8217;ve found it in Contol.Monad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://lstephen.wordpress.com/2008/02/14/a-simple-haskell-web-server/#comment-918</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Thu, 29 Oct 2009 18:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://lstephen.wordpress.com/?p=15#comment-918</guid>
		<description>runHttpServer :: RequestHandler -&gt; IO ()
runHttpServer r = withSocketsDo $ do
  sock &lt;- listenOn (PortNumber 8080)
  forever $ acceptConnection sock $          handleHttpConnection r

What is the function &#039;forever&#039; ?</description>
		<content:encoded><![CDATA[<p>runHttpServer :: RequestHandler -&gt; IO ()<br />
runHttpServer r = withSocketsDo $ do<br />
  sock &lt;- listenOn (PortNumber 8080)<br />
  forever $ acceptConnection sock $          handleHttpConnection r</p>
<p>What is the function &#039;forever&#039; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Asher</title>
		<link>http://lstephen.wordpress.com/2008/02/14/a-simple-haskell-web-server/#comment-917</link>
		<dc:creator>Steve Asher</dc:creator>
		<pubDate>Sun, 04 Oct 2009 03:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://lstephen.wordpress.com/?p=15#comment-917</guid>
		<description>Could you post a link to the full source code?  Thanks.</description>
		<content:encoded><![CDATA[<p>Could you post a link to the full source code?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Whitix.org &#62; Development blog &#187; Blog Archive &#187; A short note</title>
		<link>http://lstephen.wordpress.com/2008/02/14/a-simple-haskell-web-server/#comment-916</link>
		<dc:creator>Whitix.org &#62; Development blog &#187; Blog Archive &#187; A short note</dc:creator>
		<pubDate>Mon, 08 Jun 2009 13:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://lstephen.wordpress.com/?p=15#comment-916</guid>
		<description>[...] the meantime, if you want to jump into another language, try writing a web server in Haskell or a blog in Common Lisp. Both links are actually quite interesting reads, although they are quite [...]</description>
		<content:encoded><![CDATA[<p>[...] the meantime, if you want to jump into another language, try writing a web server in Haskell or a blog in Common Lisp. Both links are actually quite interesting reads, although they are quite [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sakhunzai</title>
		<link>http://lstephen.wordpress.com/2008/02/14/a-simple-haskell-web-server/#comment-883</link>
		<dc:creator>sakhunzai</dc:creator>
		<pubDate>Mon, 17 Mar 2008 13:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://lstephen.wordpress.com/?p=15#comment-883</guid>
		<description>Excellent thing to startup with            




keep it up!</description>
		<content:encoded><![CDATA[<p>Excellent thing to startup with            </p>
<p>keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haskell programming</title>
		<link>http://lstephen.wordpress.com/2008/02/14/a-simple-haskell-web-server/#comment-877</link>
		<dc:creator>haskell programming</dc:creator>
		<pubDate>Tue, 19 Feb 2008 08:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://lstephen.wordpress.com/?p=15#comment-877</guid>
		<description>interesting, have you seen mohws? darcs get --partial http://code.haskell.org/mohws/</description>
		<content:encoded><![CDATA[<p>interesting, have you seen mohws? darcs get &#8211;partial <a href="http://code.haskell.org/mohws/" rel="nofollow">http://code.haskell.org/mohws/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
