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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fd0ee7c9be011576 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-07 13:48:05 PST Newsgroups: comp.lang.ada Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!newsfeed.stanford.edu!news.isc.org!news.gnac.net!uunet!sac.uu.net!ash.uu.net!world!bobduff From: Robert A Duff Subject: Re: Ada Annex E (Just curious :-) Sender: bobduff@world.std.com (Robert A Duff) Message-ID: Date: Wed, 7 Mar 2001 21:45:09 GMT References: <3AA29386.E60A686D@linuxchip.demon.co.uk> <980ekl$p4h$1@nh.pace.co.uk><3AA43C58.105B970D@linuxchip.demon.co.uk> <982veb$l62$1@nh.pace.co.uk><983b1s$m6h$1@trog.dera.gov.uk> <983ivv$r8c$1@nh.pace.co.uk> <985hgg$hqu$1@nh.pace.co.uk> Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.3/Emacs 19.34 Xref: supernews.google.com comp.lang.ada:5517 Date: 2001-03-07T21:45:09+00:00 List-Id: "Marin David Condic" writes: > Well, this is, of course, going to be implementation dependent. I could > imagine a well designed compiler providing a well documented programming > interface so that the embedded developer had to build some > packages/subprograms & link with the compiler's runtime and - "then a > miracle occurs" - and you're off and running with RPC's, etc. No, as I said in another note, it's not implementation dependent. The relevant interfaces are defined by the language, not by the implementation. If there are mistakes in the interface definition, I'd like to hear about them. >...Even something like having to build the communication interface > underneath the compiler is still a matter of mucking about with the compiler > to adapt it to your machine. This doesn't get done at no cost. I would think the cost of writing comm software would be the same, whether or not you use Annex E. > I recall hearing that in Japan, it is considered rude to say that you can't > do something or that something is impossible - so they say "It would be > difficult" instead. I'm wondering if I'm saying that with the same meaning? > :-) Perhaps not as difficult as you imagined. ;-) - Bob