[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
<boolean> (was Re: object-class)
- To: eliot@dcs.qmw.ac.uk
- Subject: <boolean> (was Re: object-class)
- From: Stavros Macrakis <macrakis@osf.org>
- Date: Mon, 23 Nov 1992 13:42:18 -0500
- Cc: info-dylan@cambridge.apple.com
- In-reply-to: eliot@dcs.qmw.ac.uk's message of Sat, 21 Nov 92 14:26:29 GMT <9211211426.AA03469@debara.dcs.qmw.ac.uk>
- Sender: macrakis@osf.org
...If you have separate classes for true & false then its possible
to define the basic control structures using polymorphism on #t &
#f and lambda (method)....
Elegant, perhaps, but what does it add to the ease of reading or
writing programs, or even to the ease of defining Dylan's semantics?
-s