<?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/"
		>
<channel>
	<title>Comments on: XSLT template rules vs. Lisp macros</title>
	<atom:link href="http://evanlenz.net/blog/2006/02/19/contemplating-s-expressions-in-bed/feed/" rel="self" type="application/rss+xml" />
	<link>http://evanlenz.net/blog/2006/02/19/contemplating-s-expressions-in-bed/</link>
	<description>XSLT et cetera</description>
	<lastBuildDate>Sun, 04 Sep 2011 15:31:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: How can I do this in XSLT? &#124; cartesian product</title>
		<link>http://evanlenz.net/blog/2006/02/19/contemplating-s-expressions-in-bed/comment-page-1/#comment-47652</link>
		<dc:creator>How can I do this in XSLT? &#124; cartesian product</dc:creator>
		<pubDate>Mon, 16 May 2011 20:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://evanlenz.net/blog/?p=24#comment-47652</guid>
		<description>[...] Evan Lenz &#8221; XSLT template rules vs. Lisp macros (evanlenz.net) [...]</description>
		<content:encoded><![CDATA[<p>[...] Evan Lenz &#8221; XSLT template rules vs. Lisp macros (evanlenz.net) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pkhuong</title>
		<link>http://evanlenz.net/blog/2006/02/19/contemplating-s-expressions-in-bed/comment-page-1/#comment-35820</link>
		<dc:creator>pkhuong</dc:creator>
		<pubDate>Wed, 04 Oct 2006 13:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://evanlenz.net/blog/?p=24#comment-35820</guid>
		<description>The problem with pattern matching dispatch and fixpointing (repeated) application is that it&#039;s very easy (imo) to have a hidden infinite loop. Pattern matching also has the problem that rules can be ambiguous, but there are various workarounds.</description>
		<content:encoded><![CDATA[<p>The problem with pattern matching dispatch and fixpointing (repeated) application is that it&#8217;s very easy (imo) to have a hidden infinite loop. Pattern matching also has the problem that rules can be ambiguous, but there are various workarounds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slava Pestov</title>
		<link>http://evanlenz.net/blog/2006/02/19/contemplating-s-expressions-in-bed/comment-page-1/#comment-35785</link>
		<dc:creator>Slava Pestov</dc:creator>
		<pubDate>Tue, 03 Oct 2006 20:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://evanlenz.net/blog/?p=24#comment-35785</guid>
		<description>Lisp macros (at least in Common Lisp) are procedural -- you write code which manipulates code -- XSLT has a much more declarative feel. You might want to take a look at Scheme&#039;s &#039;hygienic macros&#039; and define-syntax form. It provides the same functionality as CL&#039;s macros but it feels more like XSLT.</description>
		<content:encoded><![CDATA[<p>Lisp macros (at least in Common Lisp) are procedural &#8212; you write code which manipulates code &#8212; XSLT has a much more declarative feel. You might want to take a look at Scheme&#8217;s &#8216;hygienic macros&#8217; and define-syntax form. It provides the same functionality as CL&#8217;s macros but it feels more like XSLT.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

