Re: Case sensitivity in programming languages.
- From: "Tony Marston" <tony@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 27 Jul 2006 09:04:34 +0100
"ImOk" <jon.macaroni@xxxxxxxxx> wrote in message
news:1153959111.694621.115960@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Let me clarify my position. I am not taking a position. I was just
simply stating why many languages are case sensitive. The fact that
it's to force the programmer to write English prose is just BS
secondary thinking. The real reason, it's more efficient to parse.
I started on mainframe COBOL in the70s, and due to the limited character set
there was no lower case. When I moved to mini-computers (Data General,
Hewlett Packard) in the 80s they allowed both upper and lower case but NEVER
introduced case-sensitivity. It was possible to write COBOL and JCL in
either case and the computer didn't care. This proves that case-sensitivity
was not introduced on grounds of "efficiency" as the computer could
automatically convert everything to the same case with no loss in
performance.
Having case-sensitive software causes more problems that it solves,
therefore it is EVIL!
--
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
.
- Follow-Ups:
- Re: Case sensitivity in programming languages.
- From: Adam Harvey
- Re: Case sensitivity in programming languages.
- References:
- Case sensitivity in programming languages.
- From: ImOk
- Re: Case sensitivity in programming languages.
- From: Jerry Stuckle
- Re: Case sensitivity in programming languages.
- From: Tony Marston
- Re: Case sensitivity in programming languages.
- From: Jerry Stuckle
- Re: Case sensitivity in programming languages.
- From: ImOk
- Case sensitivity in programming languages.
- Prev by Date: Re: Incoming data into array?
- Next by Date: Re: Query 2 MySQL databases in 1 statement
- Previous by thread: Re: Case sensitivity in programming languages.
- Next by thread: Re: Case sensitivity in programming languages.
- Index(es):