<?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: Dynamic Languages</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2007/04/17/dynamic-languages/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2007/04/17/dynamic-languages/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sammy Larbi</title>
		<link>https://www.barneyb.com/barneyblog/2007/04/17/dynamic-languages/comment-page-1/#comment-12635</link>
		<dc:creator>Sammy Larbi</dc:creator>
		<pubDate>Fri, 20 Apr 2007 00:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/04/17/dynamic-languages/#comment-12635</guid>
		<description>&quot;I think thereâ€™s a much higher percentage of developers who understand the difficult problems such as algorithms, threading, OO, etc in Java than you ever would in CF.&quot;

I think that&#039;s probably true (although if the CF bloggers are any indication of the overall talent pool, then I wouldn&#039;t think so).

But ...


&quot;No offense, but I think youâ€™re pretty off-base with Java programmers being mediocre.&quot; 

I think Peter&#039;s comment about mediocrity comes from Gosling&#039;s quote about Java being designed for average programmers.  And, I think knowing what we know about the vast divide between mediocre programmers and good programmers, and the types of languages good programmers prefer, you&#039;ll likely find a lot of mediocre ones in Java.

I like a lot of the work I&#039;ve done in Java, but its more the application that excites me than the language (and as you might notice, it wasn&#039;t any feature of Java that you mentioned about good programmers - it was exciting applications and algorithms, which of course are available in pretty much any language).

