<?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/scheme</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 19:11:29 GMT</pubDate>
<item>
<title>(Scheme) Advanced Pi Approximation - NihilistDandy</title>
<link>http://snipplr.com/view/48402/advanced-pi-approximation/</link>
<description><![CDATA[ <p>Referencing the Machin-like formula in the linked reddit comment. Should be as exact as Scheme allows.</p> ]]></description>
<pubDate>Fri, 04 Feb 2011 17:21:10 GMT</pubDate>
<guid>http://snipplr.com/view/48402/advanced-pi-approximation/</guid>
</item>
<item>
<title>(Scheme) Shorter Pi Approximation - NihilistDandy</title>
<link>http://snipplr.com/view/48330/shorter-pi-approximation/</link>
<description><![CDATA[ <p>#72 at the URL</p> ]]></description>
<pubDate>Thu, 03 Feb 2011 14:59:35 GMT</pubDate>
<guid>http://snipplr.com/view/48330/shorter-pi-approximation/</guid>
</item>
<item>
<title>(Scheme) Pi Approximation in Scheme - NihilistDandy</title>
<link>http://snipplr.com/view/48328/pi-approximation-in-scheme/</link>
<description><![CDATA[ <p>Based on the pi approximation (100 - ((2125^3 + 214^3 + 30^3 + 37^2)/(82^5)))^(1/4), referenced in equation 57 at the referenced URL.</p> ]]></description>
<pubDate>Thu, 03 Feb 2011 14:44:34 GMT</pubDate>
<guid>http://snipplr.com/view/48328/pi-approximation-in-scheme/</guid>
</item>
<item>
<title>(Scheme) Function split list to lists of length n. - jcubic</title>
<link>http://snipplr.com/view/39491/function-split-list-to-lists-of-length-n/</link>
<description><![CDATA[ <p>Function group-for which return list of list of length n.
(group-for '(1 2 3 4 5 6 7 8 9) 3)
=> ((1 2 3) (4 5 6) (7 8 9))</p> ]]></description>
<pubDate>Wed, 25 Aug 2010 03:44:16 GMT</pubDate>
<guid>http://snipplr.com/view/39491/function-split-list-to-lists-of-length-n/</guid>
</item>
<item>
<title>(Scheme) thi lth - darkbaron1912</title>
<link>http://snipplr.com/view/38525/thi-lth/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Aug 2010 16:15:11 GMT</pubDate>
<guid>http://snipplr.com/view/38525/thi-lth/</guid>
</item>
<item>
<title>(Scheme) thi lap trinh ham - darkbaron1912</title>
<link>http://snipplr.com/view/38451/thi-lap-trinh-ham/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Aug 2010 00:43:02 GMT</pubDate>
<guid>http://snipplr.com/view/38451/thi-lap-trinh-ham/</guid>
</item>
<item>
<title>(Scheme) scheme: replace a string - magicrebirth</title>
<link>http://snipplr.com/view/28218/scheme-replace-a-string/</link>
<description><![CDATA[ <p>Written for the impromptu-scheme environment.. other schemes might need different  procedures..</p> ]]></description>
<pubDate>Fri, 12 Feb 2010 01:23:07 GMT</pubDate>
<guid>http://snipplr.com/view/28218/scheme-replace-a-string/</guid>
</item>
<item>
<title>(Scheme) list flatten - magicrebirth</title>
<link>http://snipplr.com/view/28217/list-flatten/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 12 Feb 2010 01:22:00 GMT</pubDate>
<guid>http://snipplr.com/view/28217/list-flatten/</guid>
</item>
<item>
<title>(Scheme) Scheme: find a substring - magicrebirth</title>
<link>http://snipplr.com/view/28007/scheme-find-a-substring/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 09 Feb 2010 03:47:29 GMT</pubDate>
<guid>http://snipplr.com/view/28007/scheme-find-a-substring/</guid>
</item>
<item>
<title>(Scheme) Change list in place : scheme/impromtu - magicrebirth</title>
<link>http://snipplr.com/view/27677/change-list-in-place--schemeimpromtu/</link>
<description><![CDATA[ <p>set-car! and set-cdr! change a list 'in-place'.

But, if you like the pointer metaphore... you could use macro's
instead of procedures...

stupidly simple example...</p> ]]></description>
<pubDate>Thu, 04 Feb 2010 06:27:51 GMT</pubDate>
<guid>http://snipplr.com/view/27677/change-list-in-place--schemeimpromtu/</guid>
</item>
<item>
<title>(Scheme) evolutionOrgPerson+ mozillaAbPersonAlpha ldiff to openldap 2.4 - gpupo</title>
<link>http://snipplr.com/view/25327/evolutionorgperson-mozillaabpersonalpha-ldiff-to-openldap-24/</link>
<description><![CDATA[ <p>Ldif for add evolutionOrgPerson	 and mozillaAbPersonAlpha	schema to openldap 2.4

More about openldap 2.4: 
http://blog.gilmar.eti.br/solucao-para-o-bug-do-ubuntu-910-na-instalaca</p> ]]></description>
<pubDate>Wed, 23 Dec 2009 08:35:32 GMT</pubDate>
<guid>http://snipplr.com/view/25327/evolutionorgperson-mozillaabpersonalpha-ldiff-to-openldap-24/</guid>
</item>
<item>
<title>(Scheme) scheme: check for optional arguments - magicrebirth</title>
<link>http://snipplr.com/view/24676/scheme-check-for-optional-arguments/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Dec 2009 18:05:02 GMT</pubDate>
<guid>http://snipplr.com/view/24676/scheme-check-for-optional-arguments/</guid>
</item>
<item>
<title>(Scheme) Interpreter for Lectures 15-16 - clementi</title>
<link>http://snipplr.com/view/12115/interpreter-for-lectures-1516/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 11 Feb 2009 11:42:25 GMT</pubDate>
<guid>http://snipplr.com/view/12115/interpreter-for-lectures-1516/</guid>
</item>
<item>
<title>(Scheme) cons - ikfjwe</title>
<link>http://snipplr.com/view/9002/cons/</link>
<description><![CDATA[ <p>cons is not destructive.</p> ]]></description>
<pubDate>Tue, 14 Oct 2008 13:45:00 GMT</pubDate>
<guid>http://snipplr.com/view/9002/cons/</guid>
</item>
<item>
<title>(Scheme) Grouping keys of an associative list - jarnaldich</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>