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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,912597791e813f68 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-05 11:01:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsmi-us.news.garr.it!NewsITBone-GARR!area.cu.mi.it!news.mailgate.org!skynet.be!skynet.be!news.csl-gmbh.net!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: Re: advantages or disadvantages of ADA over pascal or modula Date: Sun, 05 Jan 2003 19:58:22 +0100 Organization: T-Online Message-ID: <3E18804E.8606224E@t-online.de> References: <3E171612.E4E2972@t-online.de> <17cd177c.0301050442.3dc53930@posting.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1041793234 01 4307 VHzCECbSSMAwPD 030105 19:00:34 X-Complaints-To: abuse@t-online.com X-Sender: 320001779794-0001@t-dialin.net X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de Xref: archiver1.google.com comp.lang.ada:32576 Date: 2003-01-05T19:58:22+01:00 List-Id: Gautier schrieb: > > Alfred Hilscher: > > > Compared to Modula-2 I see the following disadvantages: > > Now some advantages of Ada: > > - usable modularity (thank to "use"). In Modula-2 you have to > write things like "FROM Math IMPORT Cos, Sin, ...." > "FROM IO IMPORT WriteLn, ReadLn, ..." if you don't want to > prefix everything. Or you write FROM Math IMPORT ALL; > - a standard library. In Modula-2 it is the empty set. > OK, there are more or less comparable Text_IO (IO) > but some compilers have "WRITE", others "Write"... > since M2 is case-sensitive, you reach the zero-portability > level. Even the common denominator of all BASIC's provide > more... Ok, Modula has less then Ada. But - Ada has less than C, C++ or Java. > - available compilers > > About the big size of executables, there are other Ada compilers > than GNAT (with smart linking for instance). Well, I work with Aonix special edition sometimes, but if you do not use the shared library then the exe file size is still bigger than that from Modula. > ________________________________________________________ > Gautier -- http://www.mysunrise.ch/users/gdm/gsoft.htm > > NB: For a direct answer, e-mail address on the Web site!