Blassic

1 program Added 2026-03-10T12:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Basic Language As It Should Come
Provenance: commit cb584f3975 · authored 2026-03-10T15:42:44+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

BAL (0.25)Lime (0.22)SCELBAL (0.22)Shen (0.22)COMAL (0.22)

LLM-contributed programs

Fibonacci Sequence

Provenance: commit cb584f3975 · authored 2026-03-10T15:42:44+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.bas · added: 2026-03-10T12:00:00Z
10 REM Fibonacci sequence in Blassic BASIC
20 LET A = 0
30 LET B = 1
40 FOR I = 1 TO 10
50   PRINT A
60   LET C = A + B
70   LET A = B
80   LET B = C
90 NEXT I

Contribute — propose a file extension

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