<?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: Computer Science is Not About Computers&#8230; and tasting a bit of Syntactic Sugar</title>
	<atom:link href="http://lispy.wordpress.com/2007/09/11/computer-science-is-not-about-computers-and-tasting-a-bit-of-syntactic-sugar/feed/" rel="self" type="application/rss+xml" />
	<link>http://lispy.wordpress.com/2007/09/11/computer-science-is-not-about-computers-and-tasting-a-bit-of-syntactic-sugar/</link>
	<description>(notes from an average programmer studying the hard stuff)</description>
	<lastBuildDate>Thu, 21 May 2009 01:17:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lispy</title>
		<link>http://lispy.wordpress.com/2007/09/11/computer-science-is-not-about-computers-and-tasting-a-bit-of-syntactic-sugar/#comment-480</link>
		<dc:creator>lispy</dc:creator>
		<pubDate>Wed, 12 Sep 2007 19:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://lispy.wordpress.com/2007/09/11/computer-science-is-not-about-computers-and-tasting-a-bit-of-syntactic-sugar/#comment-480</guid>
		<description>@Rudolf--

Thanks for the SLIME tip; I&#039;m glad you liked my macro.  Now I just need to implement Scheme&#039;s block structure so that I don&#039;t have to use the labels operator anymore!  ;)</description>
		<content:encoded><![CDATA[<p>@Rudolf&#8211;</p>
<p>Thanks for the SLIME tip; I&#8217;m glad you liked my macro.  Now I just need to implement Scheme&#8217;s block structure so that I don&#8217;t have to use the labels operator anymore!  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lispy</title>
		<link>http://lispy.wordpress.com/2007/09/11/computer-science-is-not-about-computers-and-tasting-a-bit-of-syntactic-sugar/#comment-479</link>
		<dc:creator>lispy</dc:creator>
		<pubDate>Wed, 12 Sep 2007 18:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://lispy.wordpress.com/2007/09/11/computer-science-is-not-about-computers-and-tasting-a-bit-of-syntactic-sugar/#comment-479</guid>
		<description>Yeah, I guess I&#039;ve got to get with the program, here.  It still comes off as being a little snarky to me sometimes: sort of like when a mathematician uses &quot;obviously...&quot; in a talk.</description>
		<content:encoded><![CDATA[<p>Yeah, I guess I&#8217;ve got to get with the program, here.  It still comes off as being a little snarky to me sometimes: sort of like when a mathematician uses &#8220;obviously&#8230;&#8221; in a talk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Mercer</title>
		<link>http://lispy.wordpress.com/2007/09/11/computer-science-is-not-about-computers-and-tasting-a-bit-of-syntactic-sugar/#comment-478</link>
		<dc:creator>David Mercer</dc:creator>
		<pubDate>Wed, 12 Sep 2007 18:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://lispy.wordpress.com/2007/09/11/computer-science-is-not-about-computers-and-tasting-a-bit-of-syntactic-sugar/#comment-478</guid>
		<description>“Syntactic sugar” (and “syntactic salt”) are industry standard terms.  You can find them in academic papers, too.  Also, “desugaring” is a term used in explaining how the “syntactic sugar” works.</description>
		<content:encoded><![CDATA[<p>“Syntactic sugar” (and “syntactic salt”) are industry standard terms.  You can find them in academic papers, too.  Also, “desugaring” is a term used in explaining how the “syntactic sugar” works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Special Iteration Constructs are Useful only as Syntactic Sugar &#171; Learning Lisp</title>
		<link>http://lispy.wordpress.com/2007/09/11/computer-science-is-not-about-computers-and-tasting-a-bit-of-syntactic-sugar/#comment-477</link>
		<dc:creator>Special Iteration Constructs are Useful only as Syntactic Sugar &#171; Learning Lisp</dc:creator>
		<pubDate>Wed, 12 Sep 2007 18:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://lispy.wordpress.com/2007/09/11/computer-science-is-not-about-computers-and-tasting-a-bit-of-syntactic-sugar/#comment-477</guid>
		<description>[...] Learning Lisp (notes from an average programmer studying the hard stuff)      &#171; Computer Science is Not About Computers&#8230; and tasting a bit of Syntactic&#160;Sugar [...]</description>
		<content:encoded><![CDATA[<p>[...] Learning Lisp (notes from an average programmer studying the hard stuff)      &laquo; Computer Science is Not About Computers&#8230; and tasting a bit of Syntactic&nbsp;Sugar [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudolf Olah</title>
		<link>http://lispy.wordpress.com/2007/09/11/computer-science-is-not-about-computers-and-tasting-a-bit-of-syntactic-sugar/#comment-476</link>
		<dc:creator>Rudolf Olah</dc:creator>
		<pubDate>Wed, 12 Sep 2007 16:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://lispy.wordpress.com/2007/09/11/computer-science-is-not-about-computers-and-tasting-a-bit-of-syntactic-sugar/#comment-476</guid>
		<description>If you really like SLIME, you can use SLIME48 with Scheme48.

In any case, those are neat macros and good examples to show off to others when they ask, &quot;What are macros good for?&quot;</description>
		<content:encoded><![CDATA[<p>If you really like SLIME, you can use SLIME48 with Scheme48.</p>
<p>In any case, those are neat macros and good examples to show off to others when they ask, &#8220;What are macros good for?&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
