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,6bce5898e83fd85e X-Google-Attributes: gid103376,public From: Christian Bruel Subject: Re: How do I start: Learning Ada? Date: 1996/08/28 Message-ID: <32240543.6383@gr.osf.org>#1/1 X-Deja-AN: 176985491 references: <4vuhnu$i1u@rc1.vub.ac.be> content-type: text/plain; charset=us-ascii organization: Washington Internet Service Provider mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.02 (X11; I; HP-UX A.09.05 9000/750) Date: 1996-08-28T00:00:00+00:00 List-Id: AGBOH CHARLES wrote: > > Anybody out there who can help me learn Ada? What should I > be reading for understanding how tha langugae reallly wordks? > > Help! > > charles Hello, here is how I've started learning ADA one week ago on linux : 1) get and install gnat (you need to have gcc already installed) one of the place is ftp://ftp.cnam.fr/pub/Ada/PAL/compiler/gnat 2) learn how to compile and link a simple hello.adb program. you should find the documentation in the gnat directory. 3) there is a very nice on line tutorial called 'lovelace', a link is http://lglsun.epfl.ch/Ada/Tutorials/Lovelace/lovelace.htm 4) buy a book and play with bigger projects, not just read them. you should be all set, christian