Currying: Elixir library to add currying capability to all your Elixir functions

To be clear, I’m not trying to say that the work Qqwy has done here isn’t cool, it definitely is. I also see how it can be useful for the library he’s making.

The point I’m trying to make is that proper currying requires support goes far deeper than even Elixir the language can provide, and that without such support I see little value in Elixir 2.0 trying to fake it or go with |> to last argument and so forth.

1 Like