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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,75913b4078315ff6 X-Google-Attributes: gid103376,public X-Google-Thread: 115aec,8dbb0b6ec705465a X-Google-Attributes: gid115aec,public X-Google-ArrivalTime: 2002-04-25 19:18:37 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!fr.usenet-edu.net!usenet-edu.net!newsfeed00.sul.t-online.de!t-online.de!colt.net!newspeer.clara.net!news.clara.net!peer.news.zetnet.net!psiuk-p2!psiuk-p3!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada,comp.realtime Subject: Re: Is Ada preferred over C/C++ for the realtime domain? Date: Thu, 25 Apr 2002 10:27:35 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: References: <8a63570b.0204170122.808e23c@posting.google.com> <3CBF7A7A.A67B7D92@ameritel.net> <47759943.0204250000.5c80a803@posting.google.com> NNTP-Posting-Host: dhcp-200-133.miami.pace.co.uk X-Trace: nh.pace.co.uk 1019744858 21331 136.170.200.133 (25 Apr 2002 14:27:38 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 25 Apr 2002 14:27:38 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:23129 comp.realtime:5355 Date: 2002-04-25T14:27:38+00:00 List-Id: Yes, except that mixed language development can be really painful. This is especially true for embedded projects where you can have really important issues with compilers & tools. There are certainly a large number of things that can readily be done entirely in Ada. Its also relatively easy to connect Ada to other languages where you might have large existing libraries you want to leverage. You might be able to identify equivalent libraries in Ada if it is something general enough. Deciding to mix languages has its problems, but might be worth doing depending on what you want to achieve. MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com "Antonio L�pez" wrote in message news:47759943.0204250000.5c80a803@posting.google.com... > > Also, I think that bindings will increase the use of the Ada language > in areas where is not posible to perform the whole developpement in > Ada. > The most critical components of an application can be written in Ada > and compiled as a Dll for his use, while the rest of the application > can be developped in C++, Java, ... > > Antonio