Composition and Pipelines
Rorosyd 2015
Composing a program out of smaller parts; function composition and pipelines.
The excellent talks mentioned:
- Blending Functional and OO Programming in Ruby (Piotr Solnica)
- Currying, Composition, and You (Matt Parsons)
- Functional Composition (Chris Ford)
And the worked example of >>
and <<
for Procs, with specs: