Atlas Autocode
1 program
Added 2026-02-06T13:26:09Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Autocode
Provenance: commit adc9be43b0 · authored 2026-02-06T14:27:19+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/atlas-autocode-2Wikipedia 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 | procedural · imperative · structured |
|---|---|
| Typing | static, strong |
| Designed by | University of Manchester · Tony Brooker · Derrick Morris |
| First appeared | 1963 |
| Influenced by | ALGOL 60 |
| Implemented in | ALGOL 60 |
Related languages
Autocode (0.52)DEUCE Autocode (0.43)Pegasus Autocode (0.40)KDF9 Autocode (0.39)Glennie Autocode (0.38)
LLM-contributed programs
Factorial
Provenance: commit adc9be43b0 · authored 2026-02-06T14:27:19+01:00 · agent claude-code · model sonnet · WebSearch disabled
begin
integer n, fact;
read n;
fact := 1;
for i = 1, 1, i > n
fact := fact * i;
repeat;
print fact;
end
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.)