It&#039;s not that liking or working in Java makes one a bad programmer - it&#039;s just that I would think you&#039;ll find a large proportion of them working in a language that was likely used not because a programmer decided to, but because someone higher up in the food chain who heard it was good to standardize on it decided it would be so.</description>
		<content:encoded><![CDATA[<p>"I think thereâ€™s a much higher percentage of developers who understand the difficult problems such as algorithms, threading, OO, etc in Java than you ever would in CF."</p>
<p>I think that's probably true (although if the CF bloggers are any indication of the overall talent pool, then I wouldn't think so).</p>
<p>But &#8230;</p>
<p>"No offense, but I think youâ€™re pretty off-base with Java programmers being mediocre." </p>
<p>I think Peter's comment about mediocrity comes from Gosling's quote about Java being designed for average programmers.  And, I think knowing what we know about the vast divide between mediocre programmers and good programmers, and the types of languages good programmers prefer, you'll likely find a lot of mediocre ones in Java.</p>
<p>I like a lot of the work I've done in Java, but its more the application that excites me than the language (and as you might notice, it wasn't any feature of Java that you mentioned about good programmers &#8211; it was exciting applications and algorithms, which of course are available in pretty much any language).</p>
<p>It's not that liking or working in Java makes one a bad programmer &#8211; it's just that I would think you'll find a large proportion of them working in a language that was likely used not because a programmer decided to, but because someone higher up in the food chain who heard it was good to standardize on it decided it would be so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2007/04/17/dynamic-languages/comment-page-1/#comment-12481</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Wed, 18 Apr 2007 05:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/04/17/dynamic-languages/#comment-12481</guid>
		<description>Peter,

Perhaps you should reexamine your languages.  PHP is not a web scripting language, that just happens to be where it&#039;s primarily used.  Like Perl, Ruby, Python, etc. it has a web-agnostic interpreter that can be used to run scripts in any environment (or even interactively).  Obviously a number of features will be missing (like access to request information), but the language itself is not tied to the web.

Before someone else says it, yes, it would be possible to create a CF interpreter, but it&#039;s certainly not feasible to do so.  So for all practical purposes, it&#039;s inseparably bound to the JEE web stack.</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>Perhaps you should reexamine your languages.  PHP is not a web scripting language, that just happens to be where it's primarily used.  Like Perl, Ruby, Python, etc. it has a web-agnostic interpreter that can be used to run scripts in any environment (or even interactively).  Obviously a number of features will be missing (like access to request information), but the language itself is not tied to the web.</p>
<p>Before someone else says it, yes, it would be possible to create a CF interpreter, but it's certainly not feasible to do so.  So for all practical purposes, it's inseparably bound to the JEE web stack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Harper</title>
		<link>https://www.barneyb.com/barneyblog/2007/04/17/dynamic-languages/comment-page-1/#comment-12479</link>
		<dc:creator>Brandon Harper</dc:creator>
		<pubDate>Wed, 18 Apr 2007 04:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/04/17/dynamic-languages/#comment-12479</guid>
		<description>Peter,

No offense, but I think you&#039;re pretty off-base with Java programmers being mediocre.  I think there&#039;s a much higher percentage of developers who understand the difficult problems such as algorithms, threading, OO, etc in Java than you ever would in CF.  I say this as someone who&#039;s done CF for quite awhile and decided to move into Java to work on stuff that is more challenging.  Right now I&#039;m working on a cutting-edge application which requires real-time horizontal scaling for thousands of users (among other interesting problems to solve).

It&#039;s much easier to find people who are very competent developers and actually understand programming by tapping into those with solid Java experience.  I know it&#039;s not the shiny new ball at the moment like Ruby and the like, but Java is definitely much more than big, boring J2EE development.  I would definitely tag the typical CF developer with &quot;mediocre&quot; well before a Java developer.</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>No offense, but I think you're pretty off-base with Java programmers being mediocre.  I think there's a much higher percentage of developers who understand the difficult problems such as algorithms, threading, OO, etc in Java than you ever would in CF.  I say this as someone who's done CF for quite awhile and decided to move into Java to work on stuff that is more challenging.  Right now I'm working on a cutting-edge application which requires real-time horizontal scaling for thousands of users (among other interesting problems to solve).</p>
<p>It's much easier to find people who are very competent developers and actually understand programming by tapping into those with solid Java experience.  I know it's not the shiny new ball at the moment like Ruby and the like, but Java is definitely much more than big, boring J2EE development.  I would definitely tag the typical CF developer with "mediocre" well before a Java developer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Bell</title>
		<link>https://www.barneyb.com/barneyblog/2007/04/17/dynamic-languages/comment-page-1/#comment-12465</link>
		<dc:creator>Peter Bell</dc:creator>
		<pubDate>Wed, 18 Apr 2007 01:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/04/17/dynamic-languages/#comment-12465</guid>
		<description>Hmm. I don&#039;t know whether Cf &quot;should&quot; be on the list or not. It was a short list based at least in part on popularity, and given that they only chose one pure web scripting language (PHP), it is hard to argue with them choosing PHP over CF in terms of popularity.

While you could call CF &quot;a proprietary replacement for JSP with a bunch of taglibs&quot;, you could equally describe Ruby as &quot;impenetrable as Perl - but with slower performance&quot; (Twitter, Twitter!). I quite like both languages so I wouldn&#039;t choose either of those phrases, but all languages are ugly in some way unless they are your own. Of course, I WOULD call Java &quot;job security for mediocre programmers&quot; and Lisp &quot;the fount of all goodness&quot;, but I guess that just goes to show you can&#039;t have a rational language debate :-&gt;

The one thing I will disagree with is the implication that because &quot;most dynamic languages are designed to be [toolbox languages]&quot;, CF not being one should keep it off the list. PHP and CF are comparable in terms of their roles and PHP was on the list. The reason ColdFusion wasn&#039;t on the list was that the writer decided to choose one pure web scripting language, and they quite reasonably picked the most popular one.</description>
		<content:encoded><![CDATA[<p>Hmm. I don't know whether Cf "should" be on the list or not. It was a short list based at least in part on popularity, and given that they only chose one pure web scripting language (PHP), it is hard to argue with them choosing PHP over CF in terms of popularity.</p>
<p>While you could call CF "a proprietary replacement for JSP with a bunch of taglibs", you could equally describe Ruby as "impenetrable as Perl &#8211; but with slower performance" (Twitter, Twitter!). I quite like both languages so I wouldn't choose either of those phrases, but all languages are ugly in some way unless they are your own. Of course, I WOULD call Java "job security for mediocre programmers" and Lisp "the fount of all goodness", but I guess that just goes to show you can't have a rational language debate :-&gt;</p>
<p>The one thing I will disagree with is the implication that because "most dynamic languages are designed to be [toolbox languages]", CF not being one should keep it off the list. PHP and CF are comparable in terms of their roles and PHP was on the list. The reason ColdFusion wasn't on the list was that the writer decided to choose one pure web scripting language, and they quite reasonably picked the most popular one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
