Mech
1 program
Added 2026-02-28T15:52:19Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: mech-lang
Provenance: commit a6626414f0 · authored 2026-02-28T16:52:53+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
2 sources · pl_id:
pl/mech-langRelated languages
LLM-contributed programs
FizzBuzz
Provenance: commit a6626414f0 · authored 2026-02-28T16:52:53+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
x := 1..=100
~y<[string]> := 1..=100
ix3 := (x % 3) == 0
ix5 := (x % 5) == 0
y[ix3] = "Fizz"
y[ix5] = "Buzz"
y[ix3 && ix5] = "FizzBuzz"
y
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.)