If anyone is still interested in doing Flash development with Flex, do yourself a favor and check out Haxe: http://haxe.org/ The AS3 compiler in Flex is junk. My buglist over the three years I used it was nearly 100 items long. I don't know of a single unfixed issue in Haxe. Plus, if you write the code properly, you can port it to nearly a dozen platforms (serverside, plus all of the ones on http://haxenme.org ). I d…
New Actionscript compiler from Adobe
11–20 of 28 posts
Re: New Actionscript compiler from Adobe
#12Earlier quoted context omitted.
This is actually an entirely new compiler written from scratch since 2010. https://cwiki.apache.org/FLEX/falcon-overview.html
The problem with Flex wasn't its design, it was how buggy all of the edge cases were. Sound files randomly being replaced, weird compile errors that go away once you reset, code generation errors fixed by adding comments , occasional minute long compilation times, out of memory errors (again, reset the computer). Frankly, complete rewrites under these circumstances are a cop out. It's an easy but ineffective path. Wh…
That's me when I remind myself of Flex development.
Re: New Actionscript compiler from Adobe
#13> A function can be inlined when the following constraints are met: > ... > * The function does not contain any activations Does this mean that a function can't be inlined if it calls other functions?
Re: New Actionscript compiler from Adobe
#14MTASC by Nicolas Cannasse, came to our rescue and it was a good one - super fast. Nicolas is also behind haXe.
Re: New Actionscript compiler from Adobe
#15Re: New Actionscript compiler from Adobe
#16Hmmm, Isn't this late by about 7 to 8 years. We've been asking, requesting and begging them, (while Flash was till with Macromedia) to improve the compiler, make it faster. One of the dreaded thing about Flash was that we have to wait for minutes while it compile. We dreaded the notion of pressing "Ctrl+Enter" on the keyboard. MTASC by Nicolas Cannasse, came to our rescue and it was a good one - super fast. Nicolas i…
Re: New Actionscript compiler from Adobe
#17Earlier quoted context omitted.
The problem with Flex wasn't its design, it was how buggy all of the edge cases were. Sound files randomly being replaced, weird compile errors that go away once you reset, code generation errors fixed by adding comments , occasional minute long compilation times, out of memory errors (again, reset the computer). Frankly, complete rewrites under these circumstances are a cop out. It's an easy but ineffective path. Wh…
Did you ever see that movie where that guy suddenly wakes up in a pool of sweat gasping for air because of that nightmare sequence? That's me when I remind myself of Flex development.
Re: New Actionscript compiler from Adobe
#18Re: New Actionscript compiler from Adobe
#19Interesting. I should note that most of this stuff (optimization, etc) is available through Haxe. Haxe can also compile to Javascript, iOS & Android; targeting just Flash is risky at this point.
Same goes for the example apps I've seen at Corona's case studies (http://www.coronalabs.com/resources/case-studies/) and Appcelerator's Titanium showcase (http://www.appcelerator.com/thinkmobile/showcase). Admittedly most of Appcelerator's apps in the showcase are compiled for both platforms but they also have by far the smallest amount of showcase apps.
Re: New Actionscript compiler from Adobe
#20If anyone is still interested in doing Flash development with Flex, do yourself a favor and check out Haxe: http://haxe.org/ The AS3 compiler in Flex is junk. My buglist over the three years I used it was nearly 100 items long. I don't know of a single unfixed issue in Haxe. Plus, if you write the code properly, you can port it to nearly a dozen platforms (serverside, plus all of the ones on http://haxenme.org ). I d…