<?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: Arc-macros, baby. Arc-macros.</title>
	<atom:link href="http://4.flowsnake.org/archives/53/feed" rel="self" type="application/rss+xml" />
	<link>http://4.flowsnake.org/archives/53</link>
	<description>A Pythoneer's adventures with Chicken Scheme. ^_^ And more.</description>
	<pubDate>Tue, 06 Jan 2009 19:56:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Konrad</title>
		<link>http://4.flowsnake.org/archives/53#comment-71</link>
		<dc:creator>Konrad</dc:creator>
		<pubDate>Tue, 05 Feb 2008 11:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/53#comment-71</guid>
		<description>&#62; The additional "syntax" (which is actually, creating a class that 
&#62; defines "~", and then wrapping functions in it) seems to be more 
&#62; trouble than it's worth.

Absolutely - it's not very pythonic to introduce some magic like this. Still, it was an interesting excercise.</description>
		<content:encoded><![CDATA[<p>&gt; The additional "syntax" (which is actually, creating a class that<br />
&gt; defines "~", and then wrapping functions in it) seems to be more<br />
&gt; trouble than it's worth.</p>
<p>Absolutely - it's not very pythonic to introduce some magic like this. Still, it was an interesting excercise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Nowak</title>
		<link>http://4.flowsnake.org/archives/53#comment-55</link>
		<dc:creator>Hans Nowak</dc:creator>
		<pubDate>Thu, 31 Jan 2008 21:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/53#comment-55</guid>
		<description>But, so it's correct to call them "read macros"?</description>
		<content:encoded><![CDATA[<p>But, so it's correct to call them "read macros"?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Cowan</title>
		<link>http://4.flowsnake.org/archives/53#comment-54</link>
		<dc:creator>John Cowan</dc:creator>
		<pubDate>Thu, 31 Jan 2008 20:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/53#comment-54</guid>
		<description>Read macros like $ and ~ are expanded at read time, (ordinary) macros are expanded at compile time (even the interpreter "compiles" at least to that extent).</description>
		<content:encoded><![CDATA[<p>Read macros like $ and ~ are expanded at read time, (ordinary) macros are expanded at compile time (even the interpreter "compiles" at least to that extent).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
