Hacker News new | ask | show | jobs
by rockyj 1414 days ago
I had built an "async" version of this - https://github.com/rocky-jaiswal/async-utils/blob/main/src/p...

Basically can solve a lot of problems by passing state to a list of "piped" functions which modify the state and eventually generate an output.