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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,55a5f36014a8c16c X-Google-Attributes: gid103376,public From: "Nick Roberts" Subject: Re: IDE for GNAT/Linux? Date: 1998/01/22 Message-ID: <01bd2781$b1608880$9dfc82c1@xhv46.dial.pipex.com>#1/1 X-Deja-AN: 318411698 Content-Transfer-Encoding: 8bit References: <34B95DD8.415C2599@altoetting-online.de> <34BA403E.5FDE@gsfc.nasa.gov> <34BC0A6E.8CDD593@altoetting-online.de> <01bd2202$a756bb40$95fc82c1@xhv46.dial.pipex.com> <34c29f47.7713059@news.altoetting-online.de> Content-Type: text/plain; charset=ISO-8859-1 Organization: UUNet UK server (post doesn't reflect views of UUNet UK) Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-01-22T00:00:00+00:00 List-Id: If you start off really simple -- maybe knocking up something that works a bit like UNIX 'ed', perhaps -- and then extend and improve the program as you go along, it needn't be too daunting. It can be a lot of fun, in fact, and sometimes really useful (since you can build-in exactly the functionality you want). -- Nick Roberts Croydon, UK Proprietor, ThoughtWing Software; Independent Software Development Consultant * Nick.Roberts@dial.pipex.com * Voicemail & Fax +44 181-405 1124 * *** Always game for a verbal joust (usually as the turkey) *** Gerhard Haering wrote in article > When you learn a new language, you start with programming a word > processor? ;-) [I am currently programming a very simple card game in > Ada. There�s a computer player and a human player, which should be > interfaced equally by a handler. This was also the way I learnt oop in > c++.]