<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 17:47:32 +0000</lastBuildDate>
    <item>
      <title>(Scheme) Grouping keys of an associative list - jarnaldich</title>
      <link>https://snipplr.com/view/6067/grouping-keys-of-an-associative-list</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Wed, 30 Apr 2008 14:23:31 UTC</pubDate>
      <guid>https://snipplr.com/view/6067/grouping-keys-of-an-associative-list</guid>
    </item>
  </channel>
</rss>
