<?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. (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 Chicken Scheme. ^_^ And more.</description>
	<pubDate>Tue, 06 Jan 2009 23:51:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Kon Lovett</title>
		<link>http://4.flowsnake.org/archives/54#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 "filter-map".

Chicken uses the "cut" macro for '{foo _ 2 _}' - '(cut foo &#60;&#62; 2 &#60;&#62;)'. Not as concise but save thes '{}' brackets for something really important.</description>
		<content:encoded><![CDATA[<p>If your domain is not boolean than take a look at "filter-map".</p>
<p>Chicken uses the "cut" macro for '{foo _ 2 _}' - '(cut foo &lt;&gt; 2 &lt;&gt;)'. Not as concise but save thes '{}' brackets for something really important.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Nowak</title>
		<link>http://4.flowsnake.org/archives/54#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'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'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-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's a one-liner:

(define (set-elt! lst n obj) (set-car! (drop lst n) obj)</description>
		<content:encoded><![CDATA[<p>Because it's a one-liner:</p>
<p>(define (set-elt! lst n obj) (set-car! (drop lst n) obj)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
