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,d571bc43b19ef0c4 X-Google-Attributes: gid103376,public From: Stanley Allen Subject: Re: An Ada compiler, again Date: 1997/01/17 Message-ID: <32E0498C.4A83@ghgcorp.com>#1/1 X-Deja-AN: 210600460 references: content-type: text/plain; charset=us-ascii mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 3.0 (Win95; I) Date: 1997-01-17T00:00:00+00:00 List-Id: Ayad Al-Adnani wrote: > > I need a compiler that works in dos and is compatible with unix > When you say "compatible", remember that the Ada language is very portability-oriented. As long as you are not using a lot of system-specific features (e.g. interfaces to dos or unix libaries), your code should work using compilers from different vendors on different platforms. -- Stanley Allen mailto:s_allen@hso.link.com