[dmd-internals] Memory Leak

Jason House jason.james.house at gmail.com
Sun Nov 11 18:51:14 PST 2012


On Nov 11, 2012, at 8:38 PM, Walter Bright <walter at digitalmars.com> wrote:
> 
> Yes, adding const in would probably be an easy and effective change. Too bad C++ has no purity :-(


I've always thought an up and coming language should have a tool to automatically convert to C or C++ code. That allows support for all platforms supported by C/C++ and making a self-hosted compiler.

How hard would a D to C++ converter be? I think ABI compatibility would be impossible, but might not be too big of a limitation. If such a thing existed, is it possible to incrementally convert pieces of the compiler to D?


More information about the dmd-internals mailing list