On Aug 16, 2013 10:55 AM, "BS" <slackovsky@gmail.com> wrote:
>
> On Friday, 16 August 2013 at 09:28:13 UTC, Daniel Murphy wrote:
>>
>> "Kagamin" <spam@here.lot> wrote in message
>> news:iceiqyqtdsippewgetmp@forum.dlang.org...
>>>
>>> Isn't the resulting D code is still one 70k-line file?
>>
>>
>> ~92k
>>
>> Putting the code into multiple files is trivial, but until we've done some
>> major refactoring it won't start to resemble the original source
>> organisation.  ( see https://github.com/D-Programming-Language/dmd/pull/2356
>> for some discussion )
>
>
> Looking forward DMD!D
>
> The D compiler that compiles itself at compile time :-)
>

I suspect we won't be able to do that efficiently until Don starts speeding up CTFE. ;-)

Regards
--
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';