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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!ucbvax!D74SUN.MITRE.ORG!emery From: emery@D74SUN.MITRE.ORG (David Emery) Newsgroups: comp.lang.ada Subject: Re: Ada portability Message-ID: <9011141704.AA02565@d74sun.mitre.org> Date: 14 Nov 90 17:04:32 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: The answer to your question is indeterminate. It is very possible to write completely non-portable Ada, and it is possible to write code that ports simply via recompilation. Nissen & Wallis Ada Style Guide (Cambridge University Press, earlier version published in Ada Letters vol I, #3, Mar/Apr 1982) shows how to achieve portable code. But, you'll never fit SDI onto an IBM PC, no matter how well it's written. Most of the real portability problems are design problems, not coding problems. See Karl Nyberg and my paper in Ada-Europe 1989 (also Cambridge University Press), "Observations on Portable Ada Systems". dave emery emery@aries.mitre.org