<?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: Booklist Generation in Clojure</title>
	<atom:link href="http://nflath.com/2009/07/booklist-generation-in-clojure/feed/" rel="self" type="application/rss+xml" />
	<link>http://nflath.com/2009/07/booklist-generation-in-clojure/</link>
	<description>Technology-related ideas, mainly involving Emacs</description>
	<pubDate>Sat, 19 May 2012 06:54:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott</title>
		<link>http://nflath.com/2009/07/booklist-generation-in-clojure/comment-page-1/#comment-88</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 14 Jul 2009 21:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=177#comment-88</guid>
		<description>Format can refer to the same argument twice eg.;

user=&gt; (format "He%1$s%1$s%2$s W%2$sr%1$sd" \l \o)
"Hello World"

For details on the syntax of format see http://java.sun.com/javase/6/docs/api/java/util/Formatter.html

Have fun with clojure!</description>
		<content:encoded><![CDATA[<p>Format can refer to the same argument twice eg.;</p>
<p>user=&gt; (format &#8220;He%1$s%1$s%2$s W%2$sr%1$sd&#8221; \l \o)<br />
&#8220;Hello World&#8221;</p>
<p>For details on the syntax of format see <a href="http://java.sun.com/javase/6/docs/api/java/util/Formatter.html" rel="nofollow">http://java.sun.com/javase/6/docs/api/java/util/Formatter.html</a></p>
<p>Have fun with clojure!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://nflath.com/2009/07/booklist-generation-in-clojure/comment-page-1/#comment-87</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 14 Jul 2009 21:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=177#comment-87</guid>
		<description>Phil: Yeah, I mostly put them on a seperate line when it's something I have to change fairly frequently - such as the booklist, which i'm going to be adding new items too and don't want to navigate to the correct inner bracket, or an function with variable arguments that I play around with (like the concat in generate-body).</description>
		<content:encoded><![CDATA[<p>Phil: Yeah, I mostly put them on a seperate line when it&#8217;s something I have to change fairly frequently - such as the booklist, which i&#8217;m going to be adding new items too and don&#8217;t want to navigate to the correct inner bracket, or an function with variable arguments that I play around with (like the concat in generate-body).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://nflath.com/2009/07/booklist-generation-in-clojure/comment-page-1/#comment-86</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 14 Jul 2009 21:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=177#comment-86</guid>
		<description>You've written CL and Scheme before and you still place your closing brackets on their own lines? =)</description>
		<content:encoded><![CDATA[<p>You&#8217;ve written CL and Scheme before and you still place your closing brackets on their own lines? =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Zila</title>
		<link>http://nflath.com/2009/07/booklist-generation-in-clojure/comment-page-1/#comment-85</link>
		<dc:creator>John Zila</dc:creator>
		<pubDate>Tue, 14 Jul 2009 17:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=177#comment-85</guid>
		<description>You should use the AWS API to load in your wishlists. That way you don't need to manually populate the booklist, and it'll automatically update. Perhaps you could store an offline copy refreshed by the online one every once in a while?</description>
		<content:encoded><![CDATA[<p>You should use the AWS API to load in your wishlists. That way you don&#8217;t need to manually populate the booklist, and it&#8217;ll automatically update. Perhaps you could store an offline copy refreshed by the online one every once in a while?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

