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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-29 14:40:19 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!pln-w!spln!dex!extra.newsguy.com!newsp.newsguy.com!drn From: mark@nospam Newsgroups: comp.lang.ada Subject: Kylix (delphi for Linux), a good Ada alternative for GUI application on Linux. Date: 29 Jul 2001 13:19:31 -0700 Organization: Newsguy News Service [http://newsguy.com] Message-ID: <9k1r4j02f9q@drn.newsguy.com> NNTP-Posting-Host: p-148.newsdawg.com X-Newsreader: Direct Read News v2.80 Xref: archiver1.google.com comp.lang.ada:10697 Date: 2001-07-29T13:19:31-07:00 List-Id: I've downloaded Kylix open edition from Borland web site and have been playing with it for 2 days. http://www.borland.com/kylix/openedition/ 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). 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 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.