Case-sensitivity: why -- or why not? (was Re: Damnation!)

Dennis Lee Bieber wlfraed at ix.netcom.com
Sun May 21 22:02:59 EDT 2000


On 21 May 2000 11:55:09 -0700, Phil Austin <phil at geog.ubc.ca> declaimed
the following in comp.lang.python:

> Actually modern Fortran is still case-insensitive -- the existing code
> base is simply too large to consider changing this.
>
	Based upon the Fujitsu COBOL supplied with "COBOL: From Micro to
Mainframe", COBOL is also case insensitive. Not surprising, since it too
came from the era of caps-only keypunch machines.

	However, I consider case sensitivity/insensitivity to be
something in a language from the beginning -- not something to be
changed mid-stream. Even Fortran-90 (which declared that "Fortran" is
now a name and not an acronym for FORmula TRANslator <G>) doesn't
enforce case -- even if most of the rest of the language is much
different (continuation lines, in particular).

	If Python-to-be is going to affect things that much, call it...
Monty...

--
 > ============================================================== <
 >   wlfraed at ix.netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
 >      wulfraed at dm.net     |       Bestiaria Support Staff       <
 > ============================================================== <
 >        Bestiaria Home Page: http://www.beastie.dm.net/         <
 >            Home Page: http://www.dm.net/~wulfraed/             <



More information about the Python-list mailing list