From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: Luke A. Guest Newsgroups: comp.lang.ada Subject: Re: Augusta: An open source Ada 2012 compiler (someday?) Date: Thu, 27 Mar 2014 22:32:20 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: <1793575416417652043.069687laguest-archeia.com@nntp.aioe.org> References: <1f0a85a6-ea4d-4d30-8537-0ce9063f992a@googlegroups.com> <89a0ea84-83e2-4693-b2ea-ea9da65bbc73@googlegroups.com> NNTP-Posting-Host: q3bXo5hGUlazWuR9vfR8KA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: NewsTap/4.0.1 (iPhone/iPod Touch) X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:19012 Date: 2014-03-27T22:32:20+00:00 List-Id: Niklas Holsti wrote: > On 14-03-27 21:38 , Lucretia wrote: >> I've already mentioned doing this on #Ada, a fork of Ada. >> Take the basic language, strip it down to the basics > > So, what are the "basics"? The basics are the main language. > version of Ada-Ed, but with acceptable performance for programs that are > not humongously large. At the same time, such work, at least if done in > an academic setting, could help to clarify the dark corners of the > language standard. Can be done with llvm as a start with the hit interface. >> 3) Replace tagged with just class, so: >> >> type C is >> class >> ... >> end class; > > A mere sop to foreign conventions and creates useless non-uniformity > between different kinds of records. I'm against it. Sop?? The class is a different concept to a record and should be implemented that way, this will also make it more familiar to others, I.e. Help foster adoption.