GPSS
1 program
Added 2025-11-02T17:25:23Z
Model: google/gemini-2.5-proTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 6787e1c270 · authored 2025-11-02T18:25:23+01:00 · model google/gemini-2.5-pro
Sources mentioning this language
4 sources · pl_id:
pl/gpssWikipedia 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 | IBM · Geoffrey Gordon |
|---|---|
| First appeared | 1961 |
Extensions claimed by this language
1 claim. 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 |
|---|---|---|---|
.gps | wikipedia | proposed | 11.3K files |
Related languages
LLM-contributed programs
A Simple Queuing System
Provenance: commit 6787e1c270 · authored 2025-11-02T18:25:23+01:00 · model google/gemini-2.5-pro · Temp 0.4
*
* GPSS/H Student Version
* A Simple Queuing System
*
SIMULATE
*
* Model Segment 1: Transactions represent customers
*
GENERATE 18,6 ;Customers arrive every 18 +/- 6 minutes
QUEUE WaitLine ;Enter the line
SEIZE Joe ;Capture the barber
DEPART WaitLine ;Leave the line
ADVANCE 15,3 ;Get a haircut in 15 +/- 3 minutes
RELEASE Joe ;Free the barber
TERMINATE 1 ;Leave the shop
*
* Model Segment 2: Run control
*
GENERATE 480 ;Create a timer transaction after 8 hours
TERMINATE 1 ;Shut down the run
*
* Control Statements
*
START 1 ;Start the run
END ;End of model file
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.)