On Sat, Jan 26, 2008 at 12:34:04AM -0800, David Brown wrote: > On Fri, Jan 25, 2008 at 11:28:07PM -0800, [EMAIL PROTECTED] wrote: > Scheme as both the empty list and > a special #f false object.
Picking one choice, () or #f is one thing. By using *both* it appears they made things worse. Now we have to know *when* Scheme returns #f and when it returns () !?!? e.g. mit-scheme returns () when evaluating (= 4 6). When will mit-scheme "decide" to return #f instead? Chris -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
