comp.lang.ada
 help / color / mirror / Atom feed
* Ada 9X/Y
@ 1989-10-11 18:43 Bob Munck
  1989-10-12 15:22 ` Ada 9X William Thomas Wolfe, 2847 
  1989-10-15 20:48 ` Ada 9X/Y Scott Simpson
  0 siblings, 2 replies; 9+ messages in thread
From: Bob Munck @ 1989-10-11 18:43 UTC (permalink / raw)



I hate to keep harping on this, but the emphasis of the Ada effort is (IMO)

       software engineering        NOT       programming languages
         life-cycle costs          NOT         development costs
    large, many-person projects    NOT        utilities and "toys"

The life-cycle of a large system is longer, perhaps much longer, than
the 10-year revision period of Ada.  I have a hope that the life-cycle
of large systems will become essentially infinite when coded in Ada;
that they will no longer "die" and be entirely replaced by a major
project, but rather "evolve" through many small improvement projects. 
("WIS: never again!")  Also, if we ever solve the managerial problems of
software reuse, the contents of repositories will essentially be systems
with very long life-cycles.

Use of a language, any language, that doesn't change is an obvious way
to save big money on long-lived systems.  (Compatible extensions are
less troublesome.)  It is important to note that "a language that
doesn't change" is not the same as freezing the current revision of the
compiler.  In some sense, code has to be "under continuous care" to stay
"alive."  That is, the world around a piece of code -- underlying OS,
hardware, I/O devices, data -- is continually changing.  A "frozen"
compiler will after awhile "fall into disrepair" with a long list of
known bugs and incompatibilities that will never be fixed.

It's a well-known but seldom-used fact that the cheapest way to have a
reliable, comfortable automobile over the long term is to maintain it in
tip-top shape; the most expensive way is to ignore it and buy a new one
when it falls apart.  I believe that this will prove true of software; a
system that's upgraded to the new OS, recompiled through the new
compiler revision, and moved to the new hardware will have the lowest
life-cycle costs.  Of course, auto and software maintenance can be
overdone and made unnecessarily costly.

Finally, the only change to Ada that I think is really necessary is my
own suggested extension of comments to include standard forms for
multiple fonts, graphic diagrams, images, and hypertext links to other
documents.
                 -- Bob <Munck@MITRE.ORG>, linus!munck.UUCP
                 -- MS Z676, MITRE Corporation, McLean, VA 22120
                 -- 703/883-6688

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Ada 9X
  1989-10-11 18:43 Ada 9X/Y Bob Munck
@ 1989-10-12 15:22 ` William Thomas Wolfe, 2847 
  1989-10-12 15:50   ` Robert Firth
  1989-10-13 14:46   ` Robert Munck
  1989-10-15 20:48 ` Ada 9X/Y Scott Simpson
  1 sibling, 2 replies; 9+ messages in thread
From: William Thomas Wolfe, 2847  @ 1989-10-12 15:22 UTC (permalink / raw)


From munck@COMMUNITY-CHEST.MITRE.ORG (Bob Munck):
> I hate to keep harping on this, but the emphasis of the Ada effort is (IMO)
> 
>        software engineering        NOT       programming languages

   This has already been addressed; the object-oriented software
   engineering paradigm is not currently being properly supported,
   although Ada was largely designed around object-*based* concepts.

   Continued evolution in object-oriented thinking has produced an
   important new concept (multiple inheritance) which must now be
   incorporated in support of current software engineering technology.

>          life-cycle costs          NOT         development costs

   Okay, let's consider life-cycle costs.  In particular, let's consider
   adaptability.  The use of inheritance not only speeds up development,
   but also dramatically increases the speed with which a system can be
   modified.  Where's the argument?
 
>     large, many-person projects    NOT        utilities and "toys"

   An inheritance hierarchy provides the conceptual infrastructure
   which permits large, many-person projects (actually, entire software
   organizations) to organize more effectively.  It is fundamentally a
   programming-in-the-large concept.  Again: where's the argument?

> The life-cycle of a large system is longer, perhaps much longer, than
> the 10-year revision period of Ada.  I have a hope that the life-cycle
> of large systems will become essentially infinite when coded in Ada;
> that they will no longer "die" and be entirely replaced by a major
> project, but rather "evolve" through many small improvement projects. 
> ("WIS: never again!")  Also, if we ever solve the managerial problems of
> software reuse, the contents of repositories will essentially be systems
> with very long life-cycles.

   Wow.  Now consider the fact that the evolution of an inheritance
   hierarchy is precisely the way that such evolution can be done in
   an organized manner, and that similar benefits can be brought to
   the problem of repository organization.
 
