<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - darkphotn</title>
<link>http://snipplr.com/users/darkphotn/tags/hello</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 11 Oct 2008 02:26:58 GMT</pubDate>
<item>
<title>(Lisp) Simple LISP reference</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>(Assembler) Simple MASM program</title>
<link>http://snipplr.com/view/4526/simple-masm-program/</link>
<description><![CDATA[ <p>This demonstrates a simple "Hello World" style program for 16-bit (DOS) x86 assembly using Microsoft's free MASM assembler.</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 12:22:34 GMT</pubDate>
<guid>http://snipplr.com/view/4526/simple-masm-program/</guid>
</item>
</channel>
</rss>