Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!crdgw1!uakari.primate.wisc.edu!samsung!transfer!lectroid!sw.stratus.com!nick From: nick@sw.stratus.com (Nicolas Tamburri) Newsgroups: comp.lang.forth Subject: Re: Forth style Message-ID: <5691@lectroid.sw.stratus.com> Date: 20 May 91 16:02:14 GMT References: <9105201330.AA15890@ucbvax.Berkeley.EDU> Sender: usenet@lectroid.sw.stratus.com Organization: Stratus Computer, Inc. Lines: 20 In Article 4829 Mitch.Bradley@ENG.SUN.COM writes: > [Lots of capitalization background deleted...] > [Conclusion:] > I am certain of one thing: A programmer who creates 2 different names > that differ only in capitalization is asking for trouble, even if the > system is case sensitive. Excuse me for stating the obvious here, (maybe that's why you didn't state it Mitch.) I would think that the overwhelming reason to not play games with case sensitive names is that it makes for very unportable code. Some systems honor case sensitivity, others don't and I've seen one that lets you type a defining name in any case, but stores it in the definition header in upper case only. I don't know about anybody else in this group, but I care a great deal about portability. :-) /nt nick@kyron.sw.stratus.com