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/etoys
LLM (this repo) · 1PldbWikipediaWikidata · Q1044290

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.

Paradigmsobject-oriented prototype-based · educational
Typingdynamic
Designed byScott Wallace · Ted Kaehler · John Maloney · Andreas Raab · Dan Ingalls · Alan Kay
First appeared1996
Influenced byLogo · Smalltalk · HyperCard · StarLogo · AgentSheets
LicenseMIT and Apache 2.0 licenses
Homepagehttp://www.squeakland.org/

Related languages

Smalltalk (0.50)Cuis (0.37)Cuis Smalltalk (0.32)Little Smalltalk (0.31)Pharo (0.31)

LLM-contributed programs

Simple Etoys Script

Provenance: commit 14664a6e68 · authored 2025-10-23T11:35:03+02:00 · model mistralai/codestral-2508 · Temp 0.4
code.st · license: MIT · added: 2025-10-23T09:35:03Z
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.)

Contribute — propose a file extension

Tell us where to find evidence about Etoys (mapped to pl/etoys). 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/Etoys/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← EtomemoteetomemoteetomemoteetomemotE Etre →