You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Kevin Newman <Ca...@unFocus.com> on 2012/11/12 17:49:46 UTC

Re: Flex on top of Dart (was: To AS4 or not (was: Re: ASC 2.0 and Falcon))

There are a couple of Flash API on JS engines already (Jangaroo, 
EaselJS, Shumway, more...).

Porting to another language, I'd suggest a JS compiler like Traceur or 
TypeScript. You might even be able to use Jangaroo's AS3->JS compiler to 
bootstrap the conversion in the short term (it'd still be a port, since 
some AS3 features are missing, like E4X, etc.).

In any case, there's still MXML to deal with.

Kevin N.