Hacker News new | ask | show | jobs
by Tade0 994 days ago
Here's a very basic implementation:

https://github.com/Tade0/pipe/blob/master/pipe-sync.js

1 comments

Nice idea, but something as simple as this doesn't work:

    pipeSync(p => [
      "hello",
      p + " world",
      console.log
    ]);