CGOL
1 program
Added 2026-02-10T21:14:39.283052+00:00
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: CONVERT GoL
Provenance: commit 6b05fdf5c8 · authored 2026-02-10T22:15:15+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/cgolWikipedia 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 |
|---|---|
| Designed by | Vaughan Pratt |
| First appeared | 1973 |
| Influenced by | ALGOL · FORTRAN · MLisp |
Related languages
LLM-contributed programs
Factorial
Provenance: commit 6b05fdf5c8 · authored 2026-02-10T22:15:15+01:00 · agent claude-code · model sonnet · WebSearch disabled
DEFINE FACTORIAL(N);
IF N <= 1 THEN RETURN 1
ELSE RETURN N * FACTORIAL(N - 1);
END;
PRINT FACTORIAL(5);
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.)