StarLogo
1 program
Added 2026-02-07T15:23:29Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: StarLogo TNG
Provenance: commit afd38936ea · authored 2026-02-07T16:24:43+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/starlogoWikipedia 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 | multi-paradigm: educational · procedural · agent-based · simulation |
|---|---|
| Typing | duck, dynamic, strong |
| Designed by | MIT: Media Lab · Scheller Teacher Education Program · Mitchel Resnick · Eric Klopfer · Daniel Wendel |
| First appeared | 2001 |
| Influenced by | Logo |
| License | Various |
| Implemented in | Java · C |
| Homepage | http://www.slnova.org |
Related languages
LLM-contributed programs
Random Walk Simulation
Provenance: commit afd38936ea · authored 2026-02-07T16:24:43+01:00 · agent claude-code · model sonnet · WebSearch disabled
to setup
clear-all
create-turtles 100 [
set color red
setxy random-xcor random-ycor
]
reset-ticks
end
to go
ask turtles [
forward 1
right random 30
left random 30
]
tick
end
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.)