DMD 0.148 release
Derek Parnell
derek at psych.ward
Sun Feb 26 13:37:15 PST 2006
On Mon, 27 Feb 2006 02:59:42 +1100, Wang Zhen <nehzgnaw at gmail.com> wrote:
> I'm curious to know how you can tolerate the much impure int and real
> types while highly demanding a pure boolean. An integer bool is at least
> a superset of true booleans. Does that really bother people more?
'int' is not impure. It is a defined subset of integers.
'real' is not impure. It is a defined subset of reals.
'int' is not a superset of boolean. They are in different domains. You
seem to be confusing implementation with theory.
--
Derek Parnell
Melbourne, Australia
More information about the Digitalmars-d-announce
mailing list