|
|
|
|
|
by fredrikholm
1097 days ago
|
|
Definitely, I missed to mention that partial application via currying isn't something you do in Erlang either. If you did however, swapping the arguments would break most partial application patterns you see in languages like Haskell, OCaml, Elm and even JS. |
|
I think there are many more severe problems with Elixir which make it not even a remotely functional PL for me (rather, procedural + macros), but arguments order is not one of them.