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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c7f5c70275787af8 X-Google-Attributes: gid103376,public From: William Starner Subject: Re: Ada vs Delphi? Date: 1999/08/06 Message-ID: <37AAB0CA.9D27747C@worldnet.att.net>#1/1 X-Deja-AN: 509739279 Content-Transfer-Encoding: 7bit References: <37ab421a.5414989@news.total.net> Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc01.worldnet.att.net 933976698 15742 12.73.8.101 (6 Aug 1999 21:58:18 GMT) Organization: AT&T WorldNet Services Mime-Version: 1.0 Reply-To: dstarner98@aasaa.ofe.org NNTP-Posting-Date: 6 Aug 1999 21:58:18 GMT Newsgroups: comp.lang.ada Date: 1999-08-06T21:58:18+00:00 List-Id: Andre Ratel wrote: > > I am currently using Delphi (and Object Pascal) for my scientific > programming. I heard a lot lately about Ada. From what I have > seen, its syntax is very similar to Object Pascal. (This is no > surprise since both languages are derived from Algol.) Actually, IIRC, Ada was derived from Pascal, which explains much of the similarity. The OO stuff developed independently, though. > What would be the advantages of Ada over Delphi? The advantages are: (1) More consistent syntax - Ada was designed to be a large language, whereas Delphi is a small language that grew. (2) More portability - Delphi is not portable to anything but Windows without major changes (depending - I don't know if gpc or Free Pascal could compile an Object Pascal program that only used ISO I/O.) Ada is portable to almost everything under the sun. (3) More scientific support - This one's a little iffy, but I believe there's more support for Ada in the scientific world than Delphi. (4) Better interfacing - Ada's designed to be compatible with the wealth of code written in C and Fortran. The primary disadvantage is that Ada doesn't have great GUI support. The best I could mention would be GLADE & GtkAda, but GLADE's Unix only. I'm not aware of any GUI-builders for Ada on Windows (though I'm sure the people who use Ada on Windows will come up with some.)