<p><br>
On Sep 25, 2013 8:55 PM, "Arjan" <<a href="mailto:arjan@ask.me">arjan@ask.me</a>> wrote:<br>
><br>
> On Wed, 25 Sep 2013 17:53:41 +0200, Sean Kelly <<a href="mailto:sean@invisibleduck.org">sean@invisibleduck.org</a>> wrote:<br>
><br>
>> On Sep 24, 2013, at 8:45 PM, "deadalnix" <<a href="mailto:deadalnix@gmail.com">deadalnix@gmail.com</a>> wrote:<br>
>>><br>
>>><br>
>>>> On Wednesday, 25 September 2013 at 03:12:55 UTC, Walter Bright wrote:<br>
>>>>><br>
>>>>> On 9/24/2013 5:39 PM, deadalnix wrote:<br>
>>>>> It doesn't seem that surprising to me. If you want a compiler that is fast, you<br>
>>>>> use DMC, if you want a compiler that will do coffee, you use GCC or clang recently.<br>
>>>>> I do think the user base you judge on is biased.<br>
>>>><br>
>>>><br>
>>>> I'm sorry, I don't believe the dmc user base secretly loved that feature. Which is why I dropped it from dmd, despite having spent significant time making it work nice in dmc.<br>
>>><br>
>>><br>
>>> That is the exact opposite. People that like feature rich compiler already use another compiler. People that like minimal tooling and speed uses DMC.<br>
>><br>
>><br>
>> I don't know. I liked DMC specifically because of the nifty features. I used VC++ for the debugging environment. But then I never worked on a Windows project where compile time was a problem. The really big stuff (ie. millions of LOC) has always been on some variant of Unix.<br>

><br>
><br>
> Well we extensively used Symantec C/C++ and later DMC on various large projects om Windows. And I did appreciate the error caret in DMC at the time. I really loved the compiler and IDDE back then. We also used compilers from other vendors (Borland Watcom IBM KAI MS). The most remarkable memories are of course the compile speed but also (for a long time) the performance of the generated code!<br>

> An other thing we really really really loved was the speed in response on reporting compiler bugs! Almost every time within 2 or 3 days we received a 'fixed' compiler in our inbox from Walter! (Thank You Walter!)<br>

> Also often times DMC captured programming bugs during compilation not found by the Borland Watcom or MS compilers.<br>
> It wasn't until 2004/2005 before I switched to VS2003/vS2005 because DMC was getting to much behind and the MS compiler had improved a lot.<br>
><br>
> Arjan</p>
<p>I guess moral of the story is: People don't compliment what they take for granted - only complain when it is missing.  :)</p>
<p>Regards<br>
-- <br>
Iain Buclaw</p>
<p>*(p < e ? p++ : p) = (c & 0x0f) + '0';</p>