[erlang-questions] Automatic currying
Alex Wilson
alex@REDACTED
Fri May 1 13:08:07 CEST 2015
On Thu, 2015-04-30 at 16:42 -0400, Siraaj Khandkar wrote:
> One of the things I often wish for, when using Erlang, is staged
> application of any function without having to manually wrap it in stage
> funs (which you get in languages that feature curried-by-default functions).
Have you seen the Scheme-style "cut" parse_transform in erlando?
https://github.com/rabbitmq/erlando#cut
It's not currying, but you can often use it to meet a lot of the same
needs.
More information about the erlang-questions
mailing list