Hacker News new | ask | show | jobs
by sproutini 249 days ago
Overengineered in my view, what is wrong with `x | f` is `f(x)`? Then `x | f | g` can be read as `g(f(x))` and you're done. I don't see any reason to make it more complicated than that.
1 comments

You can’t make it work like that in current JavaScript.