On 8/24/2017 12:08 PM, Jacob Carlborg wrote: > D can already link with C++, but not all features are supported. Like lambdas, > for example, are not supported. I have no idea how that would even work. Since lambdas are nested functions, how would one write one in D and have it nested inside C++ code?