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,e6d5f9068427b288 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-30 00:50:06 PST Path: archiver1.google.com!news2.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!aaanet.ru!not-for-mail From: "Gary Lisyansky" Newsgroups: comp.lang.ada Subject: Re: Kylix (delphi for Linux), a good Ada alternative for GUI application on Linux. Date: Mon, 30 Jul 2001 09:43:31 +0400 Organization: AAA Intersvyaz Message-ID: <9k33e4$29tn$1@pa.aaanet.ru> References: <9k1r4j02f9q@drn.newsguy.com> NNTP-Posting-Host: 213.59.110.211 X-Trace: pa.aaanet.ru 996479236 75703 213.59.110.211 (30 Jul 2001 07:47:16 GMT) X-Complaints-To: usenet@news.aaanet.ru NNTP-Posting-Date: 30 Jul 2001 07:47:16 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Xref: archiver1.google.com comp.lang.ada:10715 Date: 2001-07-30T07:47:16+00:00 List-Id: Well, I'd agree that Kylix (in fact, Linux version of Borland Object Pascal) is a *very nice* development tool. Much better than C++:-). "mark@nospam" wrote in message news:9k1r4j02f9q@drn.newsguy.com... > I found Kylix (delphi for linux) to be very similar to Ada. It has units > (like ada packages), threads, very similar syntax (after all, Delphi is > based on Pascal), strong typing. fully OO langauge, All objects in kylix > are rooted in one base object (like Java). Support single inhertance > (like Ada and Java). Units still aren't like Ada packages. They can't make a hierarchy of child units, they don't have separate interface and implementation parts. There's also no notion of genericity (though metaclasses are supported). > > But it is very easy to develop GUI and database applications with it, very > good RAD env too. They have done a good job with the libC unit that allows > direct call to all the C library functions. I agree. The tool allows for both visual and traditional GUI development, there are *lots* of good widgets. > > I think Kylix could be a good alternative to Ada on Linux. As they are so > close to each others. At least if Ada can not be used by millions of > programmers, I think Kylix has a good chance of doing so. > Not an alternative, IMHO. But, for many programmers it can be a first step into the realm of Algol- based languages, and maybe to Ada. Gary