> It is important to note that "a language that doesn't change" is not 
> the same as freezing the current revision of the compiler.  

   But now for an incredibly simple question: if you are dead-set
   on using Ada 83 forever, what prevents you from doing it?  As
   long as the validation suites continue, the compilers will 
   continue to revalidate, converging upon a bug-free condition. 

   Thus, why deny yourself the option of using a more modern 9X 
   software engineering technology?  Keep 83 around as long as it 
   remains useful, and use pragma Interface and/or automatic translation
   when you decide that 83 is no longer locally useful for a specific
   part of your system.


   Bill Wolfe, wtwolfe@hubcap.clemson.edu

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Ada 9X
  1989-10-12 15:22 ` Ada 9X William Thomas Wolfe, 2847 
@ 1989-10-12 15:50   ` Robert Firth
  1989-10-12 18:58     ` William Thomas Wolfe, 2847 
  1989-10-12 19:20     ` William Thomas Wolfe, 2847 
  1989-10-13 14:46   ` Robert Munck
  1 sibling, 2 replies; 9+ messages in thread
From: Robert Firth @ 1989-10-12 15:50 UTC (permalink / raw)


In article <6754@hubcap.clemson.edu> billwolf%hazel.cs.clemson.edu@hubcap.clemson.edu writes:

>   This has already been addressed; the object-oriented software
>   engineering paradigm is not currently being properly supported,
>   although Ada was largely designed around object-*based* concepts.

>   Continued evolution in object-oriented thinking has produced an
>   important new concept (multiple inheritance) which must now be
>   incorporated in support of current software engineering technology.

On the other hand, consider the possibility that 'object-oriented'
is just the current fashionable brand of snake oil.  Like 'lateral
thinking', 'right-brain thinking', 'egoless programming', and the
hula hoop.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Ada 9X
  1989-10-12 15:50   ` Robert Firth
@ 1989-10-12 18:58     ` William Thomas Wolfe, 2847 
  1989-10-12 19:20     ` William Thomas Wolfe, 2847 
  1 sibling, 0 replies; 9+ messages in thread
From: William Thomas Wolfe, 2847  @ 1989-10-12 18:58 UTC (permalink / raw)


From firth@sei.cmu.edu (Robert Firth):
>>   This has already been addressed; the object-oriented software
>>   engineering paradigm is not currently being properly supported,
>>   although Ada was largely designed around object-*based* concepts.
> 
>>   Continued evolution in object-oriented thinking has produced an
>>   important new concept (multiple inheritance) which must now be
>>   incorporated in support of current software engineering technology.
% 
% On the other hand, consider the possibility that 'object-oriented'
% is just the current fashionable brand of snake oil.  Like 'lateral
% thinking', 'right-brain thinking', 'egoless programming', and the
% hula hoop.

   Consider the articles "Using Types and Inheritance in Object-Oriented 
   Programming" (IEEE Software, September 1987, pages 71-79 -- a tutorial) 
   and especially "Designing Families of Data Types Using Exemplars" (ACM 
   Transactions on Programming Languages and Systems, April 1989 -- advanced
   topics) to see that this is not the case.  It just takes a little
   getting used to.  The object-based (ADT) paradigm is only a special 
   case of the more general (and more powerful) object-oriented paradigm.


   Bill Wolfe, wtwolfe@hubcap.clemson.edu

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Ada 9X
  1989-10-12 15:50   ` Robert Firth
  1989-10-12 18:58     ` William Thomas Wolfe, 2847 
@ 1989-10-12 19:20     ` William Thomas Wolfe, 2847 
  1 sibling, 0 replies; 9+ messages in thread
From: William Thomas Wolfe, 2847  @ 1989-10-12 19:20 UTC (permalink / raw)


From article <4467@bd.sei.cmu.edu>, by firth@sei.cmu.edu (Robert Firth):
> On the other hand, consider the possibility that 'object-oriented'
> is just the current fashionable brand of snake oil.  Like 'lateral
> thinking', 'right-brain thinking', 'egoless programming', and the
> hula hoop.


    Incidentally, Grady Booch, who within the Ada community is probably 
    the best-known FORMER proponent of that position, has now changed
    his tune.  Ask him why.
   

    Bill Wolfe, wtwolfe@hubcap.clemson.edu
 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Ada 9X
  1989-10-12 15:22 ` Ada 9X William Thomas Wolfe, 2847 
  1989-10-12 15:50   ` Robert Firth
@ 1989-10-13 14:46   ` Robert Munck
  1 sibling, 0 replies; 9+ messages in thread
From: Robert Munck @ 1989-10-13 14:46 UTC (permalink / raw)


