Hacker News new | ask | show | jobs
by xigoi 994 days ago
Nice idea, but something as simple as this doesn't work:

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