> > It is true that when compiled, `a foo b` and ` a |> foo(b)`, both become > `foo(a, b)`. The argument that you gave against adding `` could just as > well be applied against the pipeline operator itself >
As you said though, "aesthetics do matter" and |> provides a huge gain in readability we are all aware of. The question, however, is: does `fun` provides substantial gains compared to what we have today? I would say the answer is no. There is a cost in adding features and language syntax and I don't think `fun` offsets those costs given we have others, similar ways, of solving the raised problems. -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4JGremfcn2Hv3W7-D_X9uDyDNQWLJzBGDcRZyK8R4BSig%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
