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!reader01.eternal-september.org!.POSTED!not-for-mail From: "Jeffrey R.Carter" Newsgroups: comp.lang.ada Subject: Re: New aggregates with Ada 2022. Date: Thu, 30 Jun 2022 18:39:47 +0200 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: Thu, 30 Jun 2022 16:39:47 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="96a0416530e0bf406c0fc84a86208d04"; logging-data="2070542"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/cY9yOhmPv5RBaNdocoB4WPBi0NgRSYqc=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Cancel-Lock: sha1:3/c4s3da2HOipiFVCNTe4jYHfX0= Content-Language: en-US In-Reply-To: Xref: reader01.eternal-september.org comp.lang.ada:64063 List-Id: On 2022-06-30 17:48, Marius Amado-Alves wrote: > > Jeff, great document (and great name:-) My impression is that it is maybe too much Adaist... except that modules don't have state?! That sounds very limiting to me. I don't know what you mean by "too much Adaist". I have always maintained that Ada 83 is a very good language, and remains a better language than most of the popular languages in use today, so I unashamedly use it as the basis for King, along with lessons learned, good features from later versions of Ada, and some ideas of my own. No software-engineering language will ever be popular, so I see no reason to deviate from Ada-like syntax. Modules can have state, though in many cases you'd use a module type or passive task. -- Jeff Carter "Simplicity and elegance are unpopular because they require hard work and discipline to achieve and education to be appreciated." Edsger Dijkstra 170