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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:17c5:: with SMTP id 188-v6mr12126964ith.19.1539564123456; Sun, 14 Oct 2018 17:42:03 -0700 (PDT) X-Received: by 2002:a9d:bf3:: with SMTP id 106mr236088oth.2.1539564123308; Sun, 14 Oct 2018 17:42:03 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!x98-v6no407955ita.0!news-out.google.com!n199-v6ni413itn.0!nntp.google.com!z5-v6no405596ite.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 14 Oct 2018 17:42:03 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2607:f2c0:f200:1405:440f:d5c3:e46b:1699; posting-account=cUi90woAAADTaOISowbbHM8GUD0-opJO NNTP-Posting-Host: 2607:f2c0:f200:1405:440f:d5c3:e46b:1699 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7fcdcc97-67e4-473b-abc4-cd0ecd4501ad@googlegroups.com> Subject: Is the Documentation In a spec File Usually Enough For You ? From: patrick@spellingbeewinnars.org Injection-Date: Mon, 15 Oct 2018 00:42:03 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:54572 Date: 2018-10-14T17:42:03-07:00 List-Id: Hi Everyone I was just reading through the list of libraries included in C++ boost. We don't have matches for all of this but the libraries that ship with Ada have quite a bit of coverage too and I was surprised that we more or less match up. The thing is, that the Ada libraries come with almost no documentation/example code at all. Do you find that just reading through the spec files is enough for you to understand how to use the library in most cases? I was thinking I would try more of them out but I also wonder if I am about to go off on a suicide mission. -Patrick