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.182.149.168 with SMTP id ub8mr43217341obb.8.1438213537379; Wed, 29 Jul 2015 16:45:37 -0700 (PDT) X-Received: by 10.140.37.48 with SMTP id q45mr621030qgq.34.1438213537196; Wed, 29 Jul 2015 16:45:37 -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!f3no4678785igg.0!news-out.google.com!4ni82662qgh.1!nntp.google.com!z61no4069555qge.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 29 Jul 2015 16:45:36 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=81.203.145.32; posting-account=AFCLjAoAAABJAOf_HjgEEEi3ty-lG5m2 NNTP-Posting-Host: 81.203.145.32 References: <2df4698f-4c8e-457c-822d-209cb2f8ab5e@googlegroups.com> <014427b1-ff7a-4a69-82e6-0330af77ed96@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <32db2458-1856-4c42-be99-79a381ab617c@googlegroups.com> Subject: Re: Running a preprocessor from GPS? From: EGarrulo Injection-Date: Wed, 29 Jul 2015 23:45:37 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:27157 Date: 2015-07-29T16:45:36-07:00 List-Id: On Wednesday, July 29, 2015 at 10:32:16 PM UTC+2, Randy Brukardt wrote: > And on the list of annoyances in Ada, this is *waaayyyy* down the list. #1 > for most people is the visibility of operators. Another thing that it is way > too late to fix (and lots of effort has been expended in trying to find a > compatible fix). For me, right now, the #1 annoyance -- which could easily become a deal-breaker -- is that Ada requires manual memory management. For a language that qualify itself as safe, this is contradictory (outside embedded development). Other modern languages either offer garbage collection, or smart pointers in the standard library.