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.140.165.203 with SMTP id l194mr35159252qhl.4.1438083401784; Tue, 28 Jul 2015 04:36:41 -0700 (PDT) X-Received: by 10.140.98.117 with SMTP id n108mr501040qge.23.1438083401763; Tue, 28 Jul 2015 04:36:41 -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!69no2408973qgl.1!news-out.google.com!b31ni978qge.0!nntp.google.com!69no2408968qgl.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 28 Jul 2015 04:36:41 -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: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2df4698f-4c8e-457c-822d-209cb2f8ab5e@googlegroups.com> Subject: Re: Running a preprocessor from GPS? From: EGarrulo Injection-Date: Tue, 28 Jul 2015 11:36:41 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:27077 Date: 2015-07-28T04:36:41-07:00 List-Id: On Monday, July 27, 2015 at 10:26:39 PM UTC+2, Randy Brukardt wrote: > Besides, if you're going to be writing Ada, you're going to be writing co= de=20 > that's more verbose (in many ways) than C-family languages. It might take= =20 > some getting used to, but there is no time better than the present to=20 > getting used to that. I don't mind verbosity when it serves a purpose, but I have little toleranc= e for boilerplate code, and this is one such case. Let's add the lack of a= facility like "printf", along with a generic type system that can't perfor= m basic type inference, and I am beginning to understand why engineers oppo= sed the adoption of Ada by the US Department of Defense. Requiring program= mers to state their intentions explicitly is beneficial, but requiring prog= rammers to "spoon-feed" the compiler and/or write bloated code is not.