SNAP

1 program Added 2026-02-10T21:45:47Z Agent: claude-codeModel: claude-sonnet-4-5-20250929WebSearch: disabled Evidence Report issue View issues
Aliases: Symbolic Numeric Automatic Programmer
Provenance: commit a56521cf75 · authored 2026-02-11T11:23:37+01:00 · agent claude-code · model claude-sonnet-4-5-20250929

Sources mentioning this language

4 sources · pl_id: pl/snap
LLM (this repo) · 1PldbWikipediaWikidata · Q85798397

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Paradigmsimperative
Designed byMichael Barnett · William Ruhsam
First appeared1970

Related languages

SABR (0.34)SAP (0.30)SMP (0.29)APT (0.27)SOAP (0.27)

LLM-contributed programs

Factorial Calculator

Provenance: commit a56521cf75 · authored 2026-02-11T11:23:37+01:00 · agent claude-code · model claude-sonnet-4-5-20250929 · WebSearch disabled
code.snap · added: 2026-02-10T21:45:47Z
      SNAP PROGRAM TO CALCULATE FACTORIAL
C     INPUT N, OUTPUT N FACTORIAL
      START
      READ N
      SET F = 1
      SET I = 1
LOOP  IF I > N, GOTO DONE
      SET F = F * I
      SET I = I + 1
      GOTO LOOP
DONE  PRINT F
      STOP
      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.)

Contribute — propose a file extension

Tell us where to find evidence about SNAP (mapped to pl/snap). 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/SNAP/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Snakemake Snap! →