<?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: Noisy DSLs</title>
	<atom:link href="http://www.peterfriese.de/noisy-dsls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterfriese.de/noisy-dsls/</link>
	<description>Xtext, DSLs, Eclipse, iPhone</description>
	<lastBuildDate>Fri, 09 Jul 2010 06:39:02 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://www.peterfriese.de/noisy-dsls/comment-page-1/#comment-3015</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 26 Jun 2009 14:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=272#comment-3015</guid>
		<description>@Scott: thanks for the encouraging feedback!

@Wolfgang: I agree, &quot;curlies&quot; are nice to group things and I regularly use them in my DSLs. I just wanted to show the two extremes. With respect to semicolons: I have become used to NOT using them in DSLs, as I feel the really add a lot of noise. Usually, you do not need them. It&#039;s probaby a matter of taste :-)</description>
		<content:encoded><![CDATA[<p>@Scott: thanks for the encouraging feedback!</p>
<p>@Wolfgang: I agree, &#8220;curlies&#8221; are nice to group things and I regularly use them in my DSLs. I just wanted to show the two extremes. With respect to semicolons: I have become used to NOT using them in DSLs, as I feel the really add a lot of noise. Usually, you do not need them. It&#8217;s probaby a matter of taste <img src='http://www.peterfriese.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfgang Frank</title>
		<link>http://www.peterfriese.de/noisy-dsls/comment-page-1/#comment-3014</link>
		<dc:creator>Wolfgang Frank</dc:creator>
		<pubDate>Thu, 25 Jun 2009 10:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=272#comment-3014</guid>
		<description>Hi Peter,

thanks for the article ... I guess it is a good idea to make this subject an topic to discuss! I am sure that there is a lot to learn in future if the DSL hype continuous to grow like these days.

I fully understand and agree with your recommendations ... but what do you think about curly braces to &quot;group&quot; things and semicolons as EOL Terminals?

E.g.
&lt;code&gt;
element Foo {
    child Bar &quot;Bar&quot;;
    child Boo;
}

element Apples {
    child Seeds &quot;1200&quot;;
}
&lt;/code&gt;
Maybe it is because I have a development background but this would feel and look fine for me ... wheras without at least curly braces I would have the feeling that the structure is not obvious enough - any other thoughts?</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>thanks for the article &#8230; I guess it is a good idea to make this subject an topic to discuss! I am sure that there is a lot to learn in future if the DSL hype continuous to grow like these days.</p>
<p>I fully understand and agree with your recommendations &#8230; but what do you think about curly braces to &#8220;group&#8221; things and semicolons as EOL Terminals?</p>
<p>E.g.<br />
<code><br />
element Foo {<br />
    child Bar "Bar";<br />
    child Boo;<br />
}</p>
<p>element Apples {<br />
    child Seeds "1200";<br />
}<br />
</code><br />
Maybe it is because I have a development background but this would feel and look fine for me &#8230; wheras without at least curly braces I would have the feeling that the structure is not obvious enough &#8211; any other thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Stanchfield</title>
		<link>http://www.peterfriese.de/noisy-dsls/comment-page-1/#comment-3004</link>
		<dc:creator>Scott Stanchfield</dc:creator>
		<pubDate>Fri, 12 Jun 2009 15:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=272#comment-3004</guid>
		<description>Good advice! I&#039;ve just started a new DSL and decided to give xtext a try. It took me a little bit to feel comfortable, but now that I am, I&#039;m very impressed! Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Good advice! I&#8217;ve just started a new DSL and decided to give xtext a try. It took me a little bit to feel comfortable, but now that I am, I&#8217;m very impressed! Keep up the good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
