Etoys
1 program
Added 2025-10-23T09:35:03Z
Model: mistralai/codestral-2508Temp: 0.4
Evidence
Report issue
View issues
Aliases: Squeak, Smalltalk
Provenance: commit 14664a6e68 · authored 2025-10-23T11:35:03+02:00 · model mistralai/codestral-2508
Sources mentioning this language
4 sources · pl_id:
pl/etoysWikipedia 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 prototype-based · educational |
|---|---|
| Typing | dynamic |
| Designed by | Scott Wallace · Ted Kaehler · John Maloney · Andreas Raab · Dan Ingalls · Alan Kay |
| First appeared | 1996 |
| Influenced by | Logo · Smalltalk · HyperCard · StarLogo · AgentSheets |
| License | MIT and Apache 2.0 licenses |
| Homepage | http://www.squeakland.org/ |
Related languages
LLM-contributed programs
Simple Etoys Script
Provenance: commit 14664a6e68 · authored 2025-10-23T11:35:03+02:00 · model mistralai/codestral-2508 · Temp 0.4
Object subclass: #SimpleExample
instanceVariableNames: ''
classVariableNames: ''
package: 'Etoys-Examples'
SimpleExample>>exampleMethod
"This is a simple example method in Etoys"
| sum |
sum := 0.
1 to: 10 do: [:i | sum := sum + i].
^sum
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.)