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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: G. B. Newsgroups: comp.lang.ada Subject: Re: Ada: A beginners experience Date: Mon, 16 Jul 2018 17:36:46 -0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <1d3743b1-1a36-429d-92c7-9ae0e7c16e63@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 16 Jul 2018 17:36:46 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="c462c27d00e82c3b7909bea3e2baec56"; logging-data="7241"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+P7PU09salCJeSr1lnZ63R85pgMx2MKuI=" User-Agent: NewsTap/5.3.1 (iPhone/iPod Touch) Cancel-Lock: sha1:DjISb3aNj2RV4i+GosfhbSA8QAU= sha1:YE63XDIQRJvbYVF91LmnbbySjv8= Xref: reader02.eternal-september.org comp.lang.ada:53848 Date: 2018-07-16T17:36:46+00:00 List-Id: wrote: > Greetings, > . At the moment I spend too much time trying understand how to make my > tools work, and not enough time using my tools. The GNAT User‘s Guide used to have an introduction to getting from source to executable. The relevant sections were, or are, instructive; they go beyond just mentioning the knobs and switches of the current tool chain. They explain compiling, binding, and linking so as to make you understand what you are doing when you need a compiler for producing your executable. I thought that the time spent reading this well written guide was both helpful and enjoyable. Understanding translation is part of becoming a successful apprentice.