Tuple Calls

I thought they were pretty clear that they intended to keep Tuple Calls permanently? What they removed were parameterized modules (which meh, I’m for removing them anyway) and that used tuple calls. I remember talk of them fully legitimizing tuple calls in Erlang at one point (just not parameterized modules), but never removing them regardless.

That is not OOP style, not even remotely…
That is just the tuple-call version of Elixir’s piping |>, which of course puts it on the end of the argument list where piped values belong. :wink:

2 Likes