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/sensetalk
LLM (this repo) · 1PldbWikipediaRosettacodeWikidata · Q7450966

Wikipedia 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
Typingduck
Designed byEggplant Software · Douglas Simons
First appeared1992
Influenced byxTalk · HyperTalk
LicenseProprietary
Homepagehttps://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.
ExtensionSourceStrengthSWH
.scriptwikipediaproposed497.1K files
.stwikipediaproposed3.8M files

Related languages

SuperTalk (0.29)Strongtalk (0.28)Actalk (0.27)Logtalk (0.25)Setanta (0.25)

LLM-contributed programs

FizzBuzz

Provenance: commit 9413b20b34 · authored 2026-02-08T16:51:23+01:00 · agent claude-code · model opus · WebSearch disabled
code.script · added: 2026-02-08T12:00:00Z
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.)

Contribute — propose a file extension

Tell us where to find evidence about SenseTalk (mapped to pl/sensetalk). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/SenseTalk/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Sense Sentence construction →