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, MSGID_RANDY 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: Robert Dewar Subject: Re: Ragged Array Proposal Date: 1999/09/25 Message-ID: <7siirf$slh$1@nnrp1.deja.com>#1/1 X-Deja-AN: 529387309 References: <37e7c08e@eeyore.callnetuk.com> <7satei$e2q$1@nnrp1.deja.com> <37EA4E91.1D4D1FC@averstar.com> <37eaa24b@eeyore.callnetuk.com> <37ebb11e@eeyore.callnetuk.com> X-Http-Proxy: 1.0 x40.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Sat Sep 25 13:31:27 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-09-25T00:00:00+00:00 List-Id: In article , Hyman Rosen wrote: > I don't know, because I don't have the correct intuitions about Ada. > The more complicated version ^^^^^^^^^^^^^^^^ "more complicated" /= longer Actually the C version is quite a bit more complex, because of the rather peculiar rules about whether string pointers are or are not constants, and about the issue of whether "abc" == "abc" (in general of course the answer in C is no) It looks simpler, but that can hide a lot of sins :-) Sent via Deja.com http://www.deja.com/ Before you buy.