ArkTS
1 program
Added 2026-02-10T00:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: TypeScript for ArkUI
Provenance: commit 5593a32513 · authored 2026-02-10T13:15:21+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/arktsWikipedia 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: functional · generic · declarative · object-oriented |
|---|---|
| Typing | static, duck, gradual, structural |
| Designed by | Huawei · OpenAtom Foundation · Eclipse Foundation open-source contributors |
| First appeared | 2021 |
| Influenced by | TypeScript · Swift · Objective-C · JavaScript · C# · F# · Java · ActionScript · AtScript · AssemblyScript |
| License | Apache proprietary (up to HarmonyOS 3.1) |
| Homepage | http://developer.huawei.com/consumer/cn/arkts |
Related languages
LLM-contributed programs
Hello World Component
Provenance: commit 5593a32513 · authored 2026-02-10T13:15:21+01:00 · agent claude-code · model sonnet · WebSearch disabled
@Entry
@Component
struct HelloWorld {
@State message: string = 'Hello World';
build() {
Row() {
Column() {
Text(this.message)
.fontSize(50)
.fontWeight(FontWeight.Bold)
}
.width('100%')
}
.height('100%')
}
}
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.)