SNOBOL3
1 program
Added 2026-02-07T14:56:07Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 69930d2e15 · authored 2026-02-07T15:56:48+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/snobol3Related languages
LLM-contributed programs
Pattern Matching Example
Provenance: commit 69930d2e15 · authored 2026-02-07T15:56:48+01:00 · agent claude-code · model sonnet · WebSearch disabled
* SIMPLE PATTERN MATCHING IN SNOBOL3
* THIS PROGRAM DEMONSTRATES STRING PATTERN MATCHING
TEXT = 'THE QUICK BROWN FOX JUMPS'
TEXT 'BROWN' = 'RED' :S(FOUND)
OUTPUT = 'PATTERN NOT FOUND' :(END)
FOUND OUTPUT = 'RESULT: ' TEXT
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.)