Sujet : Re: technology discussion → does the world need a "new" C ?
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.cDate : 07. Jul 2024, 00:42:41
Autres entêtes
Organisation : None to speak of
Message-ID : <87sewmt7da.fsf@nosuchdomain.example.com>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : Gnus/5.13 (Gnus v5.13)
Ben Bacarisse <
ben@bsb.me.uk> writes:
BGB <cr88192@gmail.com> writes:
On 7/5/2024 5:40 PM, Ben Bacarisse wrote:
[...]
Whole language design is still a hypothetical at this point anyways (and my
actual compiler does support multidimensional arrays).
>
Ah. I think that when you've written most of it, you will see that
ruling out arrays of arrays will have not simplifying effect.
Indeed. I believe (based on no direct experience) that you could write
a fully conforming C compiler without even thinking about
multidimensional arrays, and if you get the array code right,
multidimensional arrays will just work.
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */