CMS Pipelines
1 program
Added 2026-03-12T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Pipelines, VM Pipelines
Provenance: commit d7e68e81f7 · authored 2026-03-12T21:19:56+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
3 sources · pl_id:
pl/hartmann-pipelineWikipedia 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 | dataflow |
|---|---|
| Designed by | IBM · John P. Hartmann (IBM) |
| First appeared | 1986 |
| Influenced by | Pipeline (Unix) |
| License | proprietary software |
| Homepage | http://vm.marist.edu/~pipeline |
Related languages
LLM-contributed programs
Word Frequency Counter
Provenance: commit d7e68e81f7 · authored 2026-03-12T21:19:56+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
/* Word frequency counter using CMS Pipelines
Reads a text file, splits into words,
sorts alphabetically, counts duplicates,
and displays the frequency table */
pipe < input.txt
| lower
| split
| sort
| dedup * count
| console
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.)