Path: utzoo!mnetor!uunet!husc6!bbn!rochester!PT.CS.CMU.EDU!sei!sei.cmu.edu!firth From: firth@sei.cmu.edu (Robert Firth) Newsgroups: comp.lang.misc Subject: Re: Readable names (was Re: case sensitivity) Message-ID: <4734@aw.sei.cmu.edu> Date: 24 Mar 88 20:08:15 GMT References: <2318@bsu-cs.UUCP> <2835@enea.se> <1810@sics.se> <3156@fluke.COM> Sender: netnews@sei.cmu.edu Reply-To: firth@bd.sei.cmu.edu.UUCP (Robert Firth) Organization: Carnegie-Mellon University, SEI, Pgh, Pa Lines: 9 In article <3156@fluke.COM> mce@tc.fluke.COM (Brian McElhinney) writes: >Are there languages other than CORAL that allow blanks in symbol names? If by blanks you mean "white space", then this is allowed by two of the oldest & best known languages: Algol-60 and Fortran. The ways of designing the language to permit white space in identifiers are very well known; so well known that I believe the decision not to allow white space is always a conscious one.