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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:aed:3b56:: with SMTP id q22mr7687392qte.345.1590745748589; Fri, 29 May 2020 02:49:08 -0700 (PDT) X-Received: by 2002:a4a:5548:: with SMTP id e69mr5704389oob.23.1590745748212; Fri, 29 May 2020 02:49:08 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 29 May 2020 02:49:08 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a01:cb04:46:ab00:15f4:2a58:f8cd:915; posting-account=F4OyugoAAABQod8iTn6AU7wMocsaGOvw NNTP-Posting-Host: 2a01:cb04:46:ab00:15f4:2a58:f8cd:915 References: <50711230-5b14-4278-b9d8-d197bbe3c93b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2ef9954e-cd70-4b17-be8e-34f65d4a0360@googlegroups.com> Subject: Re: Ada++ From: raph.amiard@gmail.com Injection-Date: Fri, 29 May 2020 09:49:08 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:58860 Date: 2020-05-29T02:49:08-07:00 List-Id: Le vendredi 29 mai 2020 04:57:35 UTC+2, Rick Newbie a =C3=A9crit=C2=A0: > > btw, I do not think changing Ada syntax to make it look like C and C++ > > is=C2=A0 the solution to making "Ada" become more popular. If so, then > > they should change Ada to make it use Python syntax in that case :) >=20 > As an Ada newbie I can tell you what is the most offturning thing about= =20 > Ada: > 1) The IDE does not measure up to Visual Studio > 2) The GDB debugger What might be of interest to you is using VS Code for Ada programming. AdaC= ore already provides an extension, and VSCode's front-end on top of GDB is = pretty neat :) > 3) The fact that you need lots of various external libraries and you=20 > have to deal with the Linux hell of library versions and installation to= =20 > accomplish basic things like a graphical user interface. >=20 The Ada library ecosystem is certainly lacking. Hopefully ALIRE will help w= ith that situation in the long run.