|
|
|
|
|
by jlouis
4764 days ago
|
|
Two points: * Erlang, nor Elixir, has currying. And they can't define their own infix identifiers/operators. This severely limits the way the language works, and you need built in support.
* the |> notion is not even a higher-order combinator in Elixir. It is a special-case built-in you cannot redefine. I agree with you that this is a bad design decision if you are to evolve the Erlang language :P |
|