Why not embrace ActionScript 3 as a replacement for JavaScript?
I've been wondering for some time why AS3 has not been considered for the next generation of Javascript? It's ECMA script, it's statically typed, very well documented. It works incredibly well for display, models and controllers. Supports many types of data. Every piece of interactive web during the last century used AS3. So why not?
5 comments
[ 2.8 ms ] story [ 17.6 ms ] threadThe same reason it took (takes?) asm.js to move towards a virtual-machine with a standard bytecode so you can pick your language of choice.
Large parts of AS3's feature set actually were considered for standardization, back in the days of the "ECMAScript 4" standard (in quotes because it was never released). That standard was abandoned, due to differences some dismiss as politics and others claim were due to implementation and complexity issues.