SASL
1 program
Added 2026-02-06T08:12:13Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: St Andrews Static Language
Provenance: commit d715c6a96e · authored 2026-02-06T09:13:24+01:00 · agent claude-code · model sonnet
Sources mentioning this language
5 sources · pl_id:
pl/saslWikipedia 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 | functional |
|---|---|
| Designed by | David Turner |
| First appeared | 1972 |
| Influenced by | ISWIM |
Related languages
LLM-contributed programs
Factorial
Provenance: commit d715c6a96e · authored 2026-02-06T09:13:24+01:00 · agent claude-code · model sonnet · WebSearch disabled
factorial 0 = 1
factorial n = n * factorial (n - 1)
main = factorial 5
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.)