It took me at least 5 clicks from the home page to find the first snippet of code:
http://docs.lucee.org/guides/getting-started/first-steps.htm...
Invision's backend is ColdFusion. ColdFusion still has a ton of use in government, healthcare, etc. It's certainly declined in popularity, and is definitely losing the stickers-on-Macbooks metric, but there are definitely areas where it's still relevant.
I am the developer of HiveMind (crudzilla.com), it shares the ColdFusion vision (ie simpler business application development), but the approach is quite different.
CFDocs [1] is a nice site to check out which functions differ from each version, etc. (No affiliation to CFDocs, just use them quite often for work and have been the best resource for CFML that I have found)
[1]: http://cfdocs.org/
<cfscript>
function Sum(a, b) {
var sum = a + b;
return sum;
}
</cfscript>
This seems all-right-ish at first glance (to say which, of course, I temporarily lock my Lisp programmer hat in my desk with keys, which I then throw across the office to retrieve later). Are the semantic problems with CFML/CFScript (say, along the lines of the famous issues with PHP?)Do not use this.
Only in these comments did I understand it's a coldfusion variant for the JVM... would have been nice to make that more prime real-estate