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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,5d4ade2fd8fd67c6 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Legit Warnings or not Date: Fri, 29 Jul 2011 07:57:54 +0100 Organization: A noiseless patient Spider Message-ID: References: <531193e0-3305-4292-9ed8-0176226c1d00@x12g2000yql.googlegroups.com> <1rx6dwrxmc81p.eazb4fjqztox$.dlg@40tude.net> <1hi6gva8jhf7o.tq1yp29jn3qu.dlg@40tude.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="9173"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18iMso6JyNNuZOxMuxh/UIxRhEcwyatwf0=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:BhVznheJaoOR7p9i6H6XuixHOY8= sha1:cpQDbkG/OoNfhZYlNM2zws0QYR4= Xref: g2news2.google.com comp.lang.ada:21380 Date: 2011-07-29T07:57:54+01:00 List-Id: "Randy Brukardt" writes: > No one uses predefined libraries of any kind in Ada unless they either > wrote them themselves or they are part of the standard. Otherwise, > people claim that Ada cannot do X even though it is simple to write a > package to do X. > > That would absolutely be the result if we adopted your > approach. Hardly anyone would use it, and Ada would be purceived as > substantially less powerful. "No one"? There have always been real users for the Booch Components. 257 downloads in the last year isn't zero. I don't know how many of those were for commercial use, but I do know that real projects, some in aerospace (but I hope not safety-related) have used them. Most people who use sockets with GNAT Ada use GNAT.Sockets (OK, they quite likely think GNAT=Ada) and I'd guess that most of the others use AdaSockets. That said, I've always found Ada's low-level facilities perfectly adequate, even if at times they can be hard work!