CMS Pipelines implements piping in z/VM. https://en.wikipedia.org/wiki/CMS_Pipelines This code implements a pipeline stage that takes two input streams: the document to count, and the stop words to exclude from counting.
Style #5
Constraints:
- Larger problem decomposed in functional abstractions. Functions, according to Mathematics, are relations from inputs to outputs.
- Larger problem solved as a pipeline of function applications
Possible names:
- Candy factory
- Functional
- Pipeline