July 2020
Intermediate to advanced
360 pages
7h 8m
English
9.1Constraints

Variation of the Pipeline style, with the following additional constraints:
⊳Each function takes an additional parameter, usually the last, which is another function.
⊳The function parameter is applied at the end of the current function.
⊳The function parameter is given, as input, what would be the output of the current function.
⊳The larger problem is solved as a pipeline of functions, but where the next function to be applied is given as a parameter to the current function.
9.2A Program in This Style
9.3Commentary
IN THIS STYLE, functions take one additional parameter – a function – that ...
Read now
Unlock full access