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!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: learning ada and aws, what is the best way? Date: Wed, 09 Apr 2014 21:36:07 +0200 Organization: A noiseless patient Spider Message-ID: <871tx65m8o.fsf@ludovic-brenta.org> References: <5c6e1fc5-8993-47be-813b-860e2f028976@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx05.eternal-september.org; posting-host="6b270d8da913319c59583a47e2feeefe"; logging-data="27212"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/KRsBc7DRX1UzaMjqMKlkR" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:ot7v3/gN3W2HxgWtWlQKCdaz0UA= sha1:7KbZSE7GdkpichNKS0hPB2eadww= Xref: news.eternal-september.org comp.lang.ada:19207 Date: 2014-04-09T21:36:07+02:00 List-Id: Jeffrey Carter writes on comp.lang.ada: > johannes falcone wrote: >> for someone with only unix scirpting background? > > You might start by looking at the resources available from the AdaIC: > > http://www.adaic.org/learn/ Of those, I still like and recommend: John English - Ada 95: the Craft of Object-Oriented Programming which is excellent for beginners. The synctactic sugar that Ada 2012 brings to loops is explained in the Ada 2012 Rationale, also on the same, most excellent web site :) There is however a second part which is learning the toolchain (editor, compiler, debugger). If you're used to scripting on Unix then you must already know the One True Editor, so you need only learn how to compile, run an debug Ada programs. -- Ludovic Brenta.