From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cb4b02eafef9cefb X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Difference between ADA and c++ Date: 1997/08/24 Message-ID: #1/1 X-Deja-AN: 268355059 References: <33FDD17A.320B@virgin.net> <5to0ts$n9j@drn.zippo.com> <5tnu9s$f6t@drn.zippo.com> <5toq44$lbu$1@goanna.cs.rmit.edu.au> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-08-24T00:00:00+00:00 List-Id: Dale says <> Actually we really should stop using the term program library, since it is an Ada 83 term. Also, the compilation environment in GNAT is not quite a set of sources, there is additional information, including the gnat.adc file, and ali and object files in some cases (you can have a consistent compialtion environment in which some of the units are precompiled, and their sources are not available).