Possible. Can you point us to any links as to how Dart performance compares to performance of code optimized by Google Closure Compiler?
On 5/22/13 1:07 AM, "Alex Uhlmann" <acuhlm...@gmail.com> wrote: > >What do people think of cross-compiling Flex (ActionScript) to Dart as an >alternative to writing another JS compiler via FalconJS etc? Would that >be any easier and could that gain from the performance optimisations done >by i.e. dart2js? In future maybe one could mix and match "legacy" >ActionScript with Dart code and all compile down to Dart run by either >the DartVM or JS via dart2js? > >I've seen existing approaches to write Dart with Flash (StageXL) or >Flex-like APIs (Dart Bootstrap Web Components PoC); however, missed to >see any attempts or discussions around ActionScript to Dart to handle >existing projects. > >Best, >Alex