<?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 19:31:48 +0000</lastBuildDate>
    <item>
      <title>(Scheme) Function split list to lists of length n. - jcubic</title>
      <link>https://snipplr.com/view/39491/function-split-list-to-lists-of-length-n</link>
      <description>&lt;p&gt;Function group-for which return list of list of length n.&#13;
(group-for '(1 2 3 4 5 6 7 8 9) 3)&#13;
=&gt; ((1 2 3) (4 5 6) (7 8 9))&lt;/p&gt;</description>
      <pubDate>Wed, 25 Aug 2010 03:44:16 UTC</pubDate>
      <guid>https://snipplr.com/view/39491/function-split-list-to-lists-of-length-n</guid>
    </item>
  </channel>
</rss>
