When D is not nice

Manfred_Nowak svv1999 at hotmail.com
Sun Jul 6 23:54:56 PDT 2008


Frank Benoit wrote:

> "abc " + a + " bla";
[...]
> I would be happy if we could remove all three of this annoying
> points. 

This seems as you want to give up strong typing.

The next one may come up with

  x= 2 + a + 4;

where a is an interface and requires that a should be easily 
transformable for not geetting any error.

Would you allow or forbid that?


-manfred



More information about the Digitalmars-d mailing list