Subject: Re: [boost] painless currying
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-08-24 12:18:53


On 24/08/2011 10:41, Thomas Heller wrote:

> FWIW, the feature described is currently perfectly doable with phoenix right
> now. With a combination of lambda, bind and placeholders. Which is,
> admittingly, not very elegant to do. A lot of boilerplate for such a seemingly
> simple task.

bind requires knowing the arity of the function, unless there is a trick
to avoid that?