Jump to content

Pipeline programming

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bluebot (talk | contribs) at 09:04, 8 November 2005 (Bringing "External links" and "See also" sections in line with Manual of Style.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

When a language is originally designed without any syntax to nest function calls, pipeline programming is a simple syntax change to add it. The programmer connects notional program modules into a flow structure, by analogy to a physical pipeline carrying reaction products through a chemical or other plant. The best-known example is the UNIX pipe system, but many high level software design tools (such as the openDX display suite) provide a GUI pipeline programming tool that helps visualize data flow through the program.

See also

pipeline (software)