Pipeline programming: Difference between revisions

Content deleted Content added
m add link to programming paradigm
 
(29 intermediate revisions by 24 users not shown)
Line 1:
#redirect [[pipelinePipeline (software)]]
'''Pipeline programming''' is a [[programming paradigm]] in which the programmer connects notional program modules into a flow structure, by analogy to a physical pipeline carrying reaction products through a [[chemical plant|chemical]] or other plant. The best-known example is the [[pipeline (Unix)|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)]]
 
 
{{Compu-lang-stub}}