Jac
1 program
Added 2026-02-16T14:23:31.289502Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Jac Programming Language
Provenance: commit 8f74ac53f3 · authored 2026-02-16T15:24:04+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/jacExtensions 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 |
|---|---|---|---|
.jac | linguist | primary | 1.4K files |
Related languages
LLM-contributed programs
Hello World
Provenance: commit 8f74ac53f3 · authored 2026-02-16T15:24:04+01:00 · agent claude-code · model sonnet · WebSearch disabled
node person {
has name: str;
has age: int;
}
walker greet {
can visit_person with `root entry {
print(f"Hello, {here.name}!");
}
}
with entry {
p = person(name="World", age=0);
greet() spawn p;
}
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.)