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/snapWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | imperative |
|---|---|
| Designed by | Michael Barnett · William Ruhsam |
| First appeared | 1970 |
Related languages
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
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.)