home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / ada / 2570 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.5 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!bu.edu!inmet!orb!arra
  2. From: arra@orb.camb.inmet.com (Arra Avakian)
  3. Newsgroups: comp.lang.ada
  4. Subject: Re: Play 20K expressions again, Sam
  5. Message-ID: <1992Sep9.180517.20788@inmet.camb.inmet.com>
  6. Date: 9 Sep 92 18:05:17 GMT
  7. References: <199209080707.AA06873@cnam.cnam.fr> <dnsurber.715958256@node_26400> <1992Sep9.161353.5418@seas.gwu.edu>
  8. Sender: news@inmet.camb.inmet.com
  9. Organization: Intermetrics, Inc.
  10. Lines: 17
  11. Nntp-Posting-Host: orb
  12.  
  13. In article <1992Sep9.161353.5418@seas.gwu.edu> mfeldman@seas.gwu.edu (Michael Feldman) writes:
  14.  
  15. >A nice consequence of compiler houses writing their stuff in Ada is that
  16. >the developers really have to know Ada! I believe that will help them
  17. >better to understand the kinds of programs their customers will write.
  18. >...
  19.  
  20. Perhaps even more significant, if the developers bootstrap (compile their
  21. compiler using their compiler), then you know that their compiler has
  22. successfully compiled a fairly large and complex application program,
  23. increasing the liklihood YOUR program will compile and execute without problems.
  24. (As has been mentioned here before, the ACVC does not serve this purpose!)
  25.  
  26. Real world test suites are critical to compiler quality, no matter the 
  27. language it compiles or the its implementation language.
  28. Boostrapping puts a real world test case in the hands of the compiler developer,
  29. with a very desirable impact on its quality.
  30.