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: 1094ba,86e8c626be2471ae X-Google-Attributes: gid1094ba,public X-Google-Thread: 103376,fc050a66c3b5d87d X-Google-Attributes: gid103376,public From: eedelman@rock.helsinki.no-sp�mm.fi (Erik Edelmann) Subject: Re: F9X twister & ADA (was: n-dim'l vectors) Date: 2000/04/07 Message-ID: #1/1 X-Deja-AN: 608103874 References: <8cctts$ujr$1@nnrp1.deja.com> <38EA0440.1ECBC158@ncep.noaa.gov> <38ED4ECA.ADB698C9@sdynamix.com> <8ckqpe$m1f$1@nnrp1.deja.com> X-Complaints-To: usenet@news.helsinki.fi X-Trace: oravannahka.helsinki.fi 955133831 9452 128.214.3.11 (7 Apr 2000 18:57:11 GMT) Organization: University of Helsinki NNTP-Posting-Date: 7 Apr 2000 18:57:11 GMT Newsgroups: comp.lang.fortran,comp.lang.ada Date: 2000-04-07T18:57:11+00:00 List-Id: On Fri, 07 Apr 2000 14:19:40 GMT, Robert Dewar wrote: >It is trivial in Ada to handle variable sized arrays, the >example given (i.e. the code you quote) would be expected >to handle variable sized arrays in normal usage (i.e. it >is possible, but unusual, to write the type declarations >so that it was restricted to one particular size). Ok, but I still don't see how the Ada code in question is better than the the Fortran code one could write to solve the problem. The most natural Fortran version of the code would IMHO even be slightly more elegant. Erik