Files
exercises-in-programming-style/05-pipeline
rvdheij c23828777f Solution with REXX filter in CMS Pipelines
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.
2019-04-26 16:54:50 +02:00
..
2014-03-14 10:19:21 -07:00
2014-03-14 10:19:21 -07:00
2014-03-14 10:19:21 -07:00
2014-03-14 10:19:21 -07:00
2018-12-13 19:57:17 -08:00

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