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-pipeline
LLM (this repo) · 1WikipediaWikidata · Q5675045

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.

Paradigmsdataflow
Designed byIBM · John P. Hartmann (IBM)
First appeared1986
Influenced byPipeline (Unix)
Licenseproprietary software
Homepagehttp://vm.marist.edu/~pipeline

Related languages

CMS EXEC (0.15)PRQL (0.13)Feline (0.12)Gobstones (0.11)VHDL-AMS (0.10)

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
code.pipe · added: 2026-03-12T10:00:00Z
/* 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.)

Contribute — propose a file extension

Tell us where to find evidence about CMS Pipelines (mapped to pl/hartmann-pipeline). 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/CMS Pipelines/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← CMS EXEC CMS-2 →