elixir-pipes
elixir-pipes copied to clipboard
Elixir 1.2 has introduced `with` keyword.
Looks like main purpose of this extension is now served by with keyword introduced in Elixir 1.2.
Does it deprecate this extension?
Is it worth to put a notice about with keyword into the project's README?
+💯 Don't confuse the community
This library is different than with. For example there is no way to do pipe_with with the with macro..