[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Extension Language Plans



   From: "ozan s. yigit" <oz@nexus.yorku.ca>
   Date: 	Tue, 25 Oct 1994 00:37:21 -0400

   since when the () vs #f distinction became not-terribly-significant?
   adapting this meant breaking countless programs, a lot of lost time.
   were we fools to adapt it?

I write all my Scheme code to work either way.  I have found that bugs
dependent on (EQ?  '() #f) are easy to catch and repair (and
infrequent), even in other peoples code (SLIB and JACAL).