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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7aad2824c8bdf55e X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: learning ada Date: 1998/12/26 Message-ID: <763v7h$1hne$1@news.gate.net>#1/1 X-Deja-AN: 426038699 References: <36841f24.293012@news.ptd.net> <36845EC8.6795772B@erols.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Organization: CyberGate, Inc. Newsgroups: comp.lang.ada Date: 1998-12-26T00:00:00+00:00 List-Id: Also check out www.botton.com/ada TheAda Source Code Treasury for examples of code and join the mail list tehre so you get updates when new code is added. David Botton LeakyStain wrote in message <36845EC8.6795772B@erols.com>... >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