Marko
1 program
Added 2026-02-12T00:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: MarkoJS
Provenance: commit e117545471 · authored 2026-02-12T13:04:11+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/markoExtensions claimed by this language
1 claim. 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 |
|---|---|---|---|
.marko | linguist | primary | 112.0K files |
Related languages
LLM-contributed programs
Counter Component
Provenance: commit e117545471 · authored 2026-02-12T13:04:11+01:00 · agent claude-code · model sonnet · WebSearch disabled
class {
onCreate() {
this.state = {
count: 0
};
}
increment() {
this.state.count++;
}
decrement() {
this.state.count--;
}
}
<div>
<h1>Counter: ${state.count}</h1>
<button on-click('increment')>
Increment
</button>
<button on-click('decrement')>
Decrement
</button>
</div>
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.)