Beta BASIC

1 program Added 2026-03-11T12:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: BetaBasic
Provenance: commit 6055740d37 · authored 2026-03-11T00:05:36+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

2 sources · pl_id: pl/beta-basic
LLM (this repo) · 1Pldb

Related languages

BBC BASIC (0.40)Amiga BASIC (0.35)AmigaBasic (0.35)Brandy BASIC (0.33)GFA BASIC (0.33)

LLM-contributed programs

Recursive Diamond Drawing

Provenance: commit 6055740d37 · authored 2026-03-11T00:05:36+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.bas · added: 2026-03-11T12:00:00Z
def proc diamond x,y,size,diff
    default diff=15
    plot x,y-size
    draw -size,size
    draw size,size
    draw size,-size
    draw -size,-size
    if size >4 then
        diamond x,y+size,size-diff
        diamond x,y-size,size-diff
        diamond x-size,y,size-diff
        diamond x+size,y,size-diff
end proc

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 Beta BASIC (mapped to pl/beta-basic). 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/Beta BASIC/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Beta Beta-Juliet and Portia →