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,8dea6f46dfb95f66 X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: Environment variables Date: 1996/11/03 Message-ID: #1/1 X-Deja-AN: 194123426 references: <55819q$mql@newslink.runet.edu> <327A0B58.65C4@gsfc.nasa.gov> organization: The World Public Access UNIX, Brookline, MA newsgroups: comp.lang.ada Date: 1996-11-03T00:00:00+00:00 List-Id: In article , Robert Dewar wrote: >This is not an extension to the language. Any Ada compiler can provide >additional useful packages Robert, you have a strange definition of "extension". I would say: This *is* an extension to the language. Any Ada compiler can provide extensions of this nature (additional useful packages). Other extensions that are explicitly allowed by the RM are additional pragmas and attributes. Most extensions are of course DISallowed by the RM. To the Ada programmer, this thing is an extension, in the sense that it provides functionality available on GNAT, which may or may not be available on some other compiler. In practical terms, if you use a different compiler, your program will stop working. - Bob