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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3cb0c0deb57c863d X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!news.glorb.com!wn14feed!worldnet.att.net!attbi_s02.POSTED!53ab2750!not-for-mail From: "Jeff C," Newsgroups: comp.lang.ada References: <873c55afr0.fsf@insalien.org> <87y8mx8g4p.fsf@insalien.org> <4030244.7zxZUnUYGM@linux1.krischik.com> Subject: Re: PolyORB 1.1r X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s02 1086835987 24.147.74.171 (Thu, 10 Jun 2004 02:53:07 GMT) NNTP-Posting-Date: Thu, 10 Jun 2004 02:53:07 GMT Organization: Comcast Online Date: Thu, 10 Jun 2004 02:53:07 GMT Xref: g2news1.google.com comp.lang.ada:1348 Date: 2004-06-10T02:53:07+00:00 List-Id: "Bruce Conroy" wrote in message news:nRPxc.8431$uX2.4847@newsread2.news.pas.earthlink.net... >> > A little background. I have been an Ada partisan since 1985 or so. I moved > many thousand lines of code from Ada 83 to Ada 95 with minor problems. I > have used the same code on Windows, Solaris and Linux. I have also moved > many lines of code from one C or C++ compiler to another, and cursed > Kernigham, Ritchie and Soustrup every time. Ada was portable. > > I am starting a new project where CORBA seemed like the solution. I > downloaded AdaBroker and compiled it with GNAT 3.14p (Debian Sarge). I > needed another system to test the networking, and my test system is Fedora > Core 2, gcc 3.3.3-7 (the cutting edge as of May 18.) AdaBroker failed. I > sent a complaint, and was told "AdaBroker is obsolete, use PolyOrb." I > tried and found it won't compile under either gnat 3.14p or gcc 3.3.3-7. I > don't want to spend my time debugging tools needed to get my work done. > What has happened to the advantage Ada had over C/C++?? > > blc > My guess....You went from using supported compilers and tools to bleeding edge broken tools (gcc 3.3.3) and/or out of date tools (gnat 3.14p) with a brand new out of the box public library. But your point is well taken, clearly two bad experiences with hobbiest supported tools and libraries after moving many thousands of lines indicates the language is beyond saving.