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-Thread: a07f3367d7,3d76796391769899 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!i31g2000yqm.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Improving the first contact with Ada Date: Mon, 14 Jun 2010 02:33:16 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <41d3829e-286d-4894-9140-31343bfa75ac@o12g2000vba.googlegroups.com> <82y6fgxncs.fsf@stephe-leake.org> <82aarux3g3.fsf@stephe-leake.org> <2da7ba0b-0c45-4c7b-a523-b3438e43212a@j27g2000vbp.googlegroups.com> <87k4qsapgr.fsf_-_@ludovic-brenta.org> <096e5f19-ed4d-4c02-b889-88856ac0d5c7@5g2000yqz.googlegroups.com> <87y6eiohup.fsf@ludovic-brenta.org> <472c5f8a-111f-429f-acf5-b50b76079241@3g2000vbg.googlegroups.com> <87typ6ocf4.fsf@ludovic-brenta.org> <5b782537-f2cb-4568-9e59-7441269372f1@z10g2000yqb.googlegroups.com> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1276507996 31560 127.0.0.1 (14 Jun 2010 09:33:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 14 Jun 2010 09:33:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i31g2000yqm.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009012111 Red Hat/3.0.6-1.el5 Firefox/3.0.6,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:11700 Date: 2010-06-14T02:33:16-07:00 List-Id: Nasser M. Abbasi wrote on comp.lang.ada: > On 6/14/2010 1:03 AM, Ludovic Brenta wrote: > >> I prefer command-line tools over GUI tools, so when I write a utility >> for my own use, I never give it a GUI. > > May be this is getting off-topic a little...But I think there is a place > for both? [...] > I think these days, in the web era, langauges with little GUI support > build into them can cause these language not to become popular. [...] Oh, sure, I never disputed that. Indeed I tried browsing the web with lynx (text mode) and went back to iceweasel; there are indeed situations where a GUI is necessary. I can do GUIs with GtkAda, too, but I've never had the need in my personal projects (in my work I do a lot of GtkAda though). And if someone would ask my advice on web design, my advice would probably not be what they want to hear :) PS. For file management, I rely on the command line and emacs dired. PPS. In GtkAda, you should have a look at testgtk which is an extended example showing all GTK+ widgets. -- Ludovic Brenta.