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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7aad2824c8bdf55e,start X-Google-Attributes: gid103376,public From: LeakyStain Subject: Re: learning ada Date: 1998/12/25 Message-ID: <36845EC8.6795772B@erols.com>#1/1 X-Deja-AN: 425849183 Content-Transfer-Encoding: 7bit References: <36841f24.293012@news.ptd.net> Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@rcn.com X-Trace: rs/SnoXtuBR4vcBRSxZE3bk+hXV4UQcLl5r7CqUtOiM= Mime-Version: 1.0 NNTP-Posting-Date: 26 Dec 1998 03:58:06 GMT Newsgroups: comp.lang.ada Date: 1998-12-26T03:58:06+00:00 List-Id: bob wrote: > > hey everyone, i am a student learning ADA at college right > now. i am considering going for a master's degree in software > engineering to go along with a BA in comp. engineering. i have > completed a course in ada, and will have one more course this next > semester. i really want to get a good knowledge of this language, but > we never do anything like what everyone talks about in here because it > is more advanced. i was wondering what the best way to go about > learning more in depth of the language, what is the best way? thanks > in advance First, go to www.adahome.com, and browse around a bit, so you know what sort of resources are available. Work thru the Lovelace tutorial, if you haven't done that already. Buy one of the recommended books (my favorite is Cohen's 'Ada as a Second Language'). Then pick a program you'd like to write; a card game, a spreadsheet, whatever turns you on. Start writing it. You'll do it badly, but you don't need to show it to anyone. Look up anything you don't know how to do. When you're done, go back and fix it up, so it's more elegant, or uses some feature of Ada you didn't use the first time (tagged types or generics or Finalization). Most of all, keep it fun! > > jarrod ross -- Stephe