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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.Ry1GfOCil8z4iThfpbQjlA.user.gioia.aioe.org!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Ada++ Date: Thu, 28 May 2020 21:09:48 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <50711230-5b14-4278-b9d8-d197bbe3c93b@googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: Ry1GfOCil8z4iThfpbQjlA.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 Content-Language: en-US X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:58812 Date: 2020-05-28T21:09:48-05:00 List-Id: On 5/28/2020 5:33 PM, Jerry wrote: > Ada++. YABL? Please discuss. > http://www.adapplang.com/ > I do not know if this is real or just a joke. But I do not like Ada++. I actually prefer the Pascal type constructs which Ada uses, which is explicit "Begin" "End" and "If" "Then" "Else", "LOOP", etc... I do not like brackets {}. I find the Pascal constructs more algorithmic and makes the code and the logic more clear. btw, I do not think changing Ada syntax to make it look like C and C++ is the solution to making "Ada" become more popular. If so, then they should change Ada to make it use Python syntax in that case :) --Nasser