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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 1094ba,df9eda71533d664e X-Google-Attributes: gid1094ba,public X-Google-Thread: 103376,b19fa62fdce575f9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-07 22:49:10 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!pipex!uunet!news.inhouse.compuserve.com!news.compuserve.com!news From: Kenneth G. Hamilton <72727.177@CompuServe.COM> Newsgroups: comp.lang.ada,comp.lang.fortran Subject: Re: Why don't large companies use Ada? Date: 8 Dec 1994 02:00:33 GMT Organization: via CompuServe Information Service Message-ID: <3c5pc1$18m$2@mhadf.production.compuserve.com> References: (null) Xref: bga.com comp.lang.ada:8399 comp.lang.fortran:6989 Date: 1994-12-08T02:00:33+00:00 List-Id: If a compiler-maker really wanted to do it (yeah, right, with a gun to their heads!) there's no reason why a compile-time switch couldn't switch the order of subscripts in a Fortran array. Of course, this would break code that EQUIVALENCEd 2D arrays to 1D ones, but that's a pretty horrible thing to do, anyway. It could even be regarded as a different KIND by an F90 compiler. -- - Kenneth G. Hamilton