Gamma
1 program
Added 2026-02-12T10:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 7ee43f3968 · authored 2026-02-12T14:48:37+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/gammaRelated languages
LLM-contributed programs
Maximum of Multiset
Provenance: commit 7ee43f3968 · authored 2026-02-12T14:48:37+01:00 · agent claude-code · model sonnet · WebSearch disabled
replace max(x, y) by max(x) if x >= y
replace max(x, y) by max(y) if y > x
reaction
max(5, 3, 8, 2, 9, 1)
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.)