From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [50.116.15.146]) by inbox.vuxu.org (Postfix) with ESMTP id 77E35245D3 for ; Mon, 18 Nov 2024 15:04:35 +0100 (CET) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id A4AE142973; Tue, 19 Nov 2024 00:04:30 +1000 (AEST) Received: from minun.buric.co (minun.buric.co [51.15.8.196]) by minnie.tuhs.org (Postfix) with ESMTP id 43C45428F4 for ; Tue, 19 Nov 2024 00:04:24 +1000 (AEST) Received: by minun.buric.co (Postfix, from userid 1000) id CE7BE35C04C7; Mon, 18 Nov 2024 09:05:37 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by minun.buric.co (Postfix) with ESMTP id B141C35C03FE for ; Mon, 18 Nov 2024 09:05:37 -0500 (EST) Date: Mon, 18 Nov 2024 09:05:37 -0500 (EST) From: Steve Nickolas X-X-Sender: mary@sd-119843.dedibox.fr To: tuhs@tuhs.org In-Reply-To: Message-ID: References: <20240930191216.tIpea9lo@steffen%sdaoden.eu> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID-Hash: GDPFYHNEXJPQ2NPYWKQMMUFE4G4KQE6E X-Message-ID-Hash: GDPFYHNEXJPQ2NPYWKQMMUFE4G4KQE6E X-MailFrom: usotsuki@buric.co X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Minimum Array Sizes in 16 bit C (was Maximum) List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Mon, 18 Nov 2024, Luther Johnson wrote: > C, Lisp, and probably many other languages have gone through a similar > historical arc - first they are designed to solve problems, and be a > useful and powerful means of expression - then they become official, > standardized, and legalistic - then they become commercially > competitive, and leverage the legalisms, benchmarks, and other > collateral that has accrued - at this point, generations later, the > language is evolving with no appreciation or understanding of the > aesthetic and practical principles of the original language effort. > > My old-man-grousing for today. I feel like most of the changes to C after C89 were a waste. Apart from stdint.h, I mostly keep to coding in strict C89. -uso.