On Feb 28, 2013 1:40 AM, "Vladimir Panteleev" <vladi...@thecybershadow.net> wrote: > > On Thursday, 28 February 2013 at 00:37:50 UTC, Andrei Alexandrescu wrote: >> >> Please chime in with ideas on how to make this happen. > > > Not an expert on the topic, but what does this mean for maintainers of integration with other backends, like GDC and LDC? For example: are there any other frontends in GCC not written in C/C++?
Before gdc, there was no such thing as a frontend written in C++ in gcc. As far as history goes this was a huge drawback to make any progress in the development of a gcc D compiler. Regards -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';