Blitz BASIC
1 program
Added 2026-02-25T00:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: BlitzBasic, Blitz3D, BlitzPlus
Provenance: commit c68cc86da0 · authored 2026-02-25T19:11:43+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
7 sources · pl_id:
pl/blitzbasicWikipedia 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 · object-oriented · modular · reflective |
|---|---|
| Typing | static, weak, strong (optional) |
| Designed by | Blitz Research · Mark Sibly |
| First appeared | 2004 |
| Influenced by | BlitzBasic |
| License | zlib License |
| Homepage | http://www.blitzbasic.com/ |
Extensions claimed by this language
4 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.bb | linguist | primary | 1.0M files |
.bb | pygments | primary | 1.0M files |
.decls | linguist | secondary | 6.1K files |
.decls | pygments | secondary | 6.1K files |
Related languages
LLM-contributed programs
Fibonacci
Provenance: commit c68cc86da0 · authored 2026-02-25T19:11:43+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
Function Fibonacci(n)
If n < 2 Then Return n
Return Fibonacci(n-1) + Fibonacci(n-2)
End Function
For i = 0 To 10
Print Fibonacci(i)
Next
WaitKey
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.)
Disambiguation rules
Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.bb/0 | .bb | predicates | [{"kind": "any", "regexes": ["(<^\\s*; |End Function)"]}] |