PLUS

1 program Added 2026-02-08T22:04:01Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 5266051736 · authored 2026-02-08T23:04:52+01:00 · agent claude-code · model sonnet

Sources mentioning this language

6 sources · pl_id: pl/plus
LLM (this repo) · 1PldbWikipediaEsolangRosettacodeWikidata · Q7197427

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.

Paradigmsimperative · structured
Typingstatic, strong, safe
Designed byAlan Ballard · Paul Whaley at UBC
First appeared1976
Influenced bySUE · Pascal

Related languages

PlusCal (0.36)XPL+ (0.36)VDM++ (0.31)Zelus (0.30)APL*PLUS (0.29)

LLM-contributed programs

Sum of Integers

Provenance: commit 5266051736 · authored 2026-02-08T23:04:52+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.plus · added: 2026-02-08T22:04:01Z
PROGRAM EXAMPLE;
VAR I, SUM: INTEGER;
BEGIN
  SUM := 0;
  FOR I := 1 TO 10 DO
    SUM := SUM + I;
  END;
  WRITE('Sum of 1 to 10 is: ', SUM);
END.

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 PLUS (mapped to pl/plus). 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/PLUS/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Plurple PlusCal →