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-lang
LLM (this repo) · 1Pldb

Related languages

Mint (0.30)Minilang (0.28)rk (0.26)S-lang (0.26)yr (0.26)

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
code.mec · license: Apache-2.0 · added: 2026-02-28T15:52:19Z
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.)

Contribute — propose a file extension

Tell us where to find evidence about Mech (mapped to pl/mech-lang). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Mech/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← meanscriptcli Mechanicum →