case sensitivity

Chris Torek chris at mimsy.UUCP
Sun Apr 23 05:19:24 AEST 1989


I have another answer.

If you ignore case, you are discarding information.  This is bad.  If
the programmer wants the information discarded, it% can do this itself:

	tr A-Z a-z < foo.c | /lib/cpp | /lib/ccom | /lib/c2 | as -o foo.o

-----
% Non-sexist non-animist pronoun.
-----

More seriously: I have used languages that ignore case, and languages
that care about case, and have never been particularly impressed with
the former, nor particularly excited about the case distinctions in the
latter.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain:	chris at mimsy.umd.edu	Path:	uunet!mimsy!chris



More information about the Comp.lang.c mailing list