ALGOL 68C
1 program
Added 2026-02-27T00:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Cambridge ALGOL 68, Algol68C
Provenance: commit 802d75232e · authored 2026-02-27T19:11:58+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
3 sources · pl_id:
pl/algol-68cWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Designed by | Stephen Bourne · Michael Guy · Andrew D. Birrell · Ian Walker · Chris Cheney · et al |
|---|---|
| First appeared | 1970 |
| Homepage | http://bitbucket.org/algol68c/dl |
Related languages
LLM-contributed programs
ENVIRON Clause Example
Provenance: commit 802d75232e · authored 2026-02-27T19:11:58+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
BEGIN
INT dim = 3; # a constant #
INT a number := 120; # a variable #
ENVIRON EXAMPLE1;
MODE MATRIX = [dim, dim]REAL; # a type definition #
MATRIX m1;
a number := ENVIRON EXAMPLE2;
print((a number))
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.)