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: Nasser Subject: Library model in Ada. was Re: Difference between ADA and c++ Date: 1997/08/23 Message-ID: <5tnu9s$f6t@drn.zippo.com>#1/1 X-Deja-AN: 268261082 References: <33FDD17A.320B@virgin.net> <01bcafdf$50784b80$7774d8cc@fatman> Organization: None Newsgroups: comp.lang.ada Date: 1997-08-23T00:00:00+00:00 List-Id: In article <01bcafdf$50784b80$7774d8cc@fatman>, "Michael says... > >Here are several comparisions of Ada and C++ on the www: > >Langauge comparisons: > >A Comparison of Ada, C, and C++ >http://rep1.iei.pi.cnr.it/projects/JADA/ada-collection/tuft.html > thanks for the pointers! I did not have some of these before. Now, I was reading this below, from the above paper: "1) Separate Compilation and Library Management Ada: An Ada compiler is required to enforce consistency and strong type checking across separate compilation. The concept of ^^^^^^^^^^^^^^ a program library is built into the language, based on separately ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ compilable modules called "library units" whose names are part of a hierarchical name space." GNAT, probably the most popular Ada95 compiler, does NOT use the program library model, but uses the code-source model, i.e. the traditional model. So, what going on here? who is wrong, and who is right? thanks, Nasser