Extended Type Design.

Walter Bright newshound at digitalmars.com
Fri Mar 16 15:41:54 PDT 2007


eao197 wrote:
> No, at first there must be 'D with macros' (like 'C with classes') and 
> only then -- D++ :))

D will get macros - but they won't be text processing macros, they'll be 
abstract syntax tree (AST) processing macros.

C++ programmers often try to use text macros to do syntax tree 
manipulation, but the result usually looks like one tried to use a belt 
buckle to drive screws.



More information about the Digitalmars-d mailing list