On Friday, 29 January 2016 at 17:50:04 UTC, jmh530 wrote: > My understanding is that D has a lot of options for behavior > similar to RAII, but it does not have the full capability. What > would be the most important thing for D to change to improve > the experience of binding to C++? Support RAII: constructors, destructors and value semantics.