<?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 for The Shyam!</title>
	<atom:link href="http://theshyam.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://theshyam.com</link>
	<description>Thoughts and factoids from the Real Shyam. You know, unlike those fake ones!!</description>
	<lastBuildDate>Sat, 06 Mar 2010 11:53:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Is Strong Typing really needed? by Dmitry Nikolaev</title>
		<link>http://theshyam.com/2010/03/is-strong-typing-really-needed/comment-page-1/#comment-257</link>
		<dc:creator>Dmitry Nikolaev</dc:creator>
		<pubDate>Sat, 06 Mar 2010 11:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://theshyam.com/?p=282#comment-257</guid>
		<description>Generally, you want say that java is more verbose. Java required more lines of code. But I think this is what we may train. Our perception of code. It very (very) easy achieve, if you adopt your IDE setting for you (typography). This make reading of code more easier!</description>
		<content:encoded><![CDATA[<p>Generally, you want say that java is more verbose. Java required more lines of code. But I think this is what we may train. Our perception of code. It very (very) easy achieve, if you adopt your IDE setting for you (typography). This make reading of code more easier!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is Strong Typing really needed? by Misko Hevery</title>
		<link>http://theshyam.com/2010/03/is-strong-typing-really-needed/comment-page-1/#comment-256</link>
		<dc:creator>Misko Hevery</dc:creator>
		<pubDate>Fri, 05 Mar 2010 05:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://theshyam.com/?p=282#comment-256</guid>
		<description>Glad you are coming around. :-)</description>
		<content:encoded><![CDATA[<p>Glad you are coming around. <img src='http://theshyam.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is Strong Typing really needed? by Philip Peitsch</title>
		<link>http://theshyam.com/2010/03/is-strong-typing-really-needed/comment-page-1/#comment-255</link>
		<dc:creator>Philip Peitsch</dc:creator>
		<pubDate>Fri, 05 Mar 2010 02:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://theshyam.com/?p=282#comment-255</guid>
		<description>Not all those features are restricted to dynamic languages.  C# implements Closures / Functions (lambda expressions and delegates are the terms used).

It sounds like a lot of your issues with static typing are with Java&#039;s implementation... I&#039;d definitely encourage you to look at some alternative statically typed languages if you can.  I think that Java (though definitely a useful language), does a lot to make static typing painful.  This is coming from someone who grew up on Java through Uni, then had to do a stack of development in C#.  I still use both languages on a regular basis... but C# is definitely more &quot;fun&quot; to use due to some of the improvements made.</description>
		<content:encoded><![CDATA[<p>Not all those features are restricted to dynamic languages.  C# implements Closures / Functions (lambda expressions and delegates are the terms used).</p>
<p>It sounds like a lot of your issues with static typing are with Java&#8217;s implementation&#8230; I&#8217;d definitely encourage you to look at some alternative statically typed languages if you can.  I think that Java (though definitely a useful language), does a lot to make static typing painful.  This is coming from someone who grew up on Java through Uni, then had to do a stack of development in C#.  I still use both languages on a regular basis&#8230; but C# is definitely more &#8220;fun&#8221; to use due to some of the improvements made.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is Strong Typing really needed? by Graham Fawcett</title>
		<link>http://theshyam.com/2010/03/is-strong-typing-really-needed/comment-page-1/#comment-254</link>
		<dc:creator>Graham Fawcett</dc:creator>
		<pubDate>Fri, 05 Mar 2010 00:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://theshyam.com/?p=282#comment-254</guid>
		<description>It&#039;s &quot;static typing&quot; you&#039;re talking about, not &quot;strong typing&quot;. You can have a dynamic, strongly-typed language. Python is one of many examples. 

I&#039;d avoid talking about &#039;strong typing&#039; because it&#039;s ambiguous -- it means very different things to different people.

Regarding your subpoints: neither strong nor static typing prevents (or enables) the use of closures: that&#039;s entirely orthogonal to types.</description>
		<content:encoded><![CDATA[<p>It&#8217;s &#8220;static typing&#8221; you&#8217;re talking about, not &#8220;strong typing&#8221;. You can have a dynamic, strongly-typed language. Python is one of many examples. </p>
<p>I&#8217;d avoid talking about &#8217;strong typing&#8217; because it&#8217;s ambiguous &#8212; it means very different things to different people.</p>
<p>Regarding your subpoints: neither strong nor static typing prevents (or enables) the use of closures: that&#8217;s entirely orthogonal to types.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is Strong Typing really needed? by Shyam</title>
		<link>http://theshyam.com/2010/03/is-strong-typing-really-needed/comment-page-1/#comment-253</link>
		<dc:creator>Shyam</dc:creator>
		<pubDate>Thu, 04 Mar 2010 23:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://theshyam.com/?p=282#comment-253</guid>
		<description>I have played around with Scala enough to say I think its a great improvement over Java in many cases. But I haven&#039;t used it for long periods of time to have strong opinions about the things I like or don&#039;t like. But I love the concepts of val vs var, where making things immutable is easy and almost like the default option. Mixins are awesome as well.</description>
		<content:encoded><![CDATA[<p>I have played around with Scala enough to say I think its a great improvement over Java in many cases. But I haven&#8217;t used it for long periods of time to have strong opinions about the things I like or don&#8217;t like. But I love the concepts of val vs var, where making things immutable is easy and almost like the default option. Mixins are awesome as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is Strong Typing really needed? by Mark</title>
		<link>http://theshyam.com/2010/03/is-strong-typing-really-needed/comment-page-1/#comment-252</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 04 Mar 2010 23:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://theshyam.com/?p=282#comment-252</guid>
		<description>What are your thoughts on something in between like scala where its strongly typed but the verbosity is similar to that of a dynamic language.</description>
		<content:encoded><![CDATA[<p>What are your thoughts on something in between like scala where its strongly typed but the verbosity is similar to that of a dynamic language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Super fast JS Testing by Varun</title>
		<link>http://theshyam.com/2009/08/super-fast-js-testing/comment-page-1/#comment-240</link>
		<dc:creator>Varun</dc:creator>
		<pubDate>Wed, 10 Feb 2010 13:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://theshyam.com/?p=164#comment-240</guid>
		<description>Hi,

I installed the plugin in eclipse Galileo yesterday (the latest stable release) . Although, it installed without any issues and i can see it installed through the Help window. there is no js ts driver &quot;view&quot;. No trace of any change to eclipse. What is happening?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I installed the plugin in eclipse Galileo yesterday (the latest stable release) . Although, it installed without any issues and i can see it installed through the Help window. there is no js ts driver &#8220;view&#8221;. No trace of any change to eclipse. What is happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Time and Again by Sid</title>
		<link>http://theshyam.com/fiction/time-and-again/comment-page-1/#comment-239</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Mon, 01 Feb 2010 22:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://theshyam.com/?page_id=276#comment-239</guid>
		<description>Good writing dude, you keep getting better at it.

Although, carrying the gun in the TM was a give way. I would take it out.

Cheers.</description>
		<content:encoded><![CDATA[<p>Good writing dude, you keep getting better at it.</p>
<p>Although, carrying the gun in the TM was a give way. I would take it out.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Tracker for Agile projects by Priyank</title>
		<link>http://theshyam.com/2009/09/using-tracker-for-agile-projects/comment-page-1/#comment-231</link>
		<dc:creator>Priyank</dc:creator>
		<pubDate>Tue, 22 Dec 2009 16:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://theshyam.com/?p=203#comment-231</guid>
		<description>oh but yes, it&#039;s commercial. :) But I am sure, you&#039;ll love our product.</description>
		<content:encoded><![CDATA[<p>oh but yes, it&#8217;s commercial. <img src='http://theshyam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But I am sure, you&#8217;ll love our product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Tracker for Agile projects by Priyank</title>
		<link>http://theshyam.com/2009/09/using-tracker-for-agile-projects/comment-page-1/#comment-230</link>
		<dc:creator>Priyank</dc:creator>
		<pubDate>Tue, 22 Dec 2009 16:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://theshyam.com/?p=203#comment-230</guid>
		<description>Give &quot;mingle&quot; a shot too! :) It&#039;s truly agile.</description>
		<content:encoded><![CDATA[<p>Give &#8220;mingle&#8221; a shot too! <img src='http://theshyam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It&#8217;s truly agile.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
