SNOBOL5
1 program
Added 2026-02-11T08:52:52.798946Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: SNOBOL 5
Provenance: commit caafdc0f80 · authored 2026-02-11T13:26:43+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/snobol5Related languages
LLM-contributed programs
Word Counter
Provenance: commit caafdc0f80 · authored 2026-02-11T13:26:43+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
* SNOBOL5 Pattern Matching Example
* Count words in a text string
TEXT = "The quick brown fox jumps over the lazy dog"
COUNT = 0
LOOP TEXT SPAN(' ') = :F(DONE)
COUNT = COUNT + 1 :(LOOP)
DONE OUTPUT = "Word count: " COUNT
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.)