POP-1

1 program Added 2026-02-08T21:34:34.369827Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 7b472b915a · authored 2026-02-08T22:34:53+01:00 · agent claude-code · model sonnet

Sources mentioning this language

4 sources · pl_id: pl/cowsel
LLM (this repo) · 1PldbWikipediaWikidata · Q5013542

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.

Paradigmsmulti-paradigm: structured · reflective · procedural
Typingdynamic
Designed byUniversity of Leeds · Bradford Institute of Technology · University of Edinburgh · Robin Popplestone · Rod Burstall
First appeared1964
Influenced byCPL · Lisp
LicenseProprietary
Implemented inassembly

Related languages

Pop-11 (0.50)POP-2 (0.31)Poplog (0.25)Popr (0.23)PL-11 (0.17)

LLM-contributed programs

List Operations Example

Provenance: commit 7b472b915a · authored 2026-02-08T22:34:53+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.pop · added: 2026-02-08T21:34:34.369827Z
;;; Simple POP-1 example: list operations
;;; POP-1 was the predecessor to POP-2, developed at Edinburgh

vars x;
[1 2 3 4 5] -> x;
x =>
hd(x) =>
tl(x) =>
[a b c] :: x =>

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 POP-1 (mapped to pl/cowsel). 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/POP-1/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Pootis Pop-11 →