Sinclair BASIC
1 program
Added 2026-02-07T14:53:22Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: ZX Spectrum BASIC, ZX BASIC
Provenance: commit e2a119ce32 · authored 2026-02-07T15:54:54+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/sinclair-basic-2Wikipedia 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 | imperative |
|---|---|
| Designed by | Nine Tiles Networks · Sinclair Research · John Grant · Steve Vickers |
| First appeared | 1980 |
| License | Proprietary |
Related languages
LLM-contributed programs
Spiral Pattern
Provenance: commit e2a119ce32 · authored 2026-02-07T15:54:54+01:00 · agent claude-code · model sonnet · WebSearch disabled
10 REM Spiral Pattern
20 CLS
30 LET x = 128
40 LET y = 88
50 LET a = 0
60 LET r = 0
70 FOR i = 1 TO 500
80 LET r = r + 0.5
90 LET a = a + 0.1
100 LET nx = x + r * COS a
110 LET ny = y + r * SIN a
120 PLOT nx, ny
130 NEXT i
140 PAUSE 0
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.)