home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / ada / 3770 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.lang.ada
  2. Path: sparky!uunet!spool.mu.edu!agate!linus!linus.mitre.org!linus!mbunix!eachus
  3. From: eachus@oddjob.mitre.org (Robert I. Eachus)
  4. Subject: Re: C++ vs. Ada -- Is Ada loosing?
  5. In-Reply-To: srogers@teenwolf.mcc.com's message of Fri, 18 Dec 1992 14:14:48 GMT
  6. Message-ID: <EACHUS.92Dec18164915@oddjob.mitre.org>
  7. Sender: news@linus.mitre.org (News Service)
  8. Nntp-Posting-Host: oddjob.mitre.org
  9. Organization: The Mitre Corp., Bedford, MA.
  10. References: <11330@prijat.cs.uofs.edu> <172@fedfil.UUCP> <16269@goanna.cs.rmit.oz.au>
  11.     <1992Dec18.141448.13862@mcc.com>
  12. Date: Fri, 18 Dec 1992 21:49:15 GMT
  13. Lines: 16
  14.  
  15. In article <1992Dec18.141448.13862@mcc.com> srogers@teenwolf.mcc.com (Steve Rogers) writes:
  16.  
  17.    I'm not sure this is true; the Barnes Ada book has LOTS of examples that
  18.    violate the LRM...
  19.  
  20.    Which edition?  The first edition was published before the ANSI (83)
  21. standard was finalized.  However, it wasn't really Ada 80, more like
  22. 81 1/2.
  23.  
  24. --
  25.  
  26.                     Robert I. Eachus
  27.  
  28. with Standard_Disclaimer;
  29. use  Standard_Disclaimer;
  30. function Message (Text: in Clever_Ideas) return Better_Ideas is...
  31.