D and the world

Georg Wrede georg at nospam.org
Mon Apr 23 16:25:48 PDT 2007


eao197 wrote:
> Don Clugston <dac at nospam.com.au> wrote:
>> The question is, how well does metaprogramming scale in each of these  
>> languages?
> 
> I don't understand what you meen with 'scale'.

Scale means: you can do the same thing if your program is small and if 
it is big.

For example, procedural programming is good for small programs, but for 
a 1 million line application, procedural is not good. There you need OO 
or something else.




More information about the Digitalmars-d mailing list