<?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: Who considers ColdFusion a legacy language?</title>
	<atom:link href="http://www.fusioncube.net/index.php/who-considers-coldfusion-a-legacy-language/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fusioncube.net/index.php/who-considers-coldfusion-a-legacy-language</link>
	<description>The online journey of a technophile, by Steve Brownlee</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:28:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ike</title>
		<link>http://www.fusioncube.net/index.php/who-considers-coldfusion-a-legacy-language/comment-page-1#comment-31838</link>
		<dc:creator>ike</dc:creator>
		<pubDate>Thu, 02 Oct 2008 23:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=232#comment-31838</guid>
		<description>Hard to consider a technology &quot;legacy&quot; when it&#039;s been given the 2008 Codie award for best web service solution. 

http://www.talkingtree.com/blog/index.cfm/2008/5/21/SIIA-2008-Codie-Award-For-Adobe-ColdFusion</description>
		<content:encoded><![CDATA[<p>Hard to consider a technology &#8220;legacy&#8221; when it&#8217;s been given the 2008 Codie award for best web service solution. </p>
<p><a href="http://www.talkingtree.com/blog/index.cfm/2008/5/21/SIIA-2008-Codie-Award-For-Adobe-ColdFusion" rel="nofollow">http://www.talkingtree.com/blog/index.cfm/2008/5/21/SIIA-2008-Codie-Award-For-Adobe-ColdFusion</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan TJ</title>
		<link>http://www.fusioncube.net/index.php/who-considers-coldfusion-a-legacy-language/comment-page-1#comment-30244</link>
		<dc:creator>Ryan TJ</dc:creator>
		<pubDate>Fri, 11 Jul 2008 13:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=232#comment-30244</guid>
		<description>If I remember correctly ASP, PHP and CF are all about the same age. CF versions are still actively released and the developer community sure does not seem to be getting smaller. Sure I see CF people doing more like Flex and Java. I just wrote a CF site that used some low level java socket stuff to connect to a 20 year old application, now that is legacy.</description>
		<content:encoded><![CDATA[<p>If I remember correctly ASP, PHP and CF are all about the same age. CF versions are still actively released and the developer community sure does not seem to be getting smaller. Sure I see CF people doing more like Flex and Java. I just wrote a CF site that used some low level java socket stuff to connect to a 20 year old application, now that is legacy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Nathanson</title>
		<link>http://www.fusioncube.net/index.php/who-considers-coldfusion-a-legacy-language/comment-page-1#comment-30220</link>
		<dc:creator>Josh Nathanson</dc:creator>
		<pubDate>Thu, 10 Jul 2008 23:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=232#comment-30220</guid>
		<description>@Radekg - sure, there are some flaws and eccentricities in CF, not only the ones you point out but others too.

I&#039;ll still take CF with those flaws, hands down, over any other web dev platform.</description>
		<content:encoded><![CDATA[<p>@Radekg &#8211; sure, there are some flaws and eccentricities in CF, not only the ones you point out but others too.</p>
<p>I&#8217;ll still take CF with those flaws, hands down, over any other web dev platform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radekg</title>
		<link>http://www.fusioncube.net/index.php/who-considers-coldfusion-a-legacy-language/comment-page-1#comment-30218</link>
		<dc:creator>radekg</dc:creator>
		<pubDate>Thu, 10 Jul 2008 22:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=232#comment-30218</guid>
		<description>Code 1:
&lt;cfcomponent&gt;
 &lt;cfproperty name=&quot;test&quot; type=&quot;string&quot; /&gt;
 &lt;cfscript&gt;
 &lt;/cfscript&gt;
 &lt;cfproperty name=&quot;otherProp&quot; type=&quot;numeric&quot; /&gt;
&lt;/cfcomponent&gt;

and call:

&lt;cfset o = createObject(&quot;component&quot;, &quot;test1&quot;) /&gt;

Code 2:

&lt;cfset arr = [ { someKey=&quot;no comma&quot; otherKey=&quot;where is the error&quot; } ] /&gt;</description>
		<content:encoded><![CDATA[<p>Code 1:<br />
&lt;cfcomponent&gt;<br />
 &lt;cfproperty name=&#8221;test&#8221; type=&#8221;string&#8221; /&gt;<br />
 &lt;cfscript&gt;<br />
 &lt;/cfscript&gt;<br />
 &lt;cfproperty name=&#8221;otherProp&#8221; type=&#8221;numeric&#8221; /&gt;<br />
&lt;/cfcomponent&gt;</p>
<p>and call:</p>
<p>&lt;cfset o = createObject(&#8220;component&#8221;, &#8220;test1&#8243;) /&gt;</p>
<p>Code 2:</p>
<p>&lt;cfset arr = [ { someKey="no comma" otherKey="where is the error" } ] /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radekg</title>
		<link>http://www.fusioncube.net/index.php/who-considers-coldfusion-a-legacy-language/comment-page-1#comment-30217</link>
		<dc:creator>radekg</dc:creator>
		<pubDate>Thu, 10 Jul 2008 22:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=232#comment-30217</guid>
		<description>It is not legacy but it really needs more, more, MORE work. Two hints. Try these:


 
 
 
 


and then just call it:


or this:



Why CF compiler is so blind? Why you have to figure out where the problem is? It is compiler which should tell you where these mistakes are. Just imagine that in sample 2 you have dozens of nested arrays and structs. How do you think - how long it would take you to find there is comma missing?

There are people who say CF is mature language. I don&#039;t agree. There are so simple mistakes in the code.

I understand CF is getting better and new functions are added but really - Adobe has to take step back and really test what they already have.</description>
		<content:encoded><![CDATA[<p>It is not legacy but it really needs more, more, MORE work. Two hints. Try these:</p>
<p>and then just call it:</p>
<p>or this:</p>
<p>Why CF compiler is so blind? Why you have to figure out where the problem is? It is compiler which should tell you where these mistakes are. Just imagine that in sample 2 you have dozens of nested arrays and structs. How do you think &#8211; how long it would take you to find there is comma missing?</p>
<p>There are people who say CF is mature language. I don&#8217;t agree. There are so simple mistakes in the code.</p>
<p>I understand CF is getting better and new functions are added but really &#8211; Adobe has to take step back and really test what they already have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry c. lyons</title>
		<link>http://www.fusioncube.net/index.php/who-considers-coldfusion-a-legacy-language/comment-page-1#comment-30208</link>
		<dc:creator>larry c. lyons</dc:creator>
		<pubDate>Thu, 10 Jul 2008 19:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=232#comment-30208</guid>
		<description>Are we going through this again? Of all the things that need to be dead, that old saw needs to be killed. have a stake driven through its heart, head chopped off and buried at a crossroads. In other words its got more lives than the star of a cheap vampire movie.

In this area (northern Virginia/Washington DC/maryland) CF i s more than alive and well.</description>
		<content:encoded><![CDATA[<p>Are we going through this again? Of all the things that need to be dead, that old saw needs to be killed. have a stake driven through its heart, head chopped off and buried at a crossroads. In other words its got more lives than the star of a cheap vampire movie.</p>
<p>In this area (northern Virginia/Washington DC/maryland) CF i s more than alive and well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Brownlee</title>
		<link>http://www.fusioncube.net/index.php/who-considers-coldfusion-a-legacy-language/comment-page-1#comment-30204</link>
		<dc:creator>Steve Brownlee</dc:creator>
		<pubDate>Thu, 10 Jul 2008 18:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=232#comment-30204</guid>
		<description>Adrian, no I&#039;m not new, and I know all about the Computer World article and the occasional buffoon who spouts off on ColdFusion. However, it still burns me to see this kind of ignorance.</description>
		<content:encoded><![CDATA[<p>Adrian, no I&#8217;m not new, and I know all about the Computer World article and the occasional buffoon who spouts off on ColdFusion. However, it still burns me to see this kind of ignorance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.fusioncube.net/index.php/who-considers-coldfusion-a-legacy-language/comment-page-1#comment-30203</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 10 Jul 2008 18:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=232#comment-30203</guid>
		<description>Even better: &quot;but nevertheless still has a great installed base from the early web years&quot;. yep, still using CF3 all right. Absolutely no new versions whatsoever. Who needs &#039;em :&#124;</description>
		<content:encoded><![CDATA[<p>Even better: &#8220;but nevertheless still has a great installed base from the early web years&#8221;. yep, still using CF3 all right. Absolutely no new versions whatsoever. Who needs &#8216;em :|</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian J. Moreno</title>
		<link>http://www.fusioncube.net/index.php/who-considers-coldfusion-a-legacy-language/comment-page-1#comment-30200</link>
		<dc:creator>Adrian J. Moreno</dc:creator>
		<pubDate>Thu, 10 Jul 2008 17:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=232#comment-30200</guid>
		<description>You must be new here. :)

Google &quot;Coldfusion is dead&quot; and be amazed.</description>
		<content:encoded><![CDATA[<p>You must be new here. :)</p>
<p>Google &#8220;Coldfusion is dead&#8221; and be amazed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

