View Single Post
  #11  
Old May 7th 07, 11:15 PM posted to rec.aviation.piloting
Matt Whiting
external usenet poster
 
Posts: 2,232
Default ATC CONTROLLER HIRING PUSH CREATES CLASS STRUGGLE

wrote:
Mxsmanic wrote:
writes:

Care to name any programming language that cares about the spelling
of user defined identifiers?


COBOL, FORTRAN, C, BASIC, ALGOL, assembly language ... most of them. The
spelling has to be consistent, it has to be different from any reserved words,
it sometimes has to be unique within a certain number of characters and/or
free of case-insensitive duplication, and so on. The spelling may also be
restricted by data type (such as the implicit typing of FORTRAN based on the
first letter of an identifier).


Which part of

"To prevent anal nitpicking, a user defined identifier is a name
invented by the programmer that does not conflict with any reserved
words or identifiers and contains only alphabetic characters (to
avoid an endless discussion about languages that may or may not
allow characters like "-" in an identifier).

And, to make it crystal clear, I'm not talking about spelling it
differently after it has been defined."


Then you aren't talking about spelling period; either in the English
language or a programming language.

Matt