<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jarnaldich</title>
<link>http://snipplr.com/users/jarnaldich/tags/alist</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 14 Oct 2008 00:27:53 GMT</pubDate>
<item>
<title>(Scheme) Grouping keys of an associative list</title>
<link>http://snipplr.com/view/6067/grouping-keys-of-an-associative-list/</link>
<description><![CDATA[ <p>Given an an associative list ((k1 . v1) (k2 . v2) ... (kn . vn)), with possibly equal values for ki, it returns another alist where all cells have distinct keys and where values originally associated to the same key have been grouped as a list in the new cons cell.  Ouch! This is much harder to explain than to code. Just check the commented example in the code.</p> ]]></description>
<pubDate>Wed, 30 Apr 2008 14:23:31 GMT</pubDate>
<guid>http://snipplr.com/view/6067/grouping-keys-of-an-associative-list/</guid>
</item>
</channel>
</rss>