<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Code Obscurata &#187; Lisp</title>
	<atom:link href="http://nealabq.com/blog/category/lisp/feed/" rel="self" type="application/rss+xml" />
	<link>http://nealabq.com/blog</link>
	<description>... dodging grues in the dark</description>
	<lastBuildDate>Mon, 08 Nov 2010 17:26:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>C/C++ loops and macros</title>
		<link>http://nealabq.com/blog/2008/07/30/cc-loops-and-macros/</link>
		<comments>http://nealabq.com/blog/2008/07/30/cc-loops-and-macros/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 19:13:46 +0000</pubDate>
		<dc:creator>Neal</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Lisp]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://nealabq.com/blog/?p=21</guid>
		<description><![CDATA[In C/C++ you often break from the middle of a loop instead of from the top/bottom. There are arguments against this &#8212; it doesn&#8217;t respect block structure and it isn&#8217;t a functional style. A break is just a goto. But it&#8217;s common, easy to understand, and a very useful pattern. ... // General loop micro-pattern: [...]]]></description>
		<wfw:commentRss>http://nealabq.com/blog/2008/07/30/cc-loops-and-macros/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