In article <6754@hubcap.clemson.edu> billwolf%hazel.cs.clemson.edu@hubcap.clemson.edu says:
>From munck@COMMUNITY-CHEST.MITRE.ORG (Bob Munck):
>> ... [discussion of life-cycle activities, all deleted] ...
>> 
...   [a whole bunch of stuff about inheritance hierarchies, all deleted] ...

I'm reminded of the scene in "Tootsie" in which Dustin Hoffman is being
screen-tested and keeps trying to respond to the director's instructions
to the cameraman: "  ... is that my right, or your right? ..."  Finally
the director says in exasperation "Miss <whatever>, no one is talking to you!"
                 -- Bob <Munck@MITRE.ORG>, linus!munck.UUCP
                 -- MS Z676, MITRE Corporation, McLean, VA 22120
                 -- 703/883-6688

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Ada 9X/Y
  1989-10-11 18:43 Ada 9X/Y Bob Munck
  1989-10-12 15:22 ` Ada 9X William Thomas Wolfe, 2847 
@ 1989-10-15 20:48 ` Scott Simpson
  1 sibling, 0 replies; 9+ messages in thread
From: Scott Simpson @ 1989-10-15 20:48 UTC (permalink / raw)


In article <8910111843.AA11007@chance.mitre.org> munck@gateway.mitre.org writes:
>Finally, the only change to Ada that I think is really necessary is my
>own suggested extension of comments to include standard forms for
>multiple fonts, graphic diagrams, images, and hypertext links to other
>documents.

The various Ada WEBs are a step in this direction.  After all, all WEB
is is hypertext on paper.  I don't think hypertext works very well when
you flatten it out though.
	Scott Simpson
	TRW Space and Defense Sector
	usc!trwarcadia!simpson  	(UUCP)
	trwarcadia!simpson@usc.edu	(Internet)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Ada 9X
@ 1991-04-24 15:12 byrne
  1991-04-25  8:03 ` Matthias Ulrich Neeracher
  0 siblings, 1 reply; 9+ messages in thread
From: byrne @ 1991-04-24 15:12 UTC (permalink / raw)


The changes proposed in the Ada 9X Draft Mapping document seemed excessive to
me at first.  I still think that they have a long way to go to making the
syntax and textual changes clear and concise.  I think moving the rationale and
mapping changes into the LRM would help.  This would give the Ada community a
draft Ada 9X LRM to review.  Going through the changes with an Ada 83 LRM, the
Draft Mapping document, and the Draft Mapping Rationale document is cumbersome
and confusing.  

When I first read the mapping, the Protected Record (PR) seemed unnecessary. 
The same function could be provided by a standard generic package that the
vendor could optimize.  After some thought and reading other comments, however,
I have changed my opinion.  Avoiding the tasking form does give the vendor more
freedom to optimize.  Many older embedded designs will map nicely to the PR
format.

In addition, the tagged types look promising.  I think it's a shame that
revision process didn't start a few years earlier.  It would have given us more
time to experiment with the proposed changes.  After this revision is accepted,
I feel the AJPO should sponsor early research into changes for the next
revision.  If Ada is going to remain the standard language, it deserves
on-going R&D, just like planes, tanks, and computers.

Dan J. Byrne

Obviously, these are my unpaid, not-so-humble, personal opinions.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Ada 9X
  1991-04-24 15:12 Ada 9X byrne
@ 1991-04-25  8:03 ` Matthias Ulrich Neeracher
  0 siblings, 0 replies; 9+ messages in thread
From: Matthias Ulrich Neeracher @ 1991-04-25  8:03 UTC (permalink / raw)


In article <1991Apr24.152053.4280@aero.org>, byrne@arecibo.aero.org writes:
>If Ada is going to remain the standard language, it deserves
                    ^^^^^^
>on-going R&D, just like planes, tanks, and computers.

Shouldn't that be "become" :-)

>Dan J. Byrne

Matthias

-- 
Matthias Neeracher                                      neeri@iis.ethz.ch
   "These days, though, you have to be pretty technical before you can 
    even aspire to crudeness." -- William Gibson, _Johnny Mnemonic_

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~1991-04-25  8:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1989-10-11 18:43 Ada 9X/Y Bob Munck
1989-10-12 15:22 ` Ada 9X William Thomas Wolfe, 2847 
1989-10-12 15:50   ` Robert Firth
1989-10-12 18:58     ` William Thomas Wolfe, 2847 
1989-10-12 19:20     ` William Thomas Wolfe, 2847 
1989-10-13 14:46   ` Robert Munck
1989-10-15 20:48 ` Ada 9X/Y Scott Simpson
  -- strict thread matches above, loose matches on Subject: below --
1991-04-24 15:12 Ada 9X byrne
1991-04-25  8:03 ` Matthias Ulrich Neeracher

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