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 X-Received: by 10.112.254.129 with SMTP id ai1mr1970158lbd.7.1392927823167; Thu, 20 Feb 2014 12:23:43 -0800 (PST) X-Received: by 10.50.23.80 with SMTP id k16mr8255igf.16.1392927821679; Thu, 20 Feb 2014 12:23:41 -0800 (PST) Path: border1.nntp.ams3.giganews.com!backlog3.nntp.ams3.giganews.com!backlog3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!goblin3!goblin1!goblin.stu.neva.ru!w7no8555173lbi.1!news-out.google.com!le8ni18022lbc.0!nntp.google.com!s7no8458460lbd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 20 Feb 2014 12:23:41 -0800 (PST) In-Reply-To: <30b44309-13c9-441e-abc3-447380eb3daf@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=134.161.117.101; posting-account=n_UjnQoAAABfrcWSOwHZjjwNJ9bB8F7e NNTP-Posting-Host: 134.161.117.101 References: <8fb15cff-3208-4953-bfdd-3fc66dc13d3d@googlegroups.com> <30b44309-13c9-441e-abc3-447380eb3daf@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2b1eae55-4da3-43ce-87b4-1bee1104b440@googlegroups.com> Subject: Re: Best book to learn ada? assuming openbsd 5.4 amd64 box here From: jmccormick@cfu.net Injection-Date: Thu, 20 Feb 2014 20:23:42 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Original-Bytes: 2221 Xref: number.nntp.dca.giganews.com comp.lang.ada:185039 Date: 2014-02-20T12:23:41-08:00 List-Id: I cannot recommend my book "Ada Plus Data Structures" for learning Ada. It= is targeted at CS2 (2nd course in computer science) students. It assumes = that you already know the control structures and some of Ada's type model. = It then teaches the basic data structures. Only a brief introduction to A= da's OO capabilities. Really a beginning level book best paired with my in= troductory book "Programming and Problem Solving with Ada". Since I have damned one of my books, I will recommend another that includes= an introduction to Ada for folks who have skills in other programming lang= uages. Building Parallel, Embedded, and Real-Time Applications with Ada McCormick, Singhoff, and Hugues Cambridge Press, 2011 Check http://www.embedded.com/electronics-blogs/break-points/4411676/A-new-= Embedded-Ada-book for a review by Jack Ganssle.=20 John