From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Jeffrey R.Carter" Newsgroups: comp.lang.ada Subject: Re: Map iteration and modification Date: Tue, 9 Jan 2024 10:43:38 +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: Tue, 9 Jan 2024 09:43:38 -0000 (UTC) Injection-Info: dont-email.me; posting-host="5b049419091b16107387fbf536d0692d"; logging-data="2067030"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19BzCViSzr68V4zdRtSCt5rTWFQnTWRzNM=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:H8eLo8V9ItDr3GlLZL2ce7F71jY= In-Reply-To: Content-Language: en-US Xref: news.eternal-september.org comp.lang.ada:65974 List-Id: On 2024-01-09 05:46, Randy Brukardt wrote: > "Jeffrey R.Carter" wrote in message > news:uneel2$12ufr$1@dont-email.me... > > I don't recall ever seriously considering this (might just my memory getting > old). I suspect that didn't get rejected so much as not making the cut as > important enough. I don't consider special syntax to shorten names in assignment statements important at all. We have renames for that, and it is a more general mechanism, applying to more than just assignments. -- Jeff Carter "[I]t is foolish to polish a program beyond the point of diminishing returns, but most programmers do too little revision; they are satisfied too early." Elements of Programming Style 189