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,ac39a12d5faf5b14 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-17 10:35:16 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Development process in the Ada community Date: 17 Apr 2002 13:15:31 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <4519e058.0204150645.62003096@posting.google.com> <4519e058.0204170855.16950071@posting.google.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1019064107 23771 128.183.220.71 (17 Apr 2002 17:21:47 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 17 Apr 2002 17:21:47 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:22665 Date: 2002-04-17T17:21:47+00:00 List-Id: dennison@telepath.com (Ted Dennison) writes: > > I'm not too sure what you are referring to here. The ones I'm aware of > are: > > o Claw - Nicely high-level, and compiler portable, but > proprietary. > o Win32Ada - Free, Comes with every Windows Ada95 compiler I've seen, > very low-level (think C in Ada). > o GWindows - Free, high-Level, only works with Gnat, only realy > supports GUI operations, not all of Win32. > o Jewl - GPL (usable only in GPL-ed programs or ones that won't > be distributed), *Too* High-level, Probably(?) only works with Gnat. Windex : Open Source, unsupported, works with GNAT and maybe ObjectAda, reasonable subset of Win32. GtkAda : Open Source, supported by ACT, full GUI interface, portable to other windowing/operating system Windex "competes" directly with Claw and GWindows. I wrote it because Claw was not open source, and GWindows was not available. I'm not clear why David Botton wrote GWindows instead of extending Windex. They do have different designs under the hood. GtkAda also competes, but since it's strictly a GUI binding, not an OS binding, and it is platform independent, it's in a different class. Jewl could probably be written on top of any of these. -- -- Stephe