D-etractions A real world programmers view on D

Walter Bright newshound2 at digitalmars.com
Sat Aug 25 12:39:14 PDT 2012


On 8/25/2012 6:03 AM, Peter Alexander wrote:
> Okay, so bitfields are rarely used, but many templates involve some use of CTFE,
> and templates are very common in D code. It's good that D's parser is fairly
> simple to implement (compared to C++ anyway), but to do automated refactoring
> you need simple semantic analysis, and this is something that D does not have.

How many IDEs can handle the C preprocessor, with token pasting and all, when 
refactoring?


More information about the Digitalmars-d mailing list