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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6c434e6fc0d3ab95 X-Google-Attributes: gid103376,public From: mfeldman@seas.gwu.edu (Michael Feldman) Subject: Re: What good is Ada ??? Date: 1997/01/07 Message-ID: <5av3e0$ki5@felix.seas.gwu.edu>#1/1 X-Deja-AN: 208399744 references: <32D067C8.3920@etsu-tn.edu> <19970107014700.UAA14671@ladder01.news.aol.com> organization: George Washington University newsgroups: comp.lang.ada Date: 1997-01-07T00:00:00+00:00 List-Id: In article <19970107014700.UAA14671@ladder01.news.aol.com>, WolfMtnRch wrote: >I'd choose ada95, everytime. Especially after reading the Java disclaimer >that came with my new browser. Right up front it clearly states that Java >is not "fault-tolerant". Granted a class is not controlling a missle or >A/C but why would you deliberately choose a language so new to learn with. >Plus, Ada95 has been approved as an international standard. And if that's >not good enough, I know of one Ada95 vender whose compiler will generate >Java. Almost. AppletMagic from Intermetrics, and ObjectAda from Aonix (new name for Thomson since their merger with IDE) can generate Java _byte code_, not Java High Level Language. This is even better, actually - you can write applets without stepping outside Ada. You get Ada bindings to the Java API, so you write your code in Ada, compile it, and presto you've got an applet. Mike Feldman