<?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/"
	xmlns:go='http://ns.gigaom.com/'
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Open Thread: What&#039;s Your Favorite Programming Language?</title>
	<atom:link href="http://gigaom.com/collaboration/open-thread-fave-programming-language/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/collaboration/open-thread-fave-programming-language/</link>
	<description></description>
	<lastBuildDate>Fri, 25 May 2012 12:03:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Ben Racine</title>
		<link>http://gigaom.com/collaboration/open-thread-fave-programming-language/#comment-67764</link>
		<dc:creator><![CDATA[Ben Racine]]></dc:creator>
		<pubDate>Tue, 08 Jun 2010 16:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.com/2008/01/13/open-thread-fave-programming-language/#comment-67764</guid>
		<description><![CDATA[&lt;p&gt;I&#039;m a math/science dork so that makes a lot of decisions for me... I use python/numpy/scipy for everything but the heaviest lifting... when I have to fall back on C/C++.&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m a math/science dork so that makes a lot of decisions for me&#8230; I use python/numpy/scipy for everything but the heaviest lifting&#8230; when I have to fall back on C/C++.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://gigaom.com/collaboration/open-thread-fave-programming-language/#comment-67763</link>
		<dc:creator><![CDATA[Dale]]></dc:creator>
		<pubDate>Sat, 24 Oct 2009 14:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.com/2008/01/13/open-thread-fave-programming-language/#comment-67763</guid>
		<description><![CDATA[The only two real programming languages: solder and assembly code. Why assembly code? Memory is the most expensive part of an embedded microcontroller. Assembly code miminizes that. Processor speed uses up power. Low-power equipment uses less power if you write code in assembly. The difficulty in writing assembly code encourages fast, tight code resulting in fast applications.]]></description>
		<content:encoded><![CDATA[<p>The only two real programming languages: solder and assembly code. Why assembly code? Memory is the most expensive part of an embedded microcontroller. Assembly code miminizes that. Processor speed uses up power. Low-power equipment uses less power if you write code in assembly. The difficulty in writing assembly code encourages fast, tight code resulting in fast applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pjach</title>
		<link>http://gigaom.com/collaboration/open-thread-fave-programming-language/#comment-67762</link>
		<dc:creator><![CDATA[pjach]]></dc:creator>
		<pubDate>Thu, 26 Mar 2009 23:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.com/2008/01/13/open-thread-fave-programming-language/#comment-67762</guid>
		<description><![CDATA[xBase (Clipper / (x)Harbour). Simple  &amp; powerfull.]]></description>
		<content:encoded><![CDATA[<p>xBase (Clipper / (x)Harbour). Simple  &amp; powerfull.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce M. Axtens</title>
		<link>http://gigaom.com/collaboration/open-thread-fave-programming-language/#comment-67761</link>
		<dc:creator><![CDATA[Bruce M. Axtens]]></dc:creator>
		<pubDate>Fri, 22 Aug 2008 15:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.com/2008/01/13/open-thread-fave-programming-language/#comment-67761</guid>
		<description><![CDATA[I&#039;ve been working for &#039;The Protium Project&#039; for about two years now and have done serious stuff in Compaq Visual Fortran, Microsoft C/C++, ObjectAda and GNAT, MASM32, Perl (with ActiveState&#039;s PDK), VB6, and VBScript.

I really like &lt;a href=&quot;http://www.protiumblue.com&quot; rel=&quot;nofollow&quot;&gt;Protium&lt;/a&gt; itself. Very powerful and expressive.

I&#039;ve always has a soft spot for SNOBOL. Newer languages aren&#039;t necessarily better and SNOBOL&#039;s pattern matching will always make Regular Expression look lame.

Other favourites: Modula-2, Tcl, Mouse, Clipper (I still do maintenance programming in that), Euphoria (now open-source with a translate-to-C option) and SIL&#039;s CC.

I&#039;d like to learn (not in any order or priority): Forth, Dylan, Eiffel, Mumps, D and xblite.

I don&#039;t think any languages suck. Mind you, I haven&#039;t found a good use for most eso-langs. And for some weird reason, I&#039;ve always found Java impenetrable.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been working for &#8216;The Protium Project&#8217; for about two years now and have done serious stuff in Compaq Visual Fortran, Microsoft C/C++, ObjectAda and GNAT, MASM32, Perl (with ActiveState&#8217;s PDK), VB6, and VBScript.</p>
<p>I really like <a href="http://www.protiumblue.com" rel="nofollow">Protium</a> itself. Very powerful and expressive.</p>
<p>I&#8217;ve always has a soft spot for SNOBOL. Newer languages aren&#8217;t necessarily better and SNOBOL&#8217;s pattern matching will always make Regular Expression look lame.</p>
<p>Other favourites: Modula-2, Tcl, Mouse, Clipper (I still do maintenance programming in that), Euphoria (now open-source with a translate-to-C option) and SIL&#8217;s CC.</p>
<p>I&#8217;d like to learn (not in any order or priority): Forth, Dylan, Eiffel, Mumps, D and xblite.</p>
<p>I don&#8217;t think any languages suck. Mind you, I haven&#8217;t found a good use for most eso-langs. And for some weird reason, I&#8217;ve always found Java impenetrable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sar</title>
		<link>http://gigaom.com/collaboration/open-thread-fave-programming-language/#comment-67760</link>
		<dc:creator><![CDATA[sar]]></dc:creator>
		<pubDate>Thu, 21 Aug 2008 19:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.com/2008/01/13/open-thread-fave-programming-language/#comment-67760</guid>
		<description><![CDATA[cfml.]]></description>
		<content:encoded><![CDATA[<p>cfml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon Burriss</title>
		<link>http://gigaom.com/collaboration/open-thread-fave-programming-language/#comment-67759</link>
		<dc:creator><![CDATA[Devon Burriss]]></dc:creator>
		<pubDate>Thu, 07 Aug 2008 12:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.com/2008/01/13/open-thread-fave-programming-language/#comment-67759</guid>
		<description><![CDATA[CFML]]></description>
		<content:encoded><![CDATA[<p>CFML</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chalama</title>
		<link>http://gigaom.com/collaboration/open-thread-fave-programming-language/#comment-67758</link>
		<dc:creator><![CDATA[chalama]]></dc:creator>
		<pubDate>Thu, 10 Jul 2008 12:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.com/2008/01/13/open-thread-fave-programming-language/#comment-67758</guid>
		<description><![CDATA[i love using C# with ASP.Net and ofcourse i am going to learn and focus on using f# as well that is coming out from Microsoft]]></description>
		<content:encoded><![CDATA[<p>i love using C# with ASP.Net and ofcourse i am going to learn and focus on using f# as well that is coming out from Microsoft</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harry</title>
		<link>http://gigaom.com/collaboration/open-thread-fave-programming-language/#comment-67757</link>
		<dc:creator><![CDATA[harry]]></dc:creator>
		<pubDate>Tue, 18 Mar 2008 17:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.com/2008/01/13/open-thread-fave-programming-language/#comment-67757</guid>
		<description><![CDATA[i do coldfusion, php, asp and c. but i love more coldfusion...]]></description>
		<content:encoded><![CDATA[<p>i do coldfusion, php, asp and c. but i love more coldfusion&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Tuttle</title>
		<link>http://gigaom.com/collaboration/open-thread-fave-programming-language/#comment-67756</link>
		<dc:creator><![CDATA[Adam Tuttle]]></dc:creator>
		<pubDate>Mon, 28 Jan 2008 14:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.com/2008/01/13/open-thread-fave-programming-language/#comment-67756</guid>
		<description><![CDATA[Better late than never. Another ColdFusion programmer checking in. Can&#039;t beat it for R.A.D. and the Framework &amp; RIA community is so awesome it can be overwhelming!]]></description>
		<content:encoded><![CDATA[<p>Better late than never. Another ColdFusion programmer checking in. Can&#8217;t beat it for R.A.D. and the Framework &amp; RIA community is so awesome it can be overwhelming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.J. Merrick</title>
		<link>http://gigaom.com/collaboration/open-thread-fave-programming-language/#comment-67755</link>
		<dc:creator><![CDATA[J.J. Merrick]]></dc:creator>
		<pubDate>Thu, 24 Jan 2008 17:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://webworkerdaily.com/2008/01/13/open-thread-fave-programming-language/#comment-67755</guid>
		<description><![CDATA[@JonRowett FWIW I am a long time WWD reader and have even have my applications (Spot-On to be precise) mentioned on WWD (written in ColdFusion none the less). I read the blog post and added my 2 cents... only later to see someone had posted it to their CF blog and invited some people to add their 2 cents. Far from ballot stuffing and if you would like go tell a few people on your blog to post here also.]]></description>
		<content:encoded><![CDATA[<p>@JonRowett FWIW I am a long time WWD reader and have even have my applications (Spot-On to be precise) mentioned on WWD (written in ColdFusion none the less). I read the blog post and added my 2 cents&#8230; only later to see someone had posted it to their CF blog and invited some people to add their 2 cents. Far from ballot stuffing and if you would like go tell a few people on your blog to post here also.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

