<?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: Long Live the Semicolon and Why I Love it!</title>
	<atom:link href="http://peterkellner.net/2009/10/24/usethesemicolonornot/feed/" rel="self" type="application/rss+xml" />
	<link>http://peterkellner.net/2009/10/24/usethesemicolonornot/</link>
	<description>Microsoft Focussed, JavaScript (ExtJS, SenchaTouch &#38; Windows 8 Metro)</description>
	<lastBuildDate>Wed, 08 Feb 2012 21:38:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carno</title>
		<link>http://peterkellner.net/2009/10/24/usethesemicolonornot/comment-page-1/#comment-25912</link>
		<dc:creator>Carno</dc:creator>
		<pubDate>Mon, 14 Dec 2009 02:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2009/10/24/usethesemicolonornot/#comment-25912</guid>
		<description>David Lucke has a point, I am a VB.Net coder too and &quot;;&quot; is not required.</description>
		<content:encoded><![CDATA[<p>David Lucke has a point, I am a VB.Net coder too and &#8220;;&#8221; is not required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Lucke</title>
		<link>http://peterkellner.net/2009/10/24/usethesemicolonornot/comment-page-1/#comment-25534</link>
		<dc:creator>David Lucke</dc:creator>
		<pubDate>Thu, 29 Oct 2009 11:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2009/10/24/usethesemicolonornot/#comment-25534</guid>
		<description>I&#039;ve never been able to understand why the semicolon is loved so much. Its an extra character to type that performs no function. You&#039;re already going to use a carriage return at the end of the line. Why isn&#039;t that sufficient? Sure, you sometimes want to continue the same statement on a separate line because its so long, or something. But that&#039;s fairly rare, so why not use a continuation character for that instead of requiring an extra character on every single line?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never been able to understand why the semicolon is loved so much. Its an extra character to type that performs no function. You&#8217;re already going to use a carriage return at the end of the line. Why isn&#8217;t that sufficient? Sure, you sometimes want to continue the same statement on a separate line because its so long, or something. But that&#8217;s fairly rare, so why not use a continuation character for that instead of requiring an extra character on every single line?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helltime for October 26 &#171; I Built His Cage</title>
		<link>http://peterkellner.net/2009/10/24/usethesemicolonornot/comment-page-1/#comment-25529</link>
		<dc:creator>Helltime for October 26 &#171; I Built His Cage</dc:creator>
		<pubDate>Mon, 26 Oct 2009 22:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2009/10/24/usethesemicolonornot/#comment-25529</guid>
		<description>[...] fun post by Peter Kellner sings the praises of the semi-colon and indentation-neutral languages in general. I tend to agree. Dittohead programmers (yes we exist) [...]</description>
		<content:encoded><![CDATA[<p>[...] fun post by Peter Kellner sings the praises of the semi-colon and indentation-neutral languages in general. I tend to agree. Dittohead programmers (yes we exist) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://peterkellner.net/2009/10/24/usethesemicolonornot/comment-page-1/#comment-25527</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Mon, 26 Oct 2009 13:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2009/10/24/usethesemicolonornot/#comment-25527</guid>
		<description>I like the semi-colons too. All the languages, in which I&#039;ve worked, are using &#039;;&#039; for terminating a statement. the usage of &#039;;&#039; gives me a logical break between more than one statement. if it&#039;s not a &#039;;&#039;, i found it hard to understand the code.</description>
		<content:encoded><![CDATA[<p>I like the semi-colons too. All the languages, in which I&#8217;ve worked, are using &#8216;;&#8217; for terminating a statement. the usage of &#8216;;&#8217; gives me a logical break between more than one statement. if it&#8217;s not a &#8216;;&#8217;, i found it hard to understand the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Sironi</title>
		<link>http://peterkellner.net/2009/10/24/usethesemicolonornot/comment-page-1/#comment-25523</link>
		<dc:creator>Giorgio Sironi</dc:creator>
		<pubDate>Sun, 25 Oct 2009 21:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2009/10/24/usethesemicolonornot/#comment-25523</guid>
		<description>There are great examples (Python) of indentation usage instead of semicolons. Though, if your code is well-written it does not have many levels of indentation and this controversy is less important. :)</description>
		<content:encoded><![CDATA[<p>There are great examples (Python) of indentation usage instead of semicolons. Though, if your code is well-written it does not have many levels of indentation and this controversy is less important. <img src='http://peterkellner.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlackWasp</title>
		<link>http://peterkellner.net/2009/10/24/usethesemicolonornot/comment-page-1/#comment-25522</link>
		<dc:creator>BlackWasp</dc:creator>
		<pubDate>Sun, 25 Oct 2009 21:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2009/10/24/usethesemicolonornot/#comment-25522</guid>
		<description>I love those semicolons. So much so, I add them every time I have to write a bit of VB. VB doesn&#039;t like them so much though;

;)</description>
		<content:encoded><![CDATA[<p>I love those semicolons. So much so, I add them every time I have to write a bit of VB. VB doesn&#8217;t like them so much though;</p>
<p> <img src='http://peterkellner.net/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jef Claes</title>
		<link>http://peterkellner.net/2009/10/24/usethesemicolonornot/comment-page-1/#comment-25521</link>
		<dc:creator>Jef Claes</dc:creator>
		<pubDate>Sun, 25 Oct 2009 11:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2009/10/24/usethesemicolonornot/#comment-25521</guid>
		<description>In College, I learned a language called PL/1 (long forgotten) that required semi-colons.  I remember the compiler would constantly spit out errors saying “Maybe you have missed your semi-colon?”

--&gt; When learning Java for the first time in school, after knowing Visual Basic, those semicolons annoyed me so bad. Now I love them as well. It&#039;s even hard to chat without ending every sentence with a semicolon;</description>
		<content:encoded><![CDATA[<p>In College, I learned a language called PL/1 (long forgotten) that required semi-colons.  I remember the compiler would constantly spit out errors saying “Maybe you have missed your semi-colon?”</p>
<p>&#8211;&gt; When learning Java for the first time in school, after knowing Visual Basic, those semicolons annoyed me so bad. Now I love them as well. It&#8217;s even hard to chat without ending every sentence with a semicolon;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 3/28 queries in 0.103 seconds using disk

Served from: peterkellner.net @ 2012-02-10 05:12:32 -->
