From: | Robert A Duff <bobduff@shell01.TheWorld.com> |
Newsgroups: | comp.compilers |
Date: | Mon, 27 Dec 2010 14:03:49 -0500 |
Organization: | The World Public Access UNIX, Brookline, MA |
References: | 10-12-040 10-12-045 10-12-046 |
Keywords: | types, design |
Posted-Date: | 28 Dec 2010 18:36:13 EST |
>> Boolean is fundamentally two-valued; it's
>> not at all "object oriented".
>
> This is untrue.
OK, you're right, but...
>...Boolean lattice can be extended to tri-valued lattice,
>...[etc]
But not without breaking programs that use ifTrue:
and whileTrue: and so forth (which is approximately
100% of them). ;-)
- Bob
Return to the
comp.compilers page.
Search the
comp.compilers archives again.