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.8CY+6uh2Yy7UMoq5lO7hbA.user.gioia.aioe.org!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: How to make Ada popular. Get rid of ";" at end of statement. Date: Fri, 19 Jul 2019 16:41:59 -0500 Organization: Aioe.org NNTP Server Message-ID: Reply-To: nma@12000.org NNTP-Posting-Host: 8CY+6uh2Yy7UMoq5lO7hbA.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 X-Mozilla-News-Host: news://nntp.aioe.org:119 X-Notice: Filtered by postfilter v. 0.9.2 Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:56891 Date: 2019-07-19T16:41:59-05:00 List-Id: According to https://hackernoon.com/best-coding-languages-to-learn-in-2019-b49b49250a25 Python has become very popular because "Part of the reason for Python’s popularity is that it gets rid of the annoying conventions of other languages, such as using semicolons to indicate the end of a statement. This may explain why Python is replacing Java as the primary language of instruction for teaching computer science — not just at universities but in high school and elementary school programs too" So I'd like to make a suggestion: Remove ";" from Ada. I know this might be hard to do, as it might cause some bugs in current programs, but a conversion tool should take care of things. Well. It is one way to try to make Ada popular :) --Nasser