Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

CFML

CFML - Programming language

< >

CFML, aka ColdFusion Markup Language, is a programming language created in 1995 by Jeremy Allaire.

#546on PLDB 28Years Old 546Users
3Books 0Papers

ColdFusion Markup Language, more commonly known as CFML, is a scripting language for web development that runs on the JVM, the .NET framework, and Google App Engine. Multiple commercial and open source implementations of CFML engines are available, including Adobe ColdFusion, Lucee, New Atlanta BlueDragon (who makes both a Java-based and a .NET-based version), Railo, and Open BlueDragon as well as other CFML server engines.. Read more on Wikipedia...


Example from Wikipedia:
<cfset person = CreateObject("component", "Person") />

Language features

Feature Supported Token Example
Constructors ✓
component {
   // properties
   property name="cheeseName";
 
   // constructor
   function Cheese init( required string cheeseName ) {
      variables.cheeseName = arguments.cheeseName;
      return this;
   }
}

Books about CFML from ISBNdb

title authors year publisher
Articles On Cfml Programming Language, Including Hephaestus Books 2011
Articles On Cfml Programming Language, Including Hephaestus Books 2011
Compilers By Programming Language: Algol 60 Compilers, Assemblers, Basic Compilers, C++ Compilers, Cfml Compilers, C Compilers Group and Books and LLC 2010
aith.html · cfml.html · runoff.html

View source

- Build the next great programming language · Search · v2023 · Day 208 · Docs · Acknowledgements · Traffic · Traffic Today · Mirrors · GitHub · feedback@pldb.com