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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dce5f3efe158f440 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-05 13:26:19 PST Path: supernews.google.com!sn-xit-02!supernews.com!nntp-relay.ihug.net!ihug.co.nz!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeeds.sol.net!news.execpc.com!newspeer.sol.net!homer.alpha.net!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <3A5258A2.A1DF0389@hiwaay.net> <00cc01c07512$fc01a040$63075140@Cal> <92vk98$9bn$1@nnrp1.deja.com> <3A552875.341E6764@hiwaay.net> <933m0d$pbu$1@nnrp1.deja.com> <87u27eo5oq.fsf@deneb.enyo.de> <934kfa$g4u$1@nnrp1.deja.com> <86r92hyh6s.fsf@acm.org> Subject: Re: Ada - to - Perl/CGI translator X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 Message-ID: Date: Fri, 5 Jan 2001 15:20:34 -0600 NNTP-Posting-Host: 156.46.62.124 X-Complaints-To: abuse@alpha.net X-Trace: homer.alpha.net 978729784 156.46.62.124 (Fri, 05 Jan 2001 15:23:04 CST) NNTP-Posting-Date: Fri, 05 Jan 2001 15:23:04 CST Xref: supernews.google.com comp.lang.ada:3696 Date: 2001-01-05T15:20:34-06:00 List-Id: Laurent Guerby wrote in message <86r92hyh6s.fsf@acm.org>... >Robert Dewar writes: >> Oops, I meant GNAT.CGI indeed (Ada.CGI would be an illegal >> extension of the language :-) > >Isn't an implementation free to add children to existing >language-defined library packages? (GNAT does so.) Not to package Ada (see A.2(4) and the associated AARM text). Grandchildren of Ada are OK. GNAT does *not* add any children to Ada. Randy.