What is ActionScript written in?
Object-oriented programming language.
Quick Facts
- Designed by
- Gary Grossman
- Developer
- Macromedia
- First released
- 1998
- Typing
- gradual
About ActionScript
ActionScript is an object-oriented programming language. It is a garbage-collected language that is just-in-time compiled to machine code as it runs. It supports object-oriented, prototype-based, and scripting programming. A just-in-time (JIT) compiler translates hot code paths to native machine code while the program runs, trading a slower start for faster steady-state speed.
ActionScript first appeared in 1998 and was designed by Gary Grossman at Macromedia / Adobe. Its popularity peaked around 2009. ActionScript is now used mainly in specialized niches and by dedicated communities.
How ActionScript is implemented
In the Language Lineage dataset, its runtime is implemented in C++.
ActionScript in the language family tree
ActionScript drew on ideas from JavaScript and went on to influence Haxe.
Sources: Wikipedia · Wikidata · Official site
Relationship Graph
All directly connected languages. Click any node to navigate to its page.
Runtime Implementation
| Language | Confidence | Notes | Source |
|---|---|---|---|
| C++ | 80% | ActionScript 3 ran on the Tamarin VM, written in C++. | Source |
Influenced By
- JavaScript — ActionScript is an ECMAScript dialect, like JavaScript.
Languages ActionScript Influenced
- Haxe — Haxe grew from ActionScript/MTASC tooling.
Frequently Asked Questions
Evidence Sources
- https://en.wikipedia.org/wiki/Haxe
- https://en.wikipedia.org/wiki/ActionScript
- https://en.wikipedia.org/wiki/Tamarin_(software)
- ActionScript on Wikidata (Q234657)