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,a43471f113780a14 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-08 13:18:48 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.net.uni-c.dk!uninett.no!news.powertech.no!newsfeed1.ulv.nextra.no!nextra.com!news2.ulv.nextra.no.POSTED!53ab2750!not-for-mail From: "Daniel Dudley" Newsgroups: comp.lang.ada References: Subject: Re: Is there a Graphical IDE to GNAT 3.14p (Win2K platform)? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: NNTP-Posting-Host: 130.67.216.43 X-Complaints-To: news-abuse@nextra.no NNTP-Posting-Date: Sat, 08 Jun 2002 22:18:47 MEST X-Trace: news2.ulv.nextra.no 1023567527 130.67.216.43 Date: Sat, 08 Jun 2002 20:18:47 GMT Xref: archiver1.google.com comp.lang.ada:25562 Date: 2002-06-08T20:18:47+00:00 List-Id: "Michael Bode" wrote in message news:m3vg8tq26v.fsf@jupiter.solar.system... > "Daniel Dudley" writes: > > > (Aside: why is it that most providers of programming tools > > try to force command-line interfaces on Windows users? What > > could be more unnatural than a command-line interface on > > Windows or, for that matter, Macintosh?) > > In addition to the half dozen or so suggestions for IDEs I have to say > that for Ada and in particular for Gnat a command line interface is > not as bad as for other languages. You don't have to learn the command > line syntax of several compile & link steps or the "programming > language" of a complex make utility. Simply typing 'gnatmake hello' to > build the executable should not be too difficult for a programmer. And > it works the same way for much larger projects too. > > So even if there were no IDEs for Ada - which is not true - building an > Ada program on the command line is much simpler than building e.g. a > C{++} program. > > BTW: I'm pretty sure Microsoft's Visual C++ is a command line compiler > too. Visual Studion calls it in the same way that Emacs calls Gnat. I > suspect that Visual Studio even uses make files and nmake to build > larger projects. I'd be surprised if it isn't, Michael. My point is that I want to avoid having to write parameters on the command line or in batch/command files. An IDE provides an alternative way for the user to provide the necessary parameters, and then takes care of writing them to the command line. I guess I'm used to being pampered. ;-) Daniel