<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/python/tags/functional</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 06 Oct 2008 09:33:36 GMT</pubDate>
<item>
<title>(Python) A multi-function compose - collin</title>
<link>http://snipplr.com/view/1669/a-multifunction-compose/</link>
<description><![CDATA[ <p>Since the version of compose() that ships with functional only allows you to compose two functions, I present this version that composes n functions.</p> ]]></description>
<pubDate>Wed, 15 Nov 2006 10:21:16 GMT</pubDate>
<guid>http://snipplr.com/view/1669/a-multifunction-compose/</guid>
</item>
<item>
<title>(Python) An auto-stringifying join - collin</title>
<link>http://snipplr.com/view/1554/an-autostringifying-join/</link>
<description><![CDATA[ <p>Tired of the Python's "".join(...) idiom requiring you to pre-stringify all the arguments to join()? Yeah, me too.</p> ]]></description>
<pubDate>Tue, 07 Nov 2006 19:43:09 GMT</pubDate>
<guid>http://snipplr.com/view/1554/an-autostringifying-join/</guid>
</item>
</channel>
</rss>