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,f6a5f8ca92037dc8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-16 12:39:13 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Which docs first? Date: 16 Oct 2001 15:20:34 -0400 Organization: NASA Goddard Space Flight Center Message-ID: References: NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1003260144 4249 128.183.220.71 (16 Oct 2001 19:22:24 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 16 Oct 2001 19:22:24 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:14740 Date: 2001-10-16T19:22:24+00:00 List-Id: "Clueless" writes: > Recentely I've been spending alot of time just reading through the LRM and > the Rationale. I'm also planning on going through the GNAT source code(as > per the recommendation found in Aho's Dragon Books). > > My question is this...how much time should a novice spend reviewing the > official Ada docs( i.e. the LRM and the Rationale), and compiler source > code in proportion to the amount of time reading through the tutorials and > text books that are available for newcomers to the language. Books such as > Barnes's "Programming in Ada95" for instance, or the tutorials one finds > out on the Net? I am assuming that there is nice middle ground somewhere, > where one can become familiar with the guts of the language without > becoming overwhelmed by what may appear on the surface to be an extremely > complex set of syntax and general language rules. > > Any advice? It depends on what kind of learner you are. I learned Ada by reading the Ada 83 manual, then writing code in DEC Ada, then reading the Ada 95 manual, then writing code with GNAT, then reading Norm Cohen's book, then reading parts of the Ada 95 Rationale. And I learned more from reading this newsgroup. Other people's prefered learning style will differ. There is no "right" way. It is useful to be aware of your own learning style. -- -- Stephe