<?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/lisp</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 17 May 2008 11:44:26 GMT</pubDate>
<item>
<title>(Lisp) Serializing in Lisp - jarnaldich</title>
<link>http://snipplr.com/view/5139/serializing-in-lisp/</link>
<description><![CDATA[ <p>Example of serializing a lisp variable.</p> ]]></description>
<pubDate>Thu, 21 Feb 2008 02:23:02 GMT</pubDate>
<guid>http://snipplr.com/view/5139/serializing-in-lisp/</guid>
</item>
<item>
<title>(Lisp) list-index (Scheme) - gleather</title>
<link>http://snipplr.com/view/4576/listindex-scheme/</link>
<description><![CDATA[ <p>This one drove me crazy because of the requirement to return -1 if s not in los.

(list-index s los) returns the zero-based index of the first
occurence of s in los, or -1 if there is no occurences of s in los.</p> ]]></description>
<pubDate>Mon, 14 Jan 2008 18:34:51 GMT</pubDate>
<guid>http://snipplr.com/view/4576/listindex-scheme/</guid>
</item>
<item>
<title>(Lisp) Large Factorials in LISP - darkphotn</title>
<link>http://snipplr.com/view/4534/large-factorials-in-lisp/</link>
<description><![CDATA[ <p>Large factorials are easy to do in LISP, although a number above (2000!) may crash it.  I designed this because of an online post from a mathematician talking about the number 1000! .  Code like this is difficult to write in C-like languages, but a snap in LISP, as the following code demonstrates.</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 15:04:10 GMT</pubDate>
<guid>http://snipplr.com/view/4534/large-factorials-in-lisp/</guid>
</item>
<item>
<title>(Lisp) Simple LISP reference - darkphotn</title>
<link>http://snipplr.com/view/4528/simple-lisp-reference/</link>
<description><![CDATA[ <p>This demonstrates, in as few lines as possible, the basic syntax of LISP.  You should be able to figure out how to make more complex programs just by thinking about it.  For example, if (+ '1 '2) is how you add numbers, then (* '1 '2) would multiply numbers.  String them together for more complexity --- (* (+ '1 '2) (+ '3 '4)).  Note that, with numbers, you can use '1 or 1 -- it's basically the same thing.  With variables, it is different.  Designed using CLISP.</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 12:55:48 GMT</pubDate>
<guid>http://snipplr.com/view/4528/simple-lisp-reference/</guid>
</item>
<item>
<title>(Lisp) load an external file - noah</title>
<link>http://snipplr.com/view/2933/load-an-external-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 18 Jun 2007 20:48:42 GMT</pubDate>
<guid>http://snipplr.com/view/2933/load-an-external-file/</guid>
</item>
<item>
<title>(Lisp) tidy.el - kmc</title>
<link>http://snipplr.com/view/2666/tidyel/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 May 2007 19:16:46 GMT</pubDate>
<guid>http://snipplr.com/view/2666/tidyel/</guid>
</item>
<item>
<title>(Lisp) .emacs - kmc</title>
<link>http://snipplr.com/view/2665/emacs/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 May 2007 19:13:57 GMT</pubDate>
<guid>http://snipplr.com/view/2665/emacs/</guid>
</item>
<item>
<title>(Lisp) ELisp advice - tgunr</title>
<link>http://snipplr.com/view/2455/elisp-advice/</link>
<description><![CDATA[ <p>Change GUD to show end of buffer after a command.</p> ]]></description>
<pubDate>Wed, 11 Apr 2007 17:46:08 GMT</pubDate>
<guid>http://snipplr.com/view/2455/elisp-advice/</guid>
</item>
</channel>
</rss>