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: 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!gandalf.srv.welterde.de!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: www.prevayler.org in ada? Date: Mon, 19 Aug 2013 16:52:45 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: loke.gir.dk 1376949167 21586 69.95.181.76 (19 Aug 2013 21:52:47 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Mon, 19 Aug 2013 21:52:47 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Xref: news.eternal-september.org comp.lang.ada:16905 Date: 2013-08-19T16:52:45-05:00 List-Id: "johannes falcone" wrote in message news:fa12ed9b-4326-4e50-9eaa-11c846d1abe2@googlegroups.com... > is this possible? I have no idea what "this" is, but in software in general, and for a general-purpose programming language like Ada, that answer is always "yes" -- anything is possible. (I probably ought to qualify this with "almost", since things that defy physics probably aren't possible. But it's pretty close to anything.) The useful questions involve cost, efficiency, and design. (Is it possible within a certain budget? Is it possible to do efficiently? Is the design sensible for Ada?) Just because it's possible to do something doesn't make it a good idea. This was my mantra during the Ada 9x process, when the user-implementor teams [one of which I was a lead on] were asked to determine if the newly proposed features were implementable. Of course they were implementable, but at what cost? Was the feature usable for Ada programmers? Was the feature efficiently implementable? And so on. Randy.