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.
