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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9df2768f19ef857b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newscon06.news.prodigy.com!newscon02.news.prodigy.com!prodigy.net!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Question on Ada Expressive Power Date: 22 Jan 2006 23:47:20 -0600 Organization: LJK Software Message-ID: References: <1137903774.826703.118170@g49g2000cwa.googlegroups.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1137995228 22871 192.135.80.34 (23 Jan 2006 05:47:08 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Mon, 23 Jan 2006 05:47:08 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:2581 Date: 2006-01-22T23:47:20-06:00 List-Id: In article , writes: > That is important advice. Remember that Ada programs almost > always have a run-time under them. This could be construed as > ovehead for small programs, but essential for larger programs. > > Most other languages do not have this feature. Certainly on VMS a runtime library is almost always present for programs written in PL/I, Pascal, Fortran, C, C++ and Basic, as well as Ada.