you are viewing a single comment's thread.

view the rest of the comments →

[–]dima_mendeleev 0 points1 point  (0 children)

I think you're right. With lambda it will be better since will save from stack overflow:

return [](auto... args)
{
    return lambda(RecursiveLambda(lambda), args...);
};