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 Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Object Pascal vs Ada -- which is better for a hobbyist? Date: Wed, 28 Aug 2013 07:28:25 +0100 Organization: A noiseless patient Spider Message-ID: References: <20130827230816.535a440d@atmarama.noip.me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: mx05.eternal-september.org; posting-host="96da1f21b1594e5db25a66d953e76ba2"; logging-data="12763"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18IYCT7UD0gIUhxoKkdpXLCywrLL5fbuKE=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:Zh4J2QsaLD1zSuKxldPMJldqZHY= sha1:r3q9tvoq1nYsTR7cUw4WWu/1XpE= X-Original-Bytes: 2206 Xref: number.nntp.dca.giganews.com comp.lang.ada:183174 Date: 2013-08-28T07:28:25+01:00 List-Id: "Yannick DuchĂȘne (Hibou57)" writes: > Le Tue, 27 Aug 2013 23:08:16 +0200, Gour a Ă©crit: >> By looking at the table comparing the two languages >> (http://www.prowiki.org/wiki4d/wiki.cgi?LanguagesVersusD), it seems to >> me they are pretty close without any having some outstanding features >> which would be insurmountable. > > The table says there is no unit testing in Ada while it says D > provides it. At least they are wrong about Ada, as there is AUnit > (comes in two incompatible different flavours, the FSF and GPL ones, > but it's there), which as its name suggest, is to Ada, what JUnit is > to Java. I don't recognise an FSF AUnit? AdaCore used to have (may still have) a publicly-visible AUnit SVN repo, but they stopped updating it so I went back to the GNAT GPL version. Of course, no problem using AUnit in closed-source projects, because you won't be releasing your test binaries to customers anyway!