<?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: Second: Templates, HTTP, and JSON Parsing in Clojure</title>
	<atom:link href="http://justin.harmonize.fm/index.php/2009/03/second-templates-http-and-json-parsing-in-clojure/feed/" rel="self" type="application/rss+xml" />
	<link>http://justin.harmonize.fm/index.php/2009/03/second-templates-http-and-json-parsing-in-clojure/</link>
	<description>A cup of coffee and a soapbox is like a bottle of Jack and a gun.</description>
	<lastBuildDate>Sun, 13 Jun 2010 06:26:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Blog For All</title>
		<link>http://justin.harmonize.fm/index.php/2009/03/second-templates-http-and-json-parsing-in-clojure/comment-page-1/#comment-329</link>
		<dc:creator>Blog For All</dc:creator>
		<pubDate>Mon, 28 Sep 2009 10:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://justin.harmonize.fm/?p=172#comment-329</guid>
		<description>I am trying to learn Clojure myself, and it is really helpful to follow your progress even though I am building a different project.</description>
		<content:encoded><![CDATA[<p>I am trying to learn Clojure myself, and it is really helpful to follow your progress even though I am building a different project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maacl</title>
		<link>http://justin.harmonize.fm/index.php/2009/03/second-templates-http-and-json-parsing-in-clojure/comment-page-1/#comment-132</link>
		<dc:creator>maacl</dc:creator>
		<pubDate>Tue, 10 Mar 2009 19:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://justin.harmonize.fm/?p=172#comment-132</guid>
		<description>Thanks for doing these posts. I am trying to learn Clojure myself, and it is really helpful to follow your progress even though I am building a different project.</description>
		<content:encoded><![CDATA[<p>Thanks for doing these posts. I am trying to learn Clojure myself, and it is really helpful to follow your progress even though I am building a different project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weavejester</title>
		<link>http://justin.harmonize.fm/index.php/2009/03/second-templates-http-and-json-parsing-in-clojure/comment-page-1/#comment-131</link>
		<dc:creator>weavejester</dc:creator>
		<pubDate>Tue, 10 Mar 2009 14:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://justin.harmonize.fm/?p=172#comment-131</guid>
		<description>You can make your code a little more concise by dropping a lot of the (html ...) bits and losing the extra brackets in your function definitions: &lt;a href=&quot;http://gist.github.com/76830&quot; rel=&quot;nofollow&quot;&gt;http://gist.github.com/76830&lt;/a&gt;&lt;br&gt;&lt;br&gt;In fact, because the html function handles recursive vectors, you only really need one (html ...) at the top level. Your helper functions can just return vectors. Here&#039;s a more concise implementation of twitter-status: &lt;a href=&quot;http://gist.github.com/76833&quot; rel=&quot;nofollow&quot;&gt;http://gist.github.com/76833&lt;/a&gt;&lt;br&gt;&lt;br&gt;Another thing you might not know is that, like Java, Clojure looks for packages on the classpath. If you set your classpath up to include the current directory, you can put &quot;template.clj&quot; into &quot;./flockr/templace.clj&quot; and it&#039;ll automatially find it based on the namespace when you use :use or :require: &lt;a href=&quot;http://gist.github.com/76832&quot; rel=&quot;nofollow&quot;&gt;http://gist.github.com/76832&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>You can make your code a little more concise by dropping a lot of the (html &#8230;) bits and losing the extra brackets in your function definitions: <a href="http://gist.github.com/76830" rel="nofollow">http://gist.github.com/76830</a></p>
<p>In fact, because the html function handles recursive vectors, you only really need one (html &#8230;) at the top level. Your helper functions can just return vectors. Here&#39;s a more concise implementation of twitter-status: <a href="http://gist.github.com/76833" rel="nofollow">http://gist.github.com/76833</a></p>
<p>Another thing you might not know is that, like Java, Clojure looks for packages on the classpath. If you set your classpath up to include the current directory, you can put &#8220;template.clj&#8221; into &#8220;./flockr/templace.clj&#8221; and it&#39;ll automatially find it based on the namespace when you use :use or :require: <a href="http://gist.github.com/76832" rel="nofollow">http://gist.github.com/76832</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
