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-2
LLM (this repo) · 1WikipediaWikidata · Q2074777

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.

Paradigmsimperative
Designed byNine Tiles Networks · Sinclair Research · John Grant · Steve Vickers
First appeared1980
LicenseProprietary

Related languages

ZX Spectrum BASIC (0.85)ZX-80 BASIC (0.40)ZX-81 BASIC (0.40)ASIC (0.21)MSX Basic (0.20)

LLM-contributed programs

Spiral Pattern

Provenance: commit e2a119ce32 · authored 2026-02-07T15:54:54+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.bas · added: 2026-02-07T14:53:55Z
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.)

Contribute — propose a file extension

Tell us where to find evidence about Sinclair BASIC (mapped to pl/sinclair-basic-2). 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/Sinclair BASIC/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← sina sinclair-basic →