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,19e983c5955f75f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-04 15:57:03 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!newsfeed.berkeley.edu!ucberkeley!cyclone.swbell.net!bos-service1.ext.raytheon.com!cambridge1-snf1.gtei.net!bstnma1-snf1.gtei.net!news.gtei.net!news1.gtech.com!not-for-mail From: "Peter Milliken" Newsgroups: comp.lang.ada Subject: Re: Learning Ada (newbie) Date: Thu, 5 Apr 2001 08:25:48 +1000 Organization: GTECH Corporation News Server Message-ID: <9ag762$co34@news1.gtech.com> References: <9af9ao$6ee$1@taliesin.netcom.net.uk> NNTP-Posting-Host: host-85-187.mis.gtech.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: supernews.google.com comp.lang.ada:6482 Date: 2001-04-05T08:25:48+10:00 List-Id: Have a look at http://members.nbci.com/pmilliken/ - this is a language sensitive editting addition to Emacs. It provides full language support for Ada83 and Ada95. I first learnt Ada in the mid-80's using just such a package (from DEC), the templating menu system guides you through what choices are available for language constructs (follows the EBNF for the language) and saves a lot of typing also! :-) Aside from my package, Emacs is well supported for programming in Ada, so even if you prefer to type everything "by hand" you couldn't go too far wrong with selecting Emacs as your editting environment. Goodluck in your search, Peter "Ayende Rahien" wrote in message news:9af9ao$6ee$1@taliesin.netcom.net.uk... > 1. Where can I learn Ada? Preferably a turial on the web. I'm currently > reading (http://www.adahome.com/Ammo/Cplpl2Ada.html) which presents some > very interesting concepts (the fine-grained variables, frex), but it doesn't > really teach much. I used to know Pascal (been several years since I program > in it), and I know C/C++ pretty well. So I don't really need an interduction > to programming, just to Ada itself. > 2. Can you recommend a good IDE for Ada? Preferably for Windows. > 3. I read in Jargon File that "hackers find Ada's exception handling & > inter-process communication particularly hilarious." among other stuff. Why > is that? What are the advantages & disadvantages of Ada compare to C or C++ > and other languages? > > Thanks in advance, > Ayende Rahien > > > >