<?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: Coffee DSL Redone With Meta-Programming</title>
	<atom:link href="http://www.zorched.net/2008/01/07/coffee-dsl-redone-with-meta-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zorched.net/2008/01/07/coffee-dsl-redone-with-meta-programming/</link>
	<description>Musings of a software developer in Milwaukee, WI.</description>
	<pubDate>Tue, 06 Jan 2009 00:50:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Grant Rettke</title>
		<link>http://www.zorched.net/2008/01/07/coffee-dsl-redone-with-meta-programming/comment-page-1/#comment-11121</link>
		<dc:creator>Grant Rettke</dc:creator>
		<pubDate>Wed, 09 Jan 2008 17:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2008/01/07/coffee-dsl-redone-with-meta-programming/#comment-11121</guid>
		<description>Your example shows off Ruby meta-programming; you should develop your DSL to have more syntax rather than straight text.

How would you write it if it had an xml like structure like this? Would it be different?

&lt;code&gt;
coffee-order
	for: 	Geoff
	type: 	latte
	size: 	venti
	milk: 	4%
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Your example shows off Ruby meta-programming; you should develop your DSL to have more syntax rather than straight text.</p>
<p>How would you write it if it had an xml like structure like this? Would it be different?</p>
<p><pre><code>
coffee-order
  for:   Geoff
  type:   latte
  size:   venti
  milk:   4%
</code></pre></p>
]]></content:encoded>
	</item>
</channel>
</rss>
