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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,92c39a3be0a7f17d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-21 09:14:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!washdc3-snh1.gtei.net!news.gtei.net!news.mindspring.net!not-for-mail From: Richard Riehle Newsgroups: comp.lang.ada Subject: Re: Portable GUI (was Re: Future with Ada) Date: Fri, 21 Dec 2001 09:18:54 -0800 Organization: AdaWorks Software Engineering Message-ID: <3C236EFE.46FD3598@adaworks.com> References: <9v57u1$mfb$1@nh.pace.co.uk> <9v74ov014bc@drn.newsguy.com> <9vb24v$7fg$1@nh.pace.co.uk> <9vdo2a$9h3$1@nh.pace.co.uk> <3C20C5CE.DBFE5B96@san.rr.com> <9vqk0f$cp9$1@nh.pace.co.uk> <3C223DE4.9A50C1B2@adaworks.com> Reply-To: richard@adaworks.com NNTP-Posting-Host: 9e.fc.cd.3b Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 21 Dec 2001 17:13:31 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:18213 Date: 2001-12-21T17:13:31+00:00 List-Id: Stephen Leake wrote: > What sort of application did they do? If it's a GUI system, this makes > perfect sense. For an embedded real time system, I'd be more > surprised. Some of their projects did include tasking. All were GUI oriented. Several required them to develop their own generic data structures and create a working application. I agree that, if we had been building an embedded systems application (I plan to include that in a follow-on class sometime), the results might have been different. > And what exactly were the development environments used? (for all the > languages). Students were allowed to select from a collection of tools, based on their own experience and ability. I gave them some guidance. Some opted for the simple JEWL package designed by John English. Others decided to try CLAW ( the free download version), and a few brave souls did their projects using GtkAda. Those using GtkAda were also using Linux. One of the GtkAda/Linux users is a die-hard vi enthusiast and he definitely skews the curve. In fact, he is writing a little GtkAda tutorial as part of his final project. If it turns out to be useful, I will get his permission to post it to AdaPower. > Is there any sort of published/web accessible description of this? Not yet. I plan to collect these from my students over time and eventually publish the results as a paper, probably in Ada Letters. Richard Riehle