comp.lang.ada
 help / color / mirror / Atom feed
From: "Marin David Condic" <dont.bother.mcondic.auntie.spam@[acm.org>
Subject: Re: Caselessness...
Date: Mon, 15 Oct 2001 16:41:33 -0400
Date: 2001-10-15T20:41:34+00:00	[thread overview]
Message-ID: <9qfhlu$7dl$1@nh.pace.co.uk> (raw)
In-Reply-To: 3BCB3E2A.1070001@look.ca

My best guess would be that it would amount to a representation issue. In
the same way that you could, for example, represent the reserved words in an
editor with a different language, you could probably represent identifiers
in some alternate way. The trick would be that you probably have to go both
directions - you have to be able to read the validation suite and compile
it, which means your representation issue comes between the viewer and the
underlying ASCII character set. So imagine an editor that read the ASCII
text and changed the representation for the viewer in some way. Likewise,
what the viewer types is translated to some underlying ASCII and compiled.
So in a sense, my preprocessor suggestion is kind of an answer - except
you'd need something that transformed in both directions so you could
properly handle the validation suite. Remember that the validation suite has
probably got tests in it to insure that character case doesn't matter, since
this is in the standard.

MDC
--
Marin David Condic
Senior Software Engineer
Pace Micro Technology Americas    www.pacemicro.com
Enabling the digital revolution
e-Mail:    marin.condic@pacemicro.com
Web:      http://www.mcondic.com/


"FGD" <presbeis@look.ca> wrote in message news:3BCB3E2A.1070001@look.ca...
> I think you're still reacting to that other thread which I wanted to
> avoid by starting a new thread...
>
> My question is technical: Is the "loophole" I mentionned possible within
> the Ada language specs? (I don't really care if it can be done with a
> preprocessor, or even if it is desirable to do so with or without a
> preprocessor...)
>






  reply	other threads:[~2001-10-15 20:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-15 18:50 Caselessness FGD
2001-10-15 19:09 ` Caselessness Marin David Condic
2001-10-15 19:51   ` Caselessness FGD
2001-10-15 20:41     ` Marin David Condic [this message]
2001-10-15 20:15 ` Caselessness David Starner
2001-10-15 20:16 ` Caselessness Ted Dennison
2001-10-15 23:19   ` Caselessness Jeffrey Carter
2001-10-16  0:10     ` Caselessness Al Christians
2001-10-16 11:10       ` Caselessness Peter Hend�n
2001-10-16 15:59       ` Caselessness Jeffrey Carter
2001-10-16 18:44         ` Caselessness Al Christians
2001-10-17  4:56 ` Caselessness David Brown
2001-10-17  5:13   ` Caselessness David Starner
2001-10-17 14:41   ` Caselessness Ted Dennison
2001-10-17 15:48     ` Caselessness Philip Anderson
2001-10-17 16:55       ` Caselessness Ted Dennison
2001-10-17 18:23   ` Caselessness Darren New
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox