|
FAQ
Frequently Asked Questions.
Tamarin focus on VM and optimization (like GC, nanoJIT, etc.), redtamarin focus on shell and APIs.
Mainly because Google Project hosting use SVN and because I prefer SVN (yep arbitrary choice).
Most of the ones that Tamarin supports, mainly OS X, Windows and Linux (Ubuntu), but others as Windows CE could also be supported (testers welcome).
Because they do not work with the Tamarin VM and do not support the AS3 language.
Because it's missing in the regular AS3 toolchain and command-line tools can save your butt on numerous occasions.
Actionscript ByteCode files generated by the ActionScript Compiler (ASC).
ASC have options that allow you to produce an *.exe that basically embed an *.abc file.
Nope. You obtain a single independant executable.
Yes, look at JSDB, it's the same principle, it's the SpiderMonkey engine running on the command-line that can embed JavaScript files in a single executable.
On one part, it promotes the porting of C source code to AS3 source code, that way some AS3 coder can extends those command-line tools more easyly with their language of choice (AS3), and on another part, it promotes C coders to get interested at the AS3 language without missing C functions they are used to.
It allows to port existing AS3 source code, targeted at the Flash player or AIR, to work on the command-line.
|
Sign in to add a comment