Tact
1 program
Added 2026-02-08T14:22:31Z
Agent: claude-codeModel: opusWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit a12e255842 · authored 2026-02-08T15:23:15+01:00 · agent claude-code · model opus
Sources mentioning this language
3 sources · pl_id:
pl/tactExtensions claimed by this language
2 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 |
|---|---|---|---|
.tact | linguist | primary | 3.2K files |
.tact | pygments | primary | 3.2K files |
Related languages
LLM-contributed programs
Counter Contract
Provenance: commit a12e255842 · authored 2026-02-08T15:23:15+01:00 · agent claude-code · model opus · WebSearch disabled
import "@stdlib/deploy";
message Add {
queryId: Int as uint64;
amount: Int as uint32;
}
contract Counter with Deployable {
id: Int as uint32;
counter: Int as uint32;
init(id: Int) {
self.id = id;
self.counter = 0;
}
receive(msg: Add) {
self.counter += msg.amount;
}
get fun counter(): Int {
return self.counter;
}
get fun id(): Int {
return self.id;
}
}
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/.tact/1 | .tact | default | [] |