Tag Archives: coldfusion
Coldfusion Zeus (10 Beta) Function Expressions and Closures Not Quite There
Bug reported https://bugbase.adobe.com/index.cfm?event=bug&id=3120695 So I was playing with Coldfusion 10 Beta and was trying to do some of the things I am used to in Javascript. When I came upon this issue. <cfscript> test={ one="1" , two=function(){ return "2" } }; … Continue reading
Thoughts on Coldfusion Codename Zeus (v10 I assume)
I watched this presentation by Rakshith Naresh and here are some things I am excited about: Function enhancements, closures, anonymous functions. It’s Coldfusion, so I am assuming that there will be something wrong with them this next version (just like their … Continue reading