Programming Language for Games, part 3
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Sun Nov 2 12:33:48 PST 2014
On 11/2/2014 12:12 PM, bearophile wrote:
> I think the free mixing of signed and unsigned integral values is not a good
> idea in D.
It's simply not workable to put a wall between them. Every proposal for it has
entailed various unfortunate, ugly, and arbitrary consequences.
Languages like Java have "solved" the problem by simply not having any unsigned
types. That isn't going to work for a systems programming language.
More information about the Digitalmars-d
mailing list