What is ActionScript written in?

The ActionScript runtime is written in C++.

ActionScript is an object-oriented programming language, first released in 1998.

Implementation

LayerWritten inNotes
RuntimeC++ActionScript 3 ran on the Tamarin VM, written in C++.

Runtime model

The ActionScript runtime, written in C++, manages the execution of ActionScript programs. Runtime-based languages rely on a host process to interpret or compile code at runtime rather than compiling entirely ahead-of-time to native machine code. This means running ActionScript programs requires the runtime to be present on the target system.

The choice of C++ for the runtime gives ActionScript access to native performance, established platform abstractions, and existing ecosystem libraries.

Explore in the Graph

See ActionScript's full lineage, including all implementation and influence relationships, in the interactive graph.

Open Interactive Graph →

Or view the ActionScript language page for the complete record.

Related Pages