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 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b19fa62fdce575f9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-08 18:57:51 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!pipex!uunet!gwu.edu!gwu.edu!not-for-mail From: mfeldman@seas.gwu.edu (Michael Feldman) Newsgroups: comp.lang.ada Subject: Re: Why don't large companies use Ada? Date: 8 Dec 1994 21:31:47 -0500 Organization: George Washington University Message-ID: <3c8fij$9j3@felix.seas.gwu.edu> References: <9412061309.AA02026@ajpo.sei.cmu.edu> NNTP-Posting-Host: 128.164.9.3 Date: 1994-12-08T21:31:47-05:00 List-Id: In article <9412061309.AA02026@ajpo.sei.cmu.edu>, Paige Vinall wrote: >If an ISUB dfined array is passed to a procedure, PL/I >will compute an image of it. That's what I thought. >>Has PL/1 supported ISUB all along? I do not remember it from my >>PL/1 days 20 or so years ago. >I think so. OK, fine. This is a very different animal from representing the array in Fortran-friendly terms in the first place. Since Ada allows the implementer to choose the representation, she can choose column-major. Mike Feldman