<?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: Arc-macros, baby. Arc-macros. (part II)</title>
	<atom:link href="http://4.flowsnake.org/archives/54/feed" rel="self" type="application/rss+xml" />
	<link>http://4.flowsnake.org/archives/54</link>
	<description>A Pythoneer's adventures with Scheme, Clojure and a whole lot more. ^_^</description>
	<lastBuildDate>Sat, 22 May 2010 22:09:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Kon Lovett</title>
		<link>http://4.flowsnake.org/archives/54/comment-page-1#comment-101</link>
		<dc:creator>Kon Lovett</dc:creator>
		<pubDate>Sat, 16 Feb 2008 02:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/54#comment-101</guid>
		<description>If your domain is not boolean than take a look at &quot;filter-map&quot;.

Chicken uses the &quot;cut&quot; macro for &#039;{foo _ 2 _}&#039; - &#039;(cut foo &lt;&gt; 2 &lt;&gt;)&#039;. Not as concise but save thes &#039;{}&#039; brackets for something really important.</description>
		<content:encoded><![CDATA[<p>If your domain is not boolean than take a look at &#8220;filter-map&#8221;.</p>
<p>Chicken uses the &#8220;cut&#8221; macro for &#8216;{foo _ 2 _}&#8217; &#8211; &#8216;(cut foo &lt;&gt; 2 &lt;&gt;)&#8217;. Not as concise but save thes &#8216;{}&#8217; brackets for something really important.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Nowak</title>
		<link>http://4.flowsnake.org/archives/54/comment-page-1#comment-57</link>
		<dc:creator>Hans Nowak</dc:creator>
		<pubDate>Thu, 31 Jan 2008 23:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/54#comment-57</guid>
		<description>Well, I was talking about replacing all instances of X with Y, either shallow or nested. Note that I am not asking you to write the function for me! :-)  I was just wondering why such a beast does not exist. Maybe it&#039;s not common enough an operation? Or is this another one-liner? :)</description>
		<content:encoded><![CDATA[<p>Well, I was talking about replacing all instances of X with Y, either shallow or nested. Note that I am not asking you to write the function for me! :-)  I was just wondering why such a beast does not exist. Maybe it&#8217;s not common enough an operation? Or is this another one-liner? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Cowan</title>
		<link>http://4.flowsnake.org/archives/54/comment-page-1#comment-56</link>
		<dc:creator>John Cowan</dc:creator>
		<pubDate>Thu, 31 Jan 2008 22:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/54#comment-56</guid>
		<description>Because it&#039;s a one-liner:

(define (set-elt! lst n obj) (set-car! (drop lst n) obj)</description>
		<content:encoded><![CDATA[<p>Because it&#8217;s a one-liner:</p>
<p>(define (set-elt! lst n obj) (set-car! (drop lst n) obj)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
