From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-3.2 required=3.0 tests=BAYES_00,NICE_REPLY_A, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Java and Python have just discovered "record" type finally after 40 years. Date: Sun, 14 May 2023 10:49:17 +0100 Organization: A noiseless patient Spider Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sun, 14 May 2023 09:49:17 -0000 (UTC) Injection-Info: dont-email.me; posting-host="9f5f0ffcd3b54a75a54b71a625df15a8"; logging-data="2737678"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+71WX/ZAhDuE3Vx8kMhLEIbGaw5pCAyoo=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Cancel-Lock: sha1:jZBN4Zj0c9SodYKonMXpM5awwrg= In-Reply-To: Content-Language: en-GB Xref: news.eternal-september.org comp.lang.ada:65227 List-Id: On 14/05/2023 08:20, Nasser M. Abbasi wrote: > I think RECORD is the most important data structure myself. > > Without a RECORD (called struct in C), programming > is much harder.  This is what Java and Python have discovered > just now.  I guess the language designers of these > languages never bothered to look at Pascal or Ada before. > > But better late than never I guess. I think people might finally be realising that you can't do everything with only one programming paradigm.