<?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"
	>
<channel>
	<title>Comments on: Simple SparkLine Generator in Clojure</title>
	<atom:link href="http://jonathanwatmough.com/2008/02/simple-sparkline-generator-in-clojure/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanwatmough.com/2008/02/simple-sparkline-generator-in-clojure/</link>
	<description>Jonathan</description>
	<pubDate>Thu, 04 Dec 2008 22:07:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: newlisper</title>
		<link>http://jonathanwatmough.com/2008/02/simple-sparkline-generator-in-clojure/#comment-28060</link>
		<dc:creator>newlisper</dc:creator>
		<pubDate>Fri, 29 Feb 2008 23:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanwatmough.com/?p=220#comment-28060</guid>
		<description>Nice - I've only seen a few positive references to Clojure, and it looks fascinating. It's interesting to see the way you mix Lisp and Java together - even if the class names look a bit scary. 

You might be interested to see the sparkline generator I did. I only saw your version after I did mine, so I may be able to improve my code after seeing yours.

Will have to look at Clojure soon.</description>
		<content:encoded><![CDATA[<p>Nice - I&#8217;ve only seen a few positive references to Clojure, and it looks fascinating. It&#8217;s interesting to see the way you mix Lisp and Java together - even if the class names look a bit scary. </p>
<p>You might be interested to see the sparkline generator I did. I only saw your version after I did mine, so I may be able to improve my code after seeing yours.</p>
<p>Will have to look at Clojure soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hitesh</title>
		<link>http://jonathanwatmough.com/2008/02/simple-sparkline-generator-in-clojure/#comment-27997</link>
		<dc:creator>hitesh</dc:creator>
		<pubDate>Fri, 29 Feb 2008 06:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanwatmough.com/?p=220#comment-27997</guid>
		<description>Nice.  I like the Lispishness of Clojure.  It might be something I'd consider if I had to write code running on the JVM.</description>
		<content:encoded><![CDATA[<p>Nice.  I like the Lispishness of Clojure.  It might be something I&#8217;d consider if I had to write code running on the JVM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Hickey</title>
		<link>http://jonathanwatmough.com/2008/02/simple-sparkline-generator-in-clojure/#comment-27923</link>
		<dc:creator>Rich Hickey</dc:creator>
		<pubDate>Thu, 28 Feb 2008 14:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanwatmough.com/?p=220#comment-27923</guid>
		<description>You might want to try destructuring in let:

(let [{w :width h :height v :values} data] ...</description>
		<content:encoded><![CDATA[<p>You might want to try destructuring in let:</p>
<p>(let [{w :width h :height v :values} data] &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
