<?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: Anonymous function literals and syntax-quote don&#8217;t work well together</title>
	<atom:link href="http://onclojure.com/2010/03/01/anonymous-function-literals-and-syntax-quote-dont-work-well-together/feed/" rel="self" type="application/rss+xml" />
	<link>http://onclojure.com/2010/03/01/anonymous-function-literals-and-syntax-quote-dont-work-well-together/</link>
	<description>A blog about everything Clojure</description>
	<lastBuildDate>Thu, 09 May 2013 14:29:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: khinsen</title>
		<link>http://onclojure.com/2010/03/01/anonymous-function-literals-and-syntax-quote-dont-work-well-together/#comment-77</link>
		<dc:creator><![CDATA[khinsen]]></dc:creator>
		<pubDate>Mon, 01 Mar 2010 15:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://onclojure.com/?p=99#comment-77</guid>
		<description><![CDATA[When I discovered this problem, my first idea was to find a fix and propose it for inclusion in Clojure. But I didn&#039;t find any, so I wrote this post as a kind of public warning.

However, Rich Hickey, Clojure&#039;s creator, did find a fix, and applied it immediately. If you work with the master branch of Clojure&#039;s github repository and pull in today&#039;s changes, the code in the example will work just fine. This may be the quickest fix of something never reported as a bug!

So what&#039;s the trick? Clojure now appends &lt;code&gt;#&lt;/code&gt; to the function argument symbols in expanded function literals. Syntax-quote treats such symbols specially, replacing them by guaranteed-to-be-unique generated symbols, which moreover are not namespace-qualified. Problem solved.]]></description>
		<content:encoded><![CDATA[<p>When I discovered this problem, my first idea was to find a fix and propose it for inclusion in Clojure. But I didn&#8217;t find any, so I wrote this post as a kind of public warning.</p>
<p>However, Rich Hickey, Clojure&#8217;s creator, did find a fix, and applied it immediately. If you work with the master branch of Clojure&#8217;s github repository and pull in today&#8217;s changes, the code in the example will work just fine. This may be the quickest fix of something never reported as a bug!</p>
<p>So what&#8217;s the trick? Clojure now appends <code>#</code> to the function argument symbols in expanded function literals. Syntax-quote treats such symbols specially, replacing them by guaranteed-to-be-unique generated symbols, which moreover are not namespace-qualified. Problem solved.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
