PL360
1 program
Added 2026-02-06T08:56:30Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: PL/360
Provenance: commit 84a270704e · authored 2026-02-06T09:57:10+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/pl360Wikipedia 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 · structured |
|---|---|
| Typing | static, strong |
| Designed by | Stanford University · Niklaus Wirth · Joseph W. Wells Jr · Edwin Satterthwaite Jr |
| First appeared | 1966 |
| Influenced by | ALGOL · Executive Systems Problem Oriented Language (ESPOL) |
| Implemented in | ALGOL · then PL360 |
Related languages
LLM-contributed programs
Simple Addition Procedure
Provenance: commit 84a270704e · authored 2026-02-06T09:57:10+01:00 · agent claude-code · model sonnet · WebSearch disabled
COMMENT Example PL360 program to add two numbers;
ADDTWO: PROCEDURE;
BEGIN
INTEGER A, B, SUM;
A := 5;
B := 10;
SUM := A + B;
RETURN;
END ADDTWO;
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.)