Compose and curry as folds--Nick Athanasiou
With the next version of C++.
Compose and curry as folds
by Nick Athanasiou
From the article:
In a previous post we introduced C++17 fold expressions and described a way to extend them for arbitrary callables. Implementation details don’t matter for what we’re elaborating on here but it should be clear that (given the tools we developed) the following is possible:
(Op<F>(args) + ...) (... + Op<F>(args))

The new GoingNative is out!
Compilation time computations are good!
The new CLion is here!