<?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: Stronger Java, no sugar please</title>
	<atom:link href="http://www.digizenstudio.com/blog/2007/02/27/stronger-java-no-sugar-please/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digizenstudio.com/blog/2007/02/27/stronger-java-no-sugar-please/</link>
	<description>Jing Xue's Weblog</description>
	<pubDate>Tue, 06 Jan 2009 23:35:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: glalpalerpiz</title>
		<link>http://www.digizenstudio.com/blog/2007/02/27/stronger-java-no-sugar-please/comment-page-1/#comment-101631</link>
		<dc:creator>glalpalerpiz</dc:creator>
		<pubDate>Sun, 03 Aug 2008 06:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.digizenstudio.com/blog/2007/02/27/stronger-java-no-sugar-please/#comment-101631</guid>
		<description>Brilliant!</description>
		<content:encoded><![CDATA[<p>Brilliant!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.digizenstudio.com/blog/2007/02/27/stronger-java-no-sugar-please/comment-page-1/#comment-34098</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Wed, 04 Apr 2007 01:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.digizenstudio.com/blog/2007/02/27/stronger-java-no-sugar-please/#comment-34098</guid>
		<description>Less complexity ==&#62; More adoption. Please don't make this an elitist language. Just add enough functionality maintaining the KISS principle. Sytantic sugar is nice as long as there are no gotchas. Hopefully the community learns from the botched generics in Java when compared to C#.</description>
		<content:encoded><![CDATA[<p>Less complexity ==&gt; More adoption. Please don&#8217;t make this an elitist language. Just add enough functionality maintaining the KISS principle. Sytantic sugar is nice as long as there are no gotchas. Hopefully the community learns from the botched generics in Java when compared to C#.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pure Danger Tech &#187; Blog Archive &#187; Java 7 Roundup (Feb 28th)</title>
		<link>http://www.digizenstudio.com/blog/2007/02/27/stronger-java-no-sugar-please/comment-page-1/#comment-30074</link>
		<dc:creator>Pure Danger Tech &#187; Blog Archive &#187; Java 7 Roundup (Feb 28th)</dc:creator>
		<pubDate>Wed, 28 Feb 2007 18:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.digizenstudio.com/blog/2007/02/27/stronger-java-no-sugar-please/#comment-30074</guid>
		<description>[...] seem essential to Groovy or Java, especially considering the complexity. He was followed up by Jing Xue who basically agreed with him that closures as syntactical sugar are not worth [...]</description>
		<content:encoded><![CDATA[<p>[...] seem essential to Groovy or Java, especially considering the complexity. He was followed up by Jing Xue who basically agreed with him that closures as syntactical sugar are not worth [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debasish Ghosh</title>
		<link>http://www.digizenstudio.com/blog/2007/02/27/stronger-java-no-sugar-please/comment-page-1/#comment-30020</link>
		<dc:creator>Debasish Ghosh</dc:creator>
		<pubDate>Wed, 28 Feb 2007 06:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.digizenstudio.com/blog/2007/02/27/stronger-java-no-sugar-please/#comment-30020</guid>
		<description>I have a somewhat orthogonal opinion on this subject. Syntactic sugars always have their place in a programming language - Microsoft has at last realized it. I had blogged about my thoughts on adding syntactic sugars in Java in http://debasishg.blogspot.com/2006/10/why-oop-alone-in-java-is-not-enough.html.</description>
		<content:encoded><![CDATA[<p>I have a somewhat orthogonal opinion on this subject. Syntactic sugars always have their place in a programming language - Microsoft has at last realized it. I had blogged about my thoughts on adding syntactic sugars in Java in <a href="http://debasishg.blogspot.com/2006/10/why-oop-alone-in-java-is-not-enough.html" rel="nofollow">http://debasishg.blogspot.com/2006/10/why-oop-alone-in-java-is-not-enough.html</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal Gafter</title>
		<link>http://www.digizenstudio.com/blog/2007/02/27/stronger-java-no-sugar-please/comment-page-1/#comment-29943</link>
		<dc:creator>Neal Gafter</dc:creator>
		<pubDate>Tue, 27 Feb 2007 14:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.digizenstudio.com/blog/2007/02/27/stronger-java-no-sugar-please/#comment-29943</guid>
		<description>Actually, closures add far more than syntax sugar if done properly. They make it possible to express some kinds of APIs that are not possible or practical to express today.  See http://www.bejug.org/confluenceBeJUG/display/PARLEYS/Closures+for+Java  Admittedly there are alternative proposals around that are merely syntax sugar.</description>
		<content:encoded><![CDATA[<p>Actually, closures add far more than syntax sugar if done properly. They make it possible to express some kinds of APIs that are not possible or practical to express today.  See <a href="http://www.bejug.org/confluenceBeJUG/display/PARLEYS/Closures+for+Java" rel="nofollow">http://www.bejug.org/confluenceBeJUG/display/PARLEYS/Closures+for+Java</a>  Admittedly there are alternative proposals around that are merely syntax sugar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Cition</title>
		<link>http://www.digizenstudio.com/blog/2007/02/27/stronger-java-no-sugar-please/comment-page-1/#comment-29918</link>
		<dc:creator>Simon Cition</dc:creator>
		<pubDate>Tue, 27 Feb 2007 09:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.digizenstudio.com/blog/2007/02/27/stronger-java-no-sugar-please/#comment-29918</guid>
		<description>Whilst I would agree with the sentiment of your view, I would add (emphasis?) that syntax sugar has its place (my pet hate is writing plain old getter/setters - something simple and a great time saver).  

In regards 'compartmental deployment', I would not put that in a 'syntax sugar' category. However, I agree such capability is highly warranted and add: within a broader server capability (a new, super, simple Java Server if you will - definitely no EJB legacy).  

Simon</description>
		<content:encoded><![CDATA[<p>Whilst I would agree with the sentiment of your view, I would add (emphasis?) that syntax sugar has its place (my pet hate is writing plain old getter/setters - something simple and a great time saver).  </p>
<p>In regards &#8216;compartmental deployment&#8217;, I would not put that in a &#8217;syntax sugar&#8217; category. However, I agree such capability is highly warranted and add: within a broader server capability (a new, super, simple Java Server if you will - definitely no EJB legacy).  </p>
<p>Simon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
