Palo Alto Tiny BASIC
1 program
Added 2026-03-05T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: PATB, Tiny BASIC
Provenance: commit a8fc123b51 · authored 2026-03-05T00:42:37+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
3 sources · pl_id:
pl/tiny-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.
| Designed by | Li Chen Wang · Dennis Allison |
|---|---|
| First appeared | 1976 |
| Influenced by | Tiny BASIC Design Note · Tiny BASIC Extended · Dartmouth BASIC · 8008 BASIC |
| License | Public domain |
| Implemented in | IL (Interpretive Language) |
Related languages
LLM-contributed programs
FizzBuzz
Provenance: commit a8fc123b51 · authored 2026-03-05T00:42:37+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
10 REM FIZZBUZZ
20 FOR I=1 TO 100
30 IF (I/15)*15=I PRINT "FIZZBUZZ";GOTO 70
40 IF (I/3)*3=I PRINT "FIZZ";GOTO 70
50 IF (I/5)*5=I PRINT "BUZZ";GOTO 70
60 PRINT I
70 NEXT I
80 STOP
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.)