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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: ANN: Interval arithmetic for Ada v1.11 released Date: Fri, 13 Jun 2014 10:07:28 +0200 Organization: cbb software GmbH Message-ID: References: <190f7de4-580c-445e-b63a-aec04f8bd417@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: QTaafVZuunHujkJPndFR7g.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:20280 Date: 2014-06-13T10:07:28+02:00 List-Id: On Thu, 12 Jun 2014 17:34:51 -0700 (PDT), Dan'l Miller wrote: > On Thursday, June 12, 2014 3:08:32 PM UTC-5, Dmitry A. Kazakov wrote: >> The library provides implementation of interval floating-point and integer >> arithmetic. >> >> http://www.dmitry-kazakov.de/ada/intervals.htm > > You have quite a set of libraries for Ada. Have you ever considered > 1) inventorying the feature-set of each of your libraries for Ada and The overview of hosted libraries is this http://www.dmitry-kazakov.de/reusable_code.htm Individual pages have a quick summary of major categories. > 2) inventorying the feature-set of corresponding Boost libraries for C++ > to see if Ada's analogous libraries have reached feature-parity with > Boost? (Or whether Boost's analogue has yet achieved feature-parity for a > more-capable Ada library?) I cannot tell. I never used Boost. When we develop in C++ we use in-house C++ class library, which was developed before Boost existed and after quite painful experience with early versions of MFC and STL it was decided to never use third-party general purpose C++ libraries. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de