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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.136.99 with SMTP id k96mr1639216iod.23.1458142981057; Wed, 16 Mar 2016 08:43:01 -0700 (PDT) X-Received: by 10.182.214.98 with SMTP id nz2mr68762obc.4.1458142981013; Wed, 16 Mar 2016 08:43:01 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!nt3no2182484igb.0!news-out.google.com!k1ni333igd.0!nntp.google.com!nt3no2182478igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 16 Mar 2016 08:43:00 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=71.171.109.232; posting-account=vk6_JwoAAABkMyHO1YfdP69Hm3CpbdGR NNTP-Posting-Host: 71.171.109.232 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7d0c2d6e-da99-44db-883a-e3835125687b@googlegroups.com> Subject: Re: Object Pascal vs Ada -- which is better for a hobbyist? From: Jeremiah Injection-Date: Wed, 16 Mar 2016 15:43:01 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:29805 Date: 2016-03-16T08:43:00-07:00 List-Id: On Tuesday, March 15, 2016 at 9:52:42 AM UTC-4, EGarrulo wrote: > Even if there were a RAD IDE for GUI applications based on=20 > HTML/CSS/JavaScript, I wouldn't have recommended it anyway, because=20 > JavaScript - with all its pitfalls - is hardly a language that is=20 > suitable for hobbyists. GUI programming done the old way is still the=20 > easier route for a hobbyist programmer. There are definitely options out there for web technology based GUI framewo= rks where the user doesn't need to dabble in javascript or HTML. Wt for C+= + is one example, and Gnoga for Ada is another. Both work to abstract out = all the JS and HTML5 code needed to make the GUI so the programmer can focu= s programming in the language they do the rest of their code in.