[erlang-questions] Pipe Operator in Erlang?

Serge Aleynikov serge@REDACTED
Thu Jul 9 19:44:14 CEST 2015


Though it's a bit off topic, but I'd love to see a different kind of
application of '|' supported by syntax (yet probably ';' would be more in
the "Erlang" spirit for the task):

case SomeVar of
  a | b | c ->
    true;
  _ ->
    false
end.



On Thu, Jul 9, 2015 at 11:24 AM, Volkert <volkert@REDACTED>
wrote:

> Dear all,
>
> I really love the Pipe Operator |> in Elixir and F#.
>
> Are there any plans to have this in Erlang?
>
> Volkert
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150709/7bd596e1/attachment.htm>


More information about the erlang-questions mailing list