SenseTalk
1 program
Added 2026-02-08T12:00:00Z
Agent: claude-codeModel: opusWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 9413b20b34 · authored 2026-02-08T16:51:23+01:00 · agent claude-code · model opus
Sources mentioning this language
5 sources · pl_id:
pl/sensetalkWikipedia 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 | "people-oriented " · multi-paradigm · object-oriented |
|---|---|
| Typing | duck |
| Designed by | Eggplant Software · Douglas Simons |
| First appeared | 1992 |
| Influenced by | xTalk · HyperTalk |
| License | Proprietary |
| Homepage | https://www.sensetalk.com/ |
Extensions claimed by this language
2 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.script | wikipedia | proposed | 497.1K files |
.st | wikipedia | proposed | 3.8M files |
Related languages
LLM-contributed programs
FizzBuzz
Provenance: commit 9413b20b34 · authored 2026-02-08T16:51:23+01:00 · agent claude-code · model opus · WebSearch disabled
put "FizzBuzz in SenseTalk"
repeat with i = 1 to 100
if i mod 15 is 0 then
put "FizzBuzz"
else if i mod 3 is 0 then
put "Fizz"
else if i mod 5 is 0 then
put "Buzz"
else
put i
end if
end repeat
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.)