ActionScript
1 program
Added 2025-10-23T07:24:01Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: AS
Provenance: commit a79297319f · authored 2025-10-23T09:24:01+02:00 · model x-ai/grok-4-fast
Sources mentioning this language
8 sources · pl_id:
pl/actionscriptWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | multi-paradigm: object-oriented (prototype-based) · functional · imperative · scripting |
|---|---|
| Typing | strong, static |
| Designed by | Macromedia (merged into Adobe Systems · 2005) · Gary Grossman |
| First appeared | 1998 |
| Influenced by | HyperTalk · JavaScript · Java |
Extensions claimed by this language
3 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.as | linguist | primary | 6.4M files |
.as | pygments | primary | 6.4M files |
.as | wikipedia | proposed | 6.4M files |
Related languages
LLM-contributed programs
Simple Greeter Class
Provenance: commit a79297319f · authored 2025-10-23T09:24:01+02:00 · model x-ai/grok-4-fast · Temp 0.4
package {
import flash.display.Sprite;
import flash.text.TextField;
public class Greeter extends Sprite {
public function Greeter() {
var txtField:TextField = new TextField();
txtField.text = "Hello World";
addChild(txtField);
}
}
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)
Disambiguation rules
Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.as/0 | .as | predicates | [{"kind": "any", "regexes": ["^\\s*(?:package(?:\\s+[\\w.]+)?\\s+(?:\\{|$)|import\\s+[\\w.*]+\\s*;|(?:intrinsic\\s+)class\\s+[\\w<>.]+|\\s+class\\s+extends\\s+[\\w<>.]+|(?:(?:public|protected|private| |