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,c63aa81a67eceb8f X-Google-Attributes: gid103376,public From: Hyman Rosen Subject: Re: Ragged Array Proposal Date: 1999/09/24 Message-ID: #1/1 X-Deja-AN: 529179536 Sender: hymie@calumny.jyacc.com References: <37e7c08e@eeyore.callnetuk.com> <7satei$e2q$1@nnrp1.deja.com> <37EA4E91.1D4D1FC@averstar.com> <37eaa24b@eeyore.callnetuk.com> <37ebb11e@eeyore.callnetuk.com> Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@panix.com X-Trace: news.panix.com 938204437 15429 209.49.126.226 (24 Sep 1999 20:20:37 GMT) Organization: PANIX Public Access Internet and UNIX, NYC Mime-Version: 1.0 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) Emacs/20.3 NNTP-Posting-Date: 24 Sep 1999 20:20:37 GMT Newsgroups: comp.lang.ada Date: 1999-09-24T20:20:37+00:00 List-Id: "Nick Roberts" writes: > Whereas with ragged arrays, one need only write: > Fruits: constant array (Positive range <>) of String := > ("Apple", "Orange", "Pear", ...); > Much simpler and clearer, don't you think? I don't know, because I don't have the correct intuitions about Ada. The more complicated version certainly seems to me like the sort of code generally advocated here, where everything is very explicitly stated in the code.