ColdFusion Isn't a Programming Language?!
"Richard Bremner pointed out that ColdFusion is not a programming language. It is a framework comparable to JSP and ASP. As a consequence, ColdFusion has been removed from the TIOBE list. All its history has been deleted, which means that the history of the index has changed a bit as well. "
Further down, a programming language is defined as follows:
"A language is considered a programming language if it is Turing complete. As a consequence, HTML and XML are not considered programming languages. This also holds for data query language SQL. SQL is not a programming language because it is, for instance, impossible to write an infinite loop in it. On the other hand, SQL extensions PL/SQL and Transact-SQL are programming languages. ASP and ASP.NET are also not programming languages because they make use of other languages such as JavaScript and VBScript or .NET compatible languages. The same is true for frameworks such as Ruby on Rails, ColdFusion, Cocoa, and technologies such as AJAX. Finally, we have also excluded assembly languages, although Turing complete, because they have a very different nature."
ColdFusion is Turing complete, and you can write entire applications using CFML (as with any other web language, HTML will usually also be required). I have a hard time seeing how CF is just a framework. It's true that it is compiled down to Java (or the CLR for Blue Dragon.NET), but Ruby is compiled down to C - doesn't mean it isn't a programming language. Of course, whenever you try to define things you can get into tricky edge cases (I don't understand why classic ASP wouldn't be considered a programming language), but I look forward to finding out more about the precise definitions used for this discussion.
On the bright side:
(i) Tiobe actually noticed ColdFusion. With its recent rise in popularity it's good to see it is being paid some more attention.
(ii) The index is more of a distraction than anything else. While I disagree with the reason it was removed, I'm not convinced it is a bad thing for ColdFusion just to "not play this game".
I got a quote to get out and meetings all day so this was a quickie. Looking forward to something with a little more research from someone else later today.



Apparently 'pointing something out' is all that is necessary to make something 'true' ;o)
I'm so confused.
---
Subject: ColdFusion is a framework AND a language
Most ColdFusion application are written completely in ColdFusion, not some other language as is the case with ASP and JSP.
A very small minority of developers/applications (much less than 1%) use CF as a framework for Java or .NET.
If you de-list ColdFusion you should do the same to PHP.
;)
http://www.linkedin.com/pub/0/645/a08
or
I'll just stick to pretending I'm using a language for today I guess.
;-)
Peter, your blog entry is a good one :) Next survey Coldfusion will be 1+.
As a community of cf bloggers I guess we all need to start acting more "responsibly" and use the term programming when we refer on our blogs to the fun we have building cool stuff with CF.
I have added your post to Digg
http://www.forta.com/blog/index.cfm/2008/5/5/TIOBE...
Zac, nice tip ;)
Hi,
I have been a ColdFusion programmer for 10 years and have to tell you that ColdFusion IS a programming language and should be included in the programming index. On the job sites and on our business cards, ColdFusion programmers are referred to as , "ColdFusion Programmers". It is common to refer to CF programmers as such and not CFML programmers.
However, if you want to be very specific, the language is more accurately called CFML. ColdFusion Markup Language. It is the core component of the ColdFusion application suite. It is a language with functions, variables, database connection capabilities. Procedural style functions are also available through CFScript. CFML is generally considered a dynamic language. However, various tags offer the ability to type-check input parameters (eg: cffunction, cfparam, cfqueryparam) if the programmer declares their type specifically.
See: http://en.wikipedia.org/wiki/ColdFusion_Markup_Lan...
Also see the below excerpt from the Wikipedia entry on ColdFusion http://en.wikipedia.org/wiki/Adobe_ColdFusion
The primary distinguishing feature of ColdFusion is its associated scripting language, ColdFusion Markup Language (CFML), which compares to JSP, ASP.NET, or PHP and resembles HTML in syntax. "ColdFusion" is often used synonymously with "CFML", but it should be noted that there are additional CFML application servers besides ColdFusion, and that ColdFusion supports programming languages other than CFML, such as server-side Actionscript and embedded scripts that can be written in a JavaScript-like language, known as CFScript.
ColdFUsion, CFMX, CFScript, Cold Fusion Markup Language and CFML are the same thing in the CF programming world.
Please add ColdFusion back to your list at: http://www.tiobe.com/index.php/content/paperinfo/t... and restore the history.
Thank you,
David
http://www.remotesynthesis.com/blog/index.cfm/2008...
I agree to the fact that CF is both a programming language and also a framwork.
we all know that CF can stand on its own as Webservice, Gateways, components etc
frameworks can't do any of these.