Smalltalk
1 program
Added 2025-10-22T09:36:49Z
Model: openai/gpt-4o-miniTemp: 0.4
Evidence
Report issue
View issues
Aliases: Squeak, Pharo
Provenance: commit 58b30583ff · authored 2025-10-22T11:36:49+02:00 · model openai/gpt-4o-mini
Sources mentioning this language
8 sources · pl_id:
pl/smalltalkWikipedia 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 | object-oriented |
|---|---|
| Typing | objects, but in some implementations, strong or dynamic |
| Designed by | Peter Deutsch · Adele Goldberg · Dan Ingalls · Ted Kaehler · Alan Kay · Diana Merry · Scott Wallace · Xerox PARC |
| First appeared | 1972 |
| Influenced by | Lisp · Simula · Euler · IMP · Planner · Logo · Sketchpad · ARPAnet · Burroughs B5000 |
| Implemented in | Smalltalk |
Extensions claimed by this language
4 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 |
|---|---|---|---|
.st | linguist | primary | 3.8M files |
.st | pygments | primary | 3.8M files |
.st | wikidata | primary | 3.8M files |
.cs | linguist | secondary | 345.7M files |
Related languages
LLM-contributed programs
Simple Smalltalk Example
Provenance: commit 58b30583ff · authored 2025-10-22T11:36:49+02:00 · model openai/gpt-4o-mini · Temp 0.4
Object subclass: #HelloWorld
HelloWorld class >> sayHello
Transcript show: 'Hello, World!'; cr.
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.)
Disambiguation rules
Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.cs/0 | .cs | predicates | [{"kind": "any", "regexes": ["![\\w\\s]+methodsFor: "]}] |
h/linguist/.st/1 | .st | predicates | [{"kind": "any", "regexes": ["\\A\\s*[\\[{(^\"'\\w#]|[a-zA-Z_]\\w*\\s*:=\\s*[a-zA-Z_]\\w*|class\\s*>>\\s*[a-zA-Z_]\\w*|^[a-zA-Z_]\\w*\\s+[a-zA-Z_]\\w*:|^Class\\s*\\{|if(?:True|False):\\s*\\["]}] |