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,5902d7ebf2b80e74,start X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Ada 83 libraries equivalent to those in Ada 95? Date: 1996/09/10 Message-ID: #1/1 X-Deja-AN: 179720819 organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-09-10T00:00:00+00:00 List-Id: Philippe asked "Where may I found the equivalent of Ada95 standarts librairies for ADA83 ? Thanks by Advance. " No easy answer. You have to piece them together. Some Ada 95 library units (e.g. from GNAT) might work in Ada 83. Some might work with modification. Many would be a lot of work to adapt, you might be able to find odds and ends here and there in various implementations, e.g. a math package similar to the one in Ada 95. Your best bet if you want these libraries is to move to Ada 95!