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/gpss
LLM (this repo) · 1PldbWikipediaWikidata · Q1486554

Wikipedia 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 byIBM · Geoffrey Gordon
First appeared1961

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.
ExtensionSourceStrengthSWH
.gpswikipediaproposed11.3K files

Related languages

GAUSS (0.30)Glass (0.30)GRASS (0.30)GPSS/360 (0.28)GPSS/H (0.25)

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
code.gps · added: 2025-11-02T17:25:23Z
*
*       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.)

Contribute — propose a file extension

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