Future of string lambda functions/string predicate functions

Dmitry Olshansky dmitry.olsh at gmail.com
Wed Aug 14 11:42:34 PDT 2013


14-Aug-2013 22:21, Dicebot пишет:
> On Wednesday, 14 August 2013 at 18:18:32 UTC, Dmitry Olshansky wrote:
>> Could work since with a bit of compiler magic (expression alias).
>> Or even
>> alias f = typeof(_ + _);
>> with expression templates. Sounds like a solution but that would
>> destroy the easy ordering of arguments...
>
> And here one should probably stop for a while and ask: "is it worth it?"

As a library - of course, it's a great exercise at futility. C++ Boost 
lambda was full of it as they had less powerful language.

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list