Hacker News new | ask | show | jobs
by epolanski 1002 days ago
You can always

   pipe(
     2,
     double,
     x => x.toString()
   )


I love your approach too, it's really more of a pipe operator than a `pipe` function which expects the pipeline to happen on the arguments side.