Notice: file_put_contents(): Write of 139001 bytes failed with errno=28 No space left on device in /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php on line 36

Warning: http_response_code(): Cannot set response code - headers already sent (output started at /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php:36) in /opt/frankenphp/design.onmedianet.com/app/src/Models/Response.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php:36) in /opt/frankenphp/design.onmedianet.com/app/src/Models/Response.php on line 20
MTASC - Wikipedia Jump to content

MTASC

From Wikipedia, the free encyclopedia
MTASC
Original authorNicolas Cannasse
DeveloperTristan Schmelcher
Initial releaseOctober 25, 2004; 20 years ago (2004-10-25)[1]
Final release
1.15[2] / October 7, 2009; 16 years ago (2009-10-07)
Repository
Written inOCaml
SuccessorHaxe
TypeCompiler
LicenseGPL 2[3]
Websitetech.motion-twin.com/mtasc.html Edit this at Wikidata

MTASC (Motion-Twin ActionScript 2 Compiler) is an ActionScript 2.0 compiler written in the OCaml programming language by the company Motion Twin. It is free software[3] and can be used alone or with other tools like swfmill to produce SWF files, which contain interactive multimedia content playable with the Flash Player. MTASC is also much faster than the Adobe Flash ActionScript compiler.[citation needed]

MTASC is built with optimizing OCaml compilers, and thus provides a speed improvement over the Macromedia Compiler (MMC).[citation needed] MTASC corrects several safety problems that occur when using MMC.[4] The MTASC compiler is stricter than MMC and can detect more errors than MMC; because of this strictness, there are some differences between MMC and MTASC.[clarification needed]

MTASC is not compatible with ActionScript 2.0 in the local variables scoping, local function definitions, etc.[4]

MTASC will not support ActionScript 3.0, which is supported by its successor, Haxe.[5]

See also

[edit]

References

[edit]
  1. ^ "CHANGES.txt". master. mtasc. Retrieved 2021-03-29 – via GitHub.
  2. ^ "/trunk/fork/ocaml/mtasc/doc/CHANGES.txt". Code. The MTASC Community Fork. Retrieved 2021-03-29 – via SourceForge.
  3. ^ a b "LICENSE". master. mtasc. Retrieved 2021-03-29 – via GitHub.
  4. ^ a b Comparison of MTASC and Macromedia Compiler
  5. ^ MTASC And ActionScript 3
[edit]