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,9bee043b70322cbb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-30 06:21:49 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!129.240.148.23!uio.no!newsfeed1.uni2.dk!news.net.uni-c.dk!not-for-mail From: Jacob Sparre Andersen Newsgroups: comp.lang.ada Subject: Re: Newbie ... Starting Point? Date: Mon, 30 Jul 2001 15:21:47 +0200 Organization: Centre for Chaos and Turbulence Studies, Niels Bohr Institute Message-ID: <3B655F6B.B942BABC@nbi.dk> References: <9jv4rj$t7h$1@news.service.uci.edu> NNTP-Posting-Host: alf.nbi.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.net.uni-c.dk 996499307 41430 130.225.212.55 (30 Jul 2001 13:21:47 GMT) X-Complaints-To: usenet@news.net.uni-c.dk NNTP-Posting-Date: Mon, 30 Jul 2001 13:21:47 +0000 (UTC) X-Mailer: Mozilla 4.78 [en] (X11; U; OSF1 V4.0 alpha) X-Accept-Language: fo,da,no,sv,is,de,fr,en Xref: archiver1.google.com comp.lang.ada:10740 Date: 2001-07-30T15:21:47+02:00 List-Id: Navid: > I was referred to use ADA (GtkAda...whatever the difference is) Ada (note capitalisation) is a programming language. GtkAda is a GUI library. > Now I have a very simple question, what gui compiler can I use to start practicing > coding little programs like Hello World and the like. Object Ada comes with a nice GUI (but only for Solaris and Windows as far as I can remember). If I am not mistaken, then GNU Ada comes with a GUI in the Windows edition, but I haven't tried it. I have not checked out if KDevelop supports Ada (using GNU Ada as the compiler), but it might. GLADE is a (stand-alone) GUI builder for GtkAda. It is quite a nice tool. Although it does not live up to your requirements, I would suggest that you ask your friend who suggested that you try GtkAda to help you install the following set of tools: * GNU Ada (compiler) * GtkAda (GUI library) * GLADE (GUI builder for GtkAda) * Emacs (editor - and many other things) * Ada mode for Emacs (integrates GNU Ada in Emacs) > PS. C++ source code programs are .cpp, are Ada source code programs .adb ?? They can be. The conventions I have observed are: ".ada", ".a" and ".ads" and ".adb". If you use the GNU Ada compiler, then specifications have the extension "ads" and implementations have the extension "adb". GNU Ada comes with a tool, gnatchop, which can help you follow the GNU Ada file naming convention. Jacob -- "I just might be wrong."