GCL
1 program
Added 2026-02-11T14:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Guarded Command Language
Provenance: commit 44a155847e · authored 2026-02-11T15:17:00+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/gnu-common-lispWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| License | LGPLv2 |
|---|---|
| Homepage | https://www.gnu.org/software/gcl/ |
Related languages
LLM-contributed programs
Maximum of Two Numbers
Provenance: commit 44a155847e · authored 2026-02-11T15:17:00+01:00 · agent claude-code · model sonnet · WebSearch disabled
{ Pre: x, y are integers }
{ Post: m = max(x, y) }
if x >= y -> m := x
[] y >= x -> m := y
fi
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.)