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,bd40601768eaf8fd X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Array of Variant Records Question... Date: 1999/09/09 Message-ID: <7r8bvd$b1a$1@nnrp1.deja.com>#1/1 X-Deja-AN: 522921925 References: <7r5vh3$imu1@svlss.lmms.lmco.com> <37d6a45c@news1.prserv.net> <37d74dea@eeyore.callnetuk.com> X-Http-Proxy: 1.0 x39.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Thu Sep 09 13:16:40 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-09T00:00:00+00:00 List-Id: In article <37d74dea@eeyore.callnetuk.com>, "Nick Roberts" wrote: > As I suggested in a post a few months ago, such an array type would be easy > to add to Ada's existing syntax, easy and efficient to implement (as an > array of pointers plus a ragged sequence of objects, internally), and very > bloody useful, pardon the language. (It would have solved Bruce's problem in > a trice.) Not at *all* easy to implement, the use of implicit pointers is unacceptable for many reasons, and it is not at all easy to see how to implement it without the use of implicit pointers. I think this is NOT something you are likely to see in any future revision of the language. Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.