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/plusWikipedia 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 | imperative · structured |
|---|---|
| Typing | static, strong, safe |
| Designed by | Alan Ballard · Paul Whaley at UBC |
| First appeared | 1976 |
| Influenced by | SUE · Pascal |
Related languages
LLM-contributed programs
Sum of Integers
Provenance: commit 5266051736 · authored 2026-02-08T23:04:52+01:00 · agent claude-code · model sonnet · WebSearch disabled
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.)