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:45:36 +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: 7bit Injection-Date: Sun, 14 May 2023 09:45:37 -0000 (UTC) Injection-Info: dont-email.me; posting-host="9f5f0ffcd3b54a75a54b71a625df15a8"; logging-data="2737678"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19G5efknWSJrBXXw4pLUBe8TuoPM+IXlMM=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Cancel-Lock: sha1:lGx8GUPgszwTt06GyAMkib8gjwM= Content-Language: en-GB In-Reply-To: Xref: news.eternal-september.org comp.lang.ada:65226 List-Id: On 14/05/2023 07:46, J-P. Rosen wrote: > Of course, in LISP there is only one structure, for data and programs > alike: the list! Well, that's not true anymore, especially not in common lisp which has a variety of data structures including records, I was quite surprised to see that when I was looking at it last year.