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,df37493c1b02d34b X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: Ada books Date: 1998/11/16 Message-ID: #1/1 X-Deja-AN: 412297627 Sender: matt@mheaney.ni.net References: <71uu2i$s8a$1@ash.ridgecrest.ca.us> NNTP-Posting-Date: Sun, 15 Nov 1998 22:29:54 PDT Newsgroups: comp.lang.ada Date: 1998-11-16T00:00:00+00:00 List-Id: "Robert Graham" writes: > I'm just starting out with Ada. Are there any good beginner's programming > books? Does one stand out as the "Ada bible"? For beginners, there is Rendevous With Ada95, by David Naiditch. After Naiditch, try reading Programming in Ada95, by John Barnes. After Barnes, try reading Ada As A Second Language, by Norm Cohen. There are also free tutorials available on the web. Go to the Home of the Brave Ada Programmers. > > (Long live FORTRAN, the Grand Master of all languages!) You'll be happy to know you can keep all you existing Fortran code, and call it from Ada95. Ada95 has built-in facilities for interfacing to other languages, including C, Fortran, and Cobol. Note: the all-caps spelling of Fortran has been deprecated.