top | item 45514679

(no title)

sproutini | 4 months 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.

discuss

order

xigoi|4 months ago

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