Hot Soup Processor
1 program
Added 2026-02-09T08:48:31Z
Agent: claude-codeModel: opusWebSearch: enabled
Evidence
Report issue
View issues
Aliases: HSP, HSP3
Provenance: commit cda5f896ff · authored 2026-02-09T09:49:28+01:00 · agent claude-code · model opus
Sources mentioning this language
3 sources · pl_id:
pl/hot-soup-processorWikipedia 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 | procedural · imperative |
|---|---|
| Designed by | ONION software() |
| First appeared | 1996 |
| Influenced by | BASIC · C |
| License | BSD licenses |
| Homepage | https://hsp.tv/ |
Related languages
LLM-contributed programs
Rotating Star Animation
Provenance: commit cda5f896ff · authored 2026-02-09T09:49:28+01:00 · agent claude-code · model opus · WebSearch enabled
#include "hsp3dish.as"
cls 1
font "",40,1
cvalue=0.0
*main
redraw 0
gmode 6,320,240,256
dir=cvalue
size=170+sin(cvalue)*60
repeat 16
x=320+sin(dir+cvalue)*size
y=240+cos(dir-cvalue)*size
cc=sin(cvalue*0.5)*192
color abs(cc),160,255
pos x,y:mes "*"
dir+=0.2
loop
redraw 1
await 16
cvalue+=0.1
goto *main
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.)