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!feeder.eternal-september.org!aioe.org!peer01.ams4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx45.iad.POSTED!not-for-mail Subject: Re: Ada++ Newsgroups: comp.lang.ada References: <50711230-5b14-4278-b9d8-d197bbe3c93b@googlegroups.com> From: Rick Newbie User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Message-ID: NNTP-Posting-Date: Fri, 29 May 2020 02:57:34 UTC Date: Thu, 28 May 2020 19:57:34 -0700 X-Received-Bytes: 1410 X-Received-Body-CRC: 2006190973 Xref: reader01.eternal-september.org comp.lang.ada:58814 Date: 2020-05-28T19:57:34-07:00 List-Id: > 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 :) As an Ada newbie I can tell you what is the most offturning thing about Ada: 1) The IDE does not measure up to Visual Studio 2) The GDB debugger 3) The fact that you need lots of various external libraries and you have to deal with the Linux hell of library versions and installation to accomplish basic things like a graphical user interface. The curly braces are definitely not a problem