comp.lang.ada
 help / color / mirror / Atom feed
From: "Samuel T. Harris" <samuel_t_harris@Raytheon.com>
Subject: Re: Why is it Called a Package?
Date: 2000/04/07
Date: 2000-04-07T00:00:00+00:00	[thread overview]
Message-ID: <38EE19E0.F0232DB0@Raytheon.com> (raw)
In-Reply-To: 8ck2mt$jrn$1@clnews.edf.fr

Pascal Obry wrote:
> 
> Brian Rogoff <bpr@shell5.ba.best.com> a écrit dans le message :
> Pine.BSF.4.21.0004061305320.6588-100000@shell5.ba.best.com...
> > I think if the syntax were to be redone I'd like the issue of "()" versus
> > "[]" for array indexing to be reexamined. Then we could also think about
> > some syntactic sugar for overloading "[]" as in C++. The restrictions on
> > the character set that were part of the original Ada requirements don't
> > make a lot of sense to me now, though the restriction to ASCII is OK.
> 
> I don't think we want that. A very nice consequence here is that you can
> easily change an abstraction from:
> 
>    package P is
>       Some_Value : array (1 .. 10) of Integer;
>       --  first quick implementation using basic array
>    end P;
> 
> to
> 
>    package P is
>       function Some_Value (N : in Positive) return Integer;
>       --  real implementation using a complex structure
>    end P;
> 
> (or the other way around) without modifying all client code.
> 
> I really don't see what would be gained by using "[]"... a more
> C/C++ syntax :)

I'd rather see [] and {} be allowed as substitutions for ()
in a similar way that ! of allowed for |, % is allowed for ",
and : is allowed for #. Of course, just as %'s substituded for "
have to be paired, so would {} and [] substitutions.

I see no compelling reason why array indexing
must be syntactically different from function calls. I do see
that some Ada code, especially when building complex aggregates,
starts to look like LISP (Lots of Insane Silly Parentheses).
I'd like to be able to use {} and [] for different levels
of (). If one then wants to make a style guide issue out of using
[] for indexing and {} to bracket all aggregates, then fine.

This is a very easy and backward compatible change to the
language definition. I suppose Apex would have a problem since
it uses [] for statement prompts. OTOH there are still many
more characters it can use for statement prompt delimiters.

-- 
Samuel T. Harris, Principal Engineer
Raytheon, Aerospace Engineering Services
"If you can make it, We can fake it!"




  reply	other threads:[~2000-04-07  0:00 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-27  0:00 Why is it Called a Package? Gary Scott
2000-03-27  0:00 ` Ted Dennison
2000-03-27  0:00 ` Nick Roberts
2000-03-27  0:00   ` Robert A Duff
2000-03-29  0:00     ` Florian Weimer
2000-03-29  0:00       ` Robert A Duff
2000-03-30  0:00         ` Geoff Bull
2000-03-30  0:00           ` Robert A Duff
2000-03-30  0:00             ` Jean-Marc Bourguet
2000-03-30  0:00               ` David Starner
2000-04-03  0:00               ` Robert A Duff
2000-04-06  0:00             ` Brian Rogoff
2000-04-07  0:00               ` Pascal Obry
2000-04-07  0:00                 ` Samuel T. Harris [this message]
2000-04-07  0:00                   ` Richard D Riehle
2000-04-08  0:00                     ` Florian Weimer
2000-04-09  0:00                       ` Stefan Skoglund
2000-04-07  0:00                   ` Brian Rogoff
2000-04-08  0:00                     ` Robert A Duff
2000-04-07  0:00                   ` Stanley R. Allen
2000-04-07  0:00                 ` Paul Graham
2000-04-07  0:00               ` Robert A Duff
2000-04-07  0:00                 ` Brian Rogoff
2000-04-07  0:00                   ` Robert A Duff
2000-04-08  0:00                     ` Brian Rogoff
2000-04-07  0:00               ` Robert Dewar
2000-04-07  0:00                 ` Brian Rogoff
2000-04-07  0:00                   ` Hyman Rosen
2000-04-07  0:00                     ` Brian Rogoff
2000-04-12  0:00                 ` Comment from the trenchs Robert Brantley
2000-04-13  0:00                   ` Jeff Carter
2000-04-17  0:00                     ` Robert Brantley
2000-03-28  0:00   ` Why is it Called a Package? Jean-Marc Bourguet
2000-03-28  0:00     ` Robert A Duff
2000-03-30  0:00     ` Alfred Hilscher
2000-03-31  0:00       ` Anders Wirzenius
2000-03-28  0:00   ` Ken Garlington
2000-03-29  0:00   ` Florian Weimer
2000-03-27  0:00 ` Larry Kilgallen
2000-03-27  0:00   ` Robert A Duff
2000-03-28  0:00     ` Gary Scott
replies disabled

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