ekmett / machines

Networks of composable stream transducers
Other
339 stars 46 forks source link

Capture/union/rest #112

Open davean opened 3 years ago

davean commented 3 years ago

'capture' adds some symmetry to how plans can be used in machines to how machines can be used in plan.

'union' and 'rest' are functions I've found useful for working with streams of specific formats or integrating with other types of data.