The Elixir Pipe Operator

8 points by azhenley


pm

I’m not much into using adjectives like ‘beautiful’. This is technology, I prefer to focus on practicality than art. The pipe operator is indeed very practical because it reduces the sequential transformation of a parameter through a. Series of transformations, to the bare minimum syntax needed. Hence maximizing developer productivity via code economy. I never got it why most languages don’t provide something like this, as everyone needs it.