<?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: Clojure Web Server (in less than 100 lines)</title>
	<atom:link href="http://robert.zubek.net/blog/2008/04/26/clojure-web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.zubek.net/blog/2008/04/26/clojure-web-server/</link>
	<description></description>
	<lastBuildDate>Thu, 03 Dec 2009 21:50:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alan</title>
		<link>http://robert.zubek.net/blog/2008/04/26/clojure-web-server/comment-page-1/#comment-337</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 07 Oct 2009 05:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=23#comment-337</guid>
		<description>Hi, very cool!  This inspired me to write a Clojure web server from scratch, here: http://gist.github.com/203329.  Clocks in at 63 lines; but obviously much less capable than Jetty.</description>
		<content:encoded><![CDATA[<p>Hi, very cool!  This inspired me to write a Clojure web server from scratch, here: <a href="http://gist.github.com/203329" rel="nofollow">http://gist.github.com/203329</a>.  Clocks in at 63 lines; but obviously much less capable than Jetty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emeka</title>
		<link>http://robert.zubek.net/blog/2008/04/26/clojure-web-server/comment-page-1/#comment-311</link>
		<dc:creator>Emeka</dc:creator>
		<pubDate>Wed, 28 Jan 2009 11:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=23#comment-311</guid>
		<description>Awesome! Need to tap your brain wave.</description>
		<content:encoded><![CDATA[<p>Awesome! Need to tap your brain wave.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr. Smith</title>
		<link>http://robert.zubek.net/blog/2008/04/26/clojure-web-server/comment-page-1/#comment-88</link>
		<dc:creator>Mr. Smith</dc:creator>
		<pubDate>Tue, 24 Jun 2008 01:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=23#comment-88</guid>
		<description>all of the (. context (...)) calls can be replaced with doto</description>
		<content:encoded><![CDATA[<p>all of the (. context (&#8230;)) calls can be replaced with doto</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://robert.zubek.net/blog/2008/04/26/clojure-web-server/comment-page-1/#comment-29</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Tue, 29 Apr 2008 03:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=23#comment-29</guid>
		<description>Ah, that&#039;s right, make-contexts fell out during an edit - it&#039;s back now, right above the make-server definition. 

Thanks for the heads up! :)</description>
		<content:encoded><![CDATA[<p>Ah, that&#8217;s right, make-contexts fell out during an edit &#8211; it&#8217;s back now, right above the make-server definition. </p>
<p>Thanks for the heads up! <img src='http://robert.zubek.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Reeves</title>
		<link>http://robert.zubek.net/blog/2008/04/26/clojure-web-server/comment-page-1/#comment-28</link>
		<dc:creator>James Reeves</dc:creator>
		<pubDate>Mon, 28 Apr 2008 19:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=23#comment-28</guid>
		<description>A really helpful article! Just one critism: you reference &quot;make-contexts&quot;, but you don&#039;t actually define it anyway.</description>
		<content:encoded><![CDATA[<p>A really helpful article! Just one critism: you reference &#8220;make-contexts&#8221;, but you don&#8217;t actually define it anyway.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
