<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: trivial-freeimage</title>
	<atom:link href="http://dispossessed.wordpress.com/2007/01/14/trivial-freeimage/feed/" rel="self" type="application/rss+xml" />
	<link>http://dispossessed.wordpress.com/2007/01/14/trivial-freeimage/</link>
	<description>Lisp</description>
	<lastBuildDate>Sun, 03 Aug 2008 05:56:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zach</title>
		<link>http://dispossessed.wordpress.com/2007/01/14/trivial-freeimage/#comment-6</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Mon, 15 Jan 2007 02:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://dispossessed.wordpress.com/2007/01/14/trivial-freeimage/#comment-6</guid>
		<description>Here are a few thoughts:

- Name special variables with stars around the name. Otherwise you can unintentionally bind variables dynamically when you meant to bind them lexically

- Export symbols from your library package, then make new packages that either :use the library package, or just use qualified symbols. Don&#039;t make applications that are in the package of the library

- Indent conventionally. Your DEFUN and IF are way over to the right.

- Use conventional names.

- consider making a WITH-DIB macro to manage loading and releasing resources

- Don&#039;t use LOAD in source files to get your system into shape, use a system definition

Hope this helps...</description>
		<content:encoded><![CDATA[<p>Here are a few thoughts:</p>
<p>- Name special variables with stars around the name. Otherwise you can unintentionally bind variables dynamically when you meant to bind them lexically</p>
<p>- Export symbols from your library package, then make new packages that either :use the library package, or just use qualified symbols. Don&#8217;t make applications that are in the package of the library</p>
<p>- Indent conventionally. Your DEFUN and IF are way over to the right.</p>
<p>- Use conventional names.</p>
<p>- consider making a WITH-DIB macro to manage loading and releasing resources</p>
<p>- Don&#8217;t use LOAD in source files to get your system into shape, use a system definition</p>
<p>Hope this helps&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
