Files
2021-02-16 16:51:42 -08:00
..
2020-05-05 09:05:19 -07:00
2021-02-16 16:51:42 -08:00

Style #28

Constraints:

  • Data comes to functions in streams, rather than as a complete whole all at at once
  • Functions are filters / transformers from one kind of data stream to another

Possible names:

  • Lazy rivers
  • Data streams
  • Dataflow
  • Data generators