Const sucks

Bruce Adams tortoise_74 at ya.hoo.nospamme.uk.ceo
Tue Sep 11 00:23:44 PDT 2007


Jason House Wrote:

> Jason House wrote:
> > Except for the most pathological cases...
> 
> The pathological case that I'm aware of is recursion.

[OT]
recursion is an odd beast. Its a fundermental programming concept and yet I noticed recently that I almost never ever need it in C++. In fact it only seems to come up in templates. In D we have static looping constructs which remove the need even there. I wonder how often it will show up in practice.

Bruce.



More information about the Digitalmars-d mailing list