home *** CD-ROM | disk | FTP | other *** search
/ ftp.pasteur.org/FAQ/ / ftp-pasteur-org-FAQ.zip / FAQ / computer-lang / Ada / learning / text0000.txt < prev   
Encoding:
Text File  |  1996-06-03  |  55.1 KB  |  1,094 lines

  1. Archive-name: computer-lang/Ada/learning
  2. Comp-lang-ada-archive-name: learning
  3. Comp-edu-archive-name: learning-Ada
  4. Posting-Frequency: monthly
  5. Last-modified: 31 May 1996
  6. Last-posted: 22 April 1996
  7.  
  8.                                  Learning Ada
  9.                        Frequently Asked Questions (FAQ)
  10.  
  11. Recent changes to this FAQ are listed in the first section after the table
  12. of contents. This document is under explicit copyright.
  13.  
  14. Introduction
  15.  
  16. This is a list of resources to learn Ada. This list includes interactive
  17. tutorials, books, source code collections, etc.
  18.  
  19. Ada is an advanced, modern programming language, designed and standardized
  20. to support and strongly encourage widely recognized software engineering
  21. principles: reliability, portability, modularity, reusability, programming
  22. as a human activity, efficiency, maintainability, information hiding,
  23. abstract data types, genericity, concurrent programming, object-oriented
  24. programming, etc.
  25.  
  26. All validated Ada compilers (i.e. a huge majority of the commercial Ada
  27. compilers) have passed a controlled validation process using an extensive
  28. validation suite. Ada is not a superset or extension of any other language.
  29. Ada does not allow the dangerous practices or effects of old languages,
  30. although it does provide standardized mechanisms to interface with other
  31. languages such as Fortran, Cobol, and C.
  32.  
  33. Ada is recognized as an excellent vehicle for education in programming and
  34. software engineering, including for a first programming course.
  35.  
  36. Ada is defined by an international standard (the language reference manual,
  37. or LRM), which has been revised in 1995. Ada is taught and used all around
  38. the world (not just in the USA). Ada is used in a very wide range of
  39. applications: banking, medical devices, telecommunications, air traffic
  40. control, airplanes, railroad signalling, satellites, rockets, etc.
  41.  
  42. The latest version of this FAQ is always accessible through WWW as
  43. http://lglwww.epfl.ch/Ada/FAQ/learning.html#title
  44.  
  45. Maintenance
  46.  
  47. This FAQ is maintained on an individual volunteer basis, by Magnus Kempe
  48. (Magnus.Kempe@di.epfl.ch). [Note: This is done as a hobby, not in my
  49. capacity as an employee at the Swiss Federal Institute of Technology. --MK]
  50.  
  51. ----------------------------------------------------------------------------
  52. Report of a book, product, service, or event, etc., does not constitute an
  53. endorsement. Opinions (if any) expressed are those of the submitters and/or
  54. maintainer.
  55. ----------------------------------------------------------------------------
  56.  
  57. Table of Contents:
  58.  
  59.    * 1: Recent changes to the FAQ
  60.  
  61.    * 2: Information about this document
  62.  
  63.    * 3: Are there computer-based Ada tutorials?
  64.  
  65.    * 4: Is there a list of good Ada books?
  66.  
  67.         o Ada 95 Books
  68.         o Group 1: Books Suitable for a First Course in Programming
  69.         o Group 2: Other Books Intended for Undergraduate Courses
  70.         o Group 3: A Selection of Other Ada-Related Books
  71.  
  72.    * 5: Credits
  73.  
  74.    * 6: Copying this FAQ
  75.  
  76. ----------------------------------------------------------------------------
  77.  
  78. 1: Recent changes to this FAQ
  79.  
  80.    * 950531: updated list of tutorials.
  81.    * 950522: approved for posting in *.answers.
  82.    * 960309: added list of Ada 95 books.
  83.    * 960128: created, with contributions from David Wheeler and Mike
  84.      Feldman.
  85.  
  86. ----------------------------------------------------------------------------
  87.  
  88. 2: Information about this document
  89.  
  90. This file is posted monthly to comp.lang.ada, comp.edu, comp.answers, and
  91. news.answers.
  92.  
  93. This document has a home on the Home of the Brave Ada Programmers (HBAP) WWW
  94. Server, in hypertext format, URL
  95. http://lglwww.epfl.ch/Ada/FAQ/learning.html#title
  96.  
  97. It is available --as posted in *.answers-- on rtfm.mit.edu, which archives
  98. all FAQ files posted to *.answers; see directory
  99. ftp://rtfm.mit.edu/pub/usenet-by-group/news.answers/computer-lang/Ada
  100.  
  101. The text-only version is also available in directory
  102. ftp://lglftp.epfl.ch/pub/Ada/FAQ
  103.  
  104. Magnus Kempe maintains this document; it's a hobby, not a job. Feedback
  105. (corrections, suggestions, ideas) about it is to be sent via e-mail to
  106. Magnus.Kempe@di.epfl.ch
  107. Thanks.
  108.  
  109. In all cases, the most up-to-date version of the FAQ is the version
  110. maintained on the HBAP WWW Server. Please excuse any formatting
  111. inconsistencies in the posted, text-only version of this document, as it is
  112. automatically generated from the on-line, hypertext version.
  113.  
  114. ----------------------------------------------------------------------------
  115.  
  116. 3: Are there computer-based Ada tutorials?
  117.  
  118. There are many ways to learn Ada.
  119.  
  120. Here are some on-line Ada tutorials expressly designed for self-study:
  121.  
  122.   1. Lovelace is a free (no charge) self-directed Ada 95 tutorial available
  123.      on the World Wide Web (WWW), at
  124.      http://lglwww.epfl.ch/Ada/Tutorials/Lovelace/lovelace.html
  125.  
  126.      Lovelace assumes that the user already knows some other algorithmic
  127.      programming language (such as C, C++, or Pascal). Lovelace is
  128.      interactive; it contains a number of short sections, and most short
  129.      sections end with a question (to help ensure that you've understood the
  130.      section's material). Lovelace can be used directly from the WWW (see
  131.      above), downloaded from
  132.      http://lglwww.epfl.ch/Ada/Tutorials/Lovelace/download.html
  133.  
  134.      or run from a CD-ROM, described at http://ftp.cdrom.com/titles/ada.html
  135.  
  136.      Lovelace was developed by David A. Wheeler.
  137.  
  138.   2. Learn Ada on the Web (LAW) by Dr. Fintan Culwin was developed to freely
  139.      provide Ada training on the World Wide Web, at URL
  140.      http://www.scism.sbu.ac.uk/law/lawhp.html
  141.  
  142.      LAW is concerned with initial software development education rather
  143.      than with helping programmers who already know other computer
  144.      languages. Also, LAW is concerned as much with providing software
  145.      engineering tools over the Web as with presenting information regarding
  146.      Ada. Dr. Culwin believes that the Lovelace and LAW projects are
  147.      complementary rather than needless duplication of each other, since
  148.      their target users are so different.
  149.  
  150.      LAW includes an interesting capability to interactively create Ada
  151.      programs remotely over the Web; you might want to use this LAW
  152.      capability even if you choose to use another tutorial.
  153.  
  154.      Dr. Culwin is at South Bank University, London, and may be contacted at
  155.      fintan@vax.sbu.ac.uk
  156.  
  157.   3. Coronado Enterprises Tutorials are shareware tutorials. Their tutorial
  158.      of interest to us is an Ada 83 tutorial located at
  159.      http://www.swcp.com/~dodrill/adalist.html
  160.      (the suggested fee is US$15)
  161.  
  162.   4. The C/C++ Programmers Ada Tutorial is a short hypertext tutorial,
  163.      located at http://lglwww.epfl.ch/Ada/Ammo/Cplpl2Ada.html
  164.  
  165.      for programmers who have a C or C++ style programming language
  166.      background. It was written by Simon Johnson, with some additional text
  167.      by Tucker Taft.
  168.  
  169.   5. Ada-Tutr is a shareware interactive Ada tutor developed by John Herro
  170.      of Software Innovations Technology. You can download it from the
  171.      Ada-Tutr web site, at http://members.aol.com/AdaTutor/sit.htm
  172.  
  173.      or the Ada-Tutr ftp site, located at
  174.      ftp://members.aol.com/AdaTutor/sit.htm
  175.  
  176.      You can also download it by calling the SaddleBag BBS, 1-407-773-0831,
  177.      and log in with the name Ada Tutor and the password tutor. The Public
  178.      Ada Library's copy of Ada-Tutr (mirror) is another way to retrieve
  179.      Ada-Tutr. There is also an older version of Ada-Tutr for Ada 83
  180.      (mirror). AdaTutr has a number of exercises that give a more complete
  181.      understanding of Ada but will take more time to complete than a tutor
  182.      without such exercises (such as Lovelace).
  183.  
  184.   6. HOT_Ada, a two-volume course/tutorial distributed on floppy disks, is
  185.      available from Stage Harbor Software; it is not directly available via
  186.      the WWW. It does not include a compiler. It is similar to a set of
  187.      tutorial slides, except for the hyper-linking features and the fact
  188.      that you can proceed at your own pace and accommodate your own learning
  189.      style and needs.
  190.  
  191.      HOT_Ada is designed for individual, self-paced learning. One version
  192.      runs on Macintoshes, another on PCs with Windows. The many hypertext
  193.      and hypergraphic features allow you, for instance, to click on a "hot
  194.      word" to see its definition in the Glossary or click on a "hot icon" in
  195.      a diagram to jump to the corresponding line of Ada source code in a
  196.      previously hidden listing.
  197.  
  198.      The regular price is $29 for a single volume, $49 for the two-volume
  199.      set.
  200.  
  201.      E-mail inquiries welcomed at: bscrawford@aol.com. Regular mail
  202.      inquiries or mail orders (specify Mac or Windows, personal checks
  203.      accepted) can be sent to:
  204.  
  205.               Stage Harbor Software
  206.               9 Patriots Drive
  207.               Lexington, MA 02173
  208.  
  209.      What does the course cover?
  210.  
  211.      HOT_Ada is a two-volume course/tutorial, distributed on floppy disks.
  212.      Volume 1, the "core" part of the course, provides a pictorial
  213.      introduction to object technology (OOA and OOD presented in a
  214.      language-independent manner) and a pictorial introduction to Ada 9X,
  215.      with emphasis on its OOP features. Volume 2 provides an extended case
  216.      study with a step-by-step illustration of the OOA, OOD and OOP concepts
  217.      outlined in Volume 1. A mixture of classification and composition
  218.      approaches is illustrated. The OOA and OOD material is strongly
  219.      influenced by the Fusion Method, a fusion of OMT, Booch, Coad-Yourdon,
  220.      et al. HOT_Ada is designed for individual, self-paced learning. One
  221.      version runs on Macintoshes. Another version runs on PC's with Windows.
  222.      There are many hypertext and hypergraphic features. For example, you
  223.      can click on a "hot word" to see its definition in the Glossary, or
  224.      click on a "hot icon" in a diagram to jump to the corresponding line of
  225.      Ada source code in a previously hidden listing. A major theme of the
  226.      course is the reuse of patterns and parts.
  227.  
  228.      Who can benefit from HOT_Ada?
  229.  
  230.      Several categories of people can benefit from self-study using HOT_Ada.
  231.      If you are familiar with Ada 83, and have begun to study Ada 9X, you
  232.      can supplement other efforts by reviewing this picture-based material
  233.      and the case study. If, as an Ada software engineer, you want to learn
  234.      more about object technology in general, especially the Fusion
  235.      approach, HOT_Ada provides an ideal combination for learning and "tying
  236.      it all together." If you are a newcomer to Ada, the visual approach of
  237.      HOT_Ada may provide you with an excellent way to start your learning
  238.      process -- to be followed up using traditional text and classroom
  239.      methods.
  240.  
  241.      What are the System Requirements?
  242.  
  243.         o PC: Any PC with Windows Version 3.0 or later should be fine. You
  244.           will need about six MB of free space on your hard disk.(Two MB for
  245.           the ToolBook runtime and three MB for the two volumes of HOT_Ada.)
  246.           The beta version had been distributed on 4 disks. Version 1.1 (and
  247.           now Version 1.2) has been compressed, and is being delivered on a
  248.           single disk. You will need to "unzip" it.
  249.  
  250.         o Mac: Any reasonably modern Mac (e.g., Mac II or PowerBook) with
  251.           two MB of RAM or more should work OK, but older "small screen"
  252.           Macs will be awkward, due to a lot of graphical scrolling that
  253.           will be needed. Version 1.1 (and now Version 1.2) is being
  254.           delivered on two disks, without compression. (Each disk contains
  255.           the HyperCard runtime integrated with a volume of HOT_Ada.) You
  256.           will need about three MB of free space on your hard disk.
  257.  
  258.      How to Order by Mail?
  259.  
  260.      Write a personal check for $49 to Stage Harbor Software and mail it to
  261.      Stage Harbor Software, 9 Patriots Drive, Lexington, MA 02173. Be sure
  262.      to specify the Windows or Mac version of HOT_Ada, and include your
  263.      e-mail address if you have one. (Credit card orders are not accepted.)
  264.  
  265.      To Order from Outside the USA
  266.  
  267.      To order from outside the USA, you can send an International Postal
  268.      Money Order or have your bank wire funds to my account at
  269.  
  270.               The Cooperative Bank,
  271.               12 Nagog Park, Acton, MA, 01720-9890, USA,
  272.               Account: Bard S. Crawford, Stage Harbor Software,
  273.               Account Number  03520457558
  274.  
  275.      -- and let Bard Crawford know separately that you are doing so.
  276.  
  277.      [Source: Bard Crawford, Stage Harbor Software]
  278.  
  279. Here are some other Ada-related educational materials that you may find
  280. helpful:
  281.  
  282.   1. Introducing Ada95 is a set of slides about Ada 95 by Richard Conn,
  283.      released without restrictions on its use and distribution. Here's a
  284.      quote from Richard Conn:
  285.  
  286.           This is a day-long short course that introduces Ada95. The
  287.           purpose of the course is to explore the Ada95 language,
  288.           including its facilities for object-oriented design and
  289.           programming, real-time programming, distributed processing,
  290.           and other domains. The course will concentrate on the
  291.           practical aspects of applying the features of Ada95 to the
  292.           software development process. Numerous examples of the
  293.           language are presented.
  294.  
  295.      Richard Conn's tutorial is available in Zipped Powerpoint Postscript
  296.      format. (736K). A README file accompanies the tutorial.
  297.  
  298.      Free viewers for both Macintosh (602K) and PCs running Windows (1,092K)
  299.      are available for those who do not own Powerpoint.
  300.  
  301.   2. Ada 95: The Next Generation, a slide set by Mike Kamrad, is available
  302.      through the SIGAda server. It is available in both Powerpoint 4.0 for
  303.      the Macintosh format (140K) and Powerpoint 4.0 for Windows format
  304.      (84K). Free viewers for both Macintosh (602K) and PCs running Windows
  305.      (1,092K) are available for those who do not own Powerpoint.
  306.  
  307.   3. ASSET maintains a collection of Ada-related courseware; see ASSET's WWW
  308.      page for more information.
  309.  
  310.   4. Other PAL Courseware (mirror) products are available by FTP (in
  311.      addition to AdaTutr and Lovelace, listed above). Walnut Creek mirrors
  312.      the PAL onto its Ada CD-ROM. A copy of the Ada CD-ROM is available
  313.      on-line.
  314.  
  315.   5. An "Academic Ada" package is being developed by Intermetrics. The
  316.      expected date for the beta version for Windows NT is March 1996, with
  317.      final versions out May 1996 (Windows NT) and Summer 1996 (other
  318.      platforms).
  319.  
  320. ----------------------------------------------------------------------------
  321.  
  322. 4: Is there a list of good Ada books?
  323.  
  324. Mike Feldman maintains annotated bibliographies. they are selected lists of
  325. useful books, with capsule reviews. You are invited to write reviews.
  326.  
  327. Michael B. Feldman
  328. Education Working Group Chair, ACM Special Interest Group on Ada (SIGAda)
  329. Department of Electrical Engineering and Computer Science
  330. The George Washington University
  331. Washington, DC 20052
  332. (202) 994-5919 (voice)
  333. (202) 994-0227 (fax)
  334. mfeldman@seas.gwu.edu
  335. http://www.seas.gwu.edu/faculty/mfeldman/
  336.  
  337.                        Ada 95 Textbooks: Brief Reviews
  338.  
  339.                                 February 1996
  340.  
  341.  
  342.  
  343. This bibliography is a project of the SIGAda Education Working Group. I am
  344. serving as the editor of the list, and the contact point for sending in
  345. reviews, but there are many reviewers. You too can be one! Just send a
  346. capsule review, in the form of the ones here, and I will be glad to add it
  347. to the list and credit you for the contribution.
  348.  
  349. Reviewers in this edition are Ted Baker, Jack Beidler, Michael Feldman, Stan
  350. Kwasny, and Pat Rogers. Their initials appear after their respective
  351. reviews.
  352.  
  353. There are nine books listed here; within each category, books are listed
  354. alphabetically by author. I am informed of three more books in the pipeline,
  355. all from Springer Verlag: an advanced data structures text by Jack Beidler,
  356. an Ada 95 book for C and C++ programmers by Simon Johnston, and a book
  357. version of David Wheeler's Lovelace, a very well-received Ada 95 tutorial on
  358. the World Wide Web.
  359.  
  360. Group 1: Books Suitable for a First Course in Programming
  361.  
  362. Ada 95: Problem Solving and Program Design.
  363. Michael Feldman and Elliot Koffman.
  364. Addison-Wesley, 1996. (ISBN 0-201-87009-6)
  365.      As with the earlier edition by the same authors, the first 2/3 of the
  366.      book is suitable as a CS1 text with Ada as the language of instruction,
  367.      and the the last few chapters, combined with some language-independent
  368.      algorithm theory, cover the rest of the Ada langauge in sufficient
  369.      depth to serve as the language-specific basis of a CS2 course.
  370.  
  371.      The style is like that of a musical fugue: sections that develop
  372.      general programming and problem solving techniques are interleaved with
  373.      sections that develop successively larger subsets of the Ada 95
  374.      language and libraries; examples recur from one chapter to another, in
  375.      progressively more completely developed forms. Packages are introduced
  376.      from the start; other language features are introduced very gradually
  377.      at first and then at a progressively faster pace. Loops come up in
  378.      chapter 5, records and arrays by chapter 8, generics by chapter 11, and
  379.      pointers, tagged types, and tasks in chapters 14-16. The nearly 200
  380.      examples have all been compiled and tested, and are available in
  381.      electronic format from the first author, the Addison Wesley home page,
  382.      and the usual Ada archives.(T.B.)
  383.  
  384. Ada from the Beginning. (2nd ed.)
  385. Jan Skansholm.
  386. Addison-Wesley, 1994. (ISBN 0-201-62448-6)
  387.      This book was one of the first to use Ada with CS1-style pedagogy.
  388.      There are excellent sections on the idiosyncracies of interactive I/O
  389.      (a problem in all languages), and a sufficient number of fully-worked
  390.      examples to satisfy students. Generics, linked lists and recursion are
  391.      covered at the end; there is no tasking coverage, but one would not
  392.      expect this at CS1-level. A very interesting addition is the new
  393.      Chapter 14, in which OOP in both Ada 83 and Ada 95 is discussed. This
  394.      is an especially lucid explanation of OOP in Ada, and makes a real
  395.      contribution because it doesn't just discuss tagged types as a
  396.      "feature" of Ada 95, but shows very nicely what is possible in Ada 83
  397.      (instead of just what is not possible), and shows how Ada 95 adds
  398.      functionality. Because the book was published before the Ada 95
  399.      standard was finalized, there are necessarily some inconsistencies.
  400.      These are minor and, we hope, will be corrected as the book is
  401.      reprinted.(M.B.F.)
  402.  
  403. Group 2: Books on Specific Topics, with Ada 95 as the Language of Discourse
  404.  
  405. Concurrency In Ada
  406. Alan Burns and Andy Wellings.
  407. Cambridge University Press, 1995. (ISBN 0-521-41471-7)
  408. (Concurrent Programming and Real-Time Systems)
  409.      The ultimate Ada concurrency book (Burns' "Concurrent Programming In
  410.      Ada") has a successor for Ada95. Written by acknowledged real-time
  411.      experts, it covers the tasking model in great depth, including all the
  412.      existing and new capabilities as well as the Systems Programming Annex,
  413.      the Real-Time Systems Annex, and the Distributed Systems Annex. Also
  414.      included are an introduction to concurrent programming and an
  415.      examination of the interaction of the tasking facilities with those for
  416.      object-oriented programming. More than just a detailed language
  417.      examination, the book offers many examples of usage and analysis of
  418.      feature interaction that only these two authors could provide. Highly
  419.      recommended for introductory and advanced courses in concurrent and
  420.      real-time programming with Ada. (P.R.)
  421.  
  422. Software Construction and Data Structures with Ada 95.
  423. Michael B. Feldman
  424. Addison Wesley, 1996. (ISBN 0-201-88795-9)
  425. (CS2/data structures)
  426.      As a book about data structures, this well-written, teachable book
  427.      assumes a base knowledge of Ada, although a quick review of the basics
  428.      is included.
  429.  
  430.      Ada95 features are incorporated smoothly into the discussion and the
  431.      coded examples (which are available from the author). The book strikes
  432.      a nice balance between theoretical issues and practice with a wealth of
  433.      examples and much attention to detail, including a nice discussion on
  434.      how to time a program. The extensive material coverage includes
  435.      standard CS2 topics like "big O" analysis, linked lists, queues and
  436.      stacks, graphs, trees, hash methods, and sorting, but the reader is
  437.      allowed to investigate topics beyond the basics through additional
  438.      topics like strings, vectors, tables, file I/O, sets, priority queues,
  439.      AVL trees, and B-Trees, and several complete and illustrative examples,
  440.      including an employee database, an airline passenger list, an RPN
  441.      calculator, a discrete simulation, and even a simple window manager.
  442.  
  443.      By introducing generic units relatively early (chapter 5), the text can
  444.      focus on reusability and sound software engineering solutions to a wide
  445.      variety of data structures problems, but never neglects the underlying
  446.      analysis. As a capstone to the development of several generic data
  447.      structures, chapter 14 covers generic sorting according to a wide
  448.      variety of methods each with its own data structure nuances. The final
  449.      chapter introduces concurrency.
  450.  
  451.      This book is in final production for publication in May, 1996. The
  452.      nearly 200 programs and packages have all been compiled and tested, and
  453.      are available in electronic form from the author, the Addison Wesley
  454.      home page, and the usual Ada archives.(S.C.K.)
  455.  
  456. Methodes de Genie Logiciel avec Ada 95 (in French)
  457. (Software Engineering Methods with Ada 95)
  458. Jean-Pierre Rosen
  459. Paris, InterEditions, 1995. (ISBN 2-7296-0569-X)
  460. (Software Engineering)
  461.      This is a very interesting book written by a long-standing expert in
  462.      Ada and software engineering. Various methodologies are compared
  463.      (Booch, HOOD, Schlaer-Mellor, etc.), all in the context of Ada 95 but
  464.      not limited to language-specific discussions. Enough Ada 95
  465.      fundamentals are taught that it should not be necessary to know Ada 95
  466.      before reading the book, but this is not a book for people without some
  467.      programming background.
  468.  
  469.      Recommended for classes taught in French and for individuals with a
  470.      good reading knowledge of French. The author is developing an English
  471.      translation, which I await enthusiastically. (M.B.F.)
  472.  
  473. Object-Oriented Software in Ada 95
  474. Michael A. Smith.
  475. International Thomson Computer Press, 1996. (ISBN 1-85032-185-X)
  476. (Object-Oriented Programming for Advanced Undergraduates)
  477.      This book begins by providing an introduction to problem solving using
  478.      a Fusion-based object-oriented design methodology, in addition to
  479.      examining the basic constructs in the Ada 95 language. The book then
  480.      moves on to discuss the object-oriented features of the language, using
  481.      numerous examples to illustrate the ideas of encapsulation,
  482.      inheritance, and polymorphism. The book's capstone is a detailed case
  483.      study of the design and implementation of a textual user interface
  484.      (TUI) using object-oriented design methodology. This is a nice,
  485.      understandable, straightforward book on OOP with Ada 95, quite suitable
  486.      for self-study or an advanced undergraduate course. The brief survey of
  487.      Ada 95 at the beginning should be sufficient for readers with
  488.      programming experience. The several dozen source code files are
  489.      available on the Internet.
  490.  
  491. Group 3: General Texts Covering All of Ada 95
  492.  
  493. Programming In Ada 95, first edition
  494. John Barnes.
  495. Addison-Wesley, 1995. (ISBN 0-201-87700-7)
  496.      This new book by John Barnes continues a tradition of easy readability
  497.      that belies the depth of understanding required to make a complex
  498.      subject accessible. Though a new book for a new Ada, the style and
  499.      humor from the earlier book remain. The new Ada standard is covered as
  500.      a language in its own right, with few references to its predecessor
  501.      beyond a summary of language differences in each chapter. The core
  502.      facilities are covered extensively, with emphasis on rationale and the
  503.      "programming in the large" issues of abstraction, OOP, tasking and
  504.      exceptions. Of particular value is the chapter entitled Object Oriented
  505.      Techniques, which explores the application of the OOP, tasking and
  506.      generic unit facilities explained earlier in the book. Each chapter
  507.      contains coding exercises for further study, with fullly worked-out
  508.      answers in the back. The many who appreciated the earlier book will
  509.      likewise enjoy this, the new classic on Ada95. Highly recommended for
  510.      readers with programming experience. (P.R.)
  511.  
  512. Ada as a Second Language (2nd Edition)
  513. Norman Cohen.
  514. McGraw Hill, 1996. (ISBN 0-07-011607-5)
  515.      This is more like a new book than like a new edition. The first edition
  516.      of this book was a excellent reference to Ada(83), well organized and
  517.      filled with excellent examples of realistic code sequences. It was the
  518.      perfect reference to the language for those with substantial
  519.      programming experience in another programming language. One of the more
  520.      important features of the first edition is a well constructed index,
  521.      which becomes the major passageway into the book as it grows old and
  522.      worn.
  523.  
  524.      That was the first edition, the second edition builds upon the
  525.      excellent organization that made the first edition an excellent
  526.      reference and adds material on the new features in Ada(95). To be more
  527.      precise, the new material is not added, it is integrated into a
  528.      seamless reference to Ada(95). The book is composed into twenty well
  529.      focused chapters and five appendices, including an appendix on the
  530.      special needs annexes. Each chapter concludes with two sections, one on
  531.      differences between Ada(83) and Ada(95), and a very brief chapter
  532.      summary. Isolating the discussion of '83 versus '95 differences to a
  533.      single section in each chapter has kept the rest of the presentation in
  534.      each chapter clean and to the point.
  535.  
  536.      As an example of the quality in this book, consider Chapter Twelve,
  537.      Classwide Programming. This is the chapter that describes Ada's object
  538.      oriented programming support. Again the word "seamless" comes to mind.
  539.      Unless you know ahead of time what are the new features in the language
  540.      and what are the old features, you could not tell from the
  541.      presentation. Polymorphism, type extension, dispatching are presented
  542.      in a clear direct way, with excellent sample pieces of code. I was
  543.      particularly impressed by the clean presentation of Ada.Finalization,
  544.      and the realistic easy to follow sample code for the Initialize,
  545.      Finalize, and Adjust procedures.
  546.  
  547.      In conclusion, "Ada as a Second Language, is the best non-language
  548.      lawyer reference to Ada(95), even for those whose first language is
  549.      Ada(83). (J.B.)
  550.  
  551. Rendezvous with Ada 95
  552. David J. Naiditch.
  553. John Wiley and Sons, 1995. (ISBN 0-471-01276-9)
  554.      This book is a revision of Naiditch's earlier "quick introduction" to
  555.      Ada for experienced programmers. The second edition is no longer
  556.      "quick" (it is nearly 150 pages longer) but is the best integrated
  557.      introduction to Ada 95 to appear thus far. One wishes only that the
  558.      author had provided more complete, compilable examples instead of the
  559.      fragments so typical of Ada texts. (M.B.F.)
  560.  
  561. ----------------------------------------------------------------------------
  562.  
  563.                An Annotated Sampling of Ada-Oriented Textbooks
  564.  
  565.                                  August 1995
  566.  
  567.     (with contributions from Jack Beidler, Duane Jarc, Suzanne Pawlan Levy,
  568.     Mathew Lodge, Pat Rogers, and David Weller, as indicated by their
  569. initials following their reviews)
  570.  
  571. As chair of the SIGAda Education Working Group, and a denizen of the
  572. Internet newsgroups, I am often asked to give references for "Ada
  573. textbooks." This list responds to these many queries.
  574.  
  575.    * Group 1: Books Suitable for a First Course in Programming
  576.    * Group 2: Other Books Intended for Undergraduate Courses
  577.    * Group 3: A Selection of Other Ada-Related Books
  578.  
  579. The textbooks in the Group 1 are written especially for students without
  580. programming experience, who are learning Ada as their first language. Most
  581. of these can also cover at least part of a typical CS2-level course. The
  582. books in Group 2 use Ada as their language of discourse but are
  583. "subject-oriented:" data structures, file structures, compilers, comparative
  584. languages. The remaining books in Group 3 are either "Ada books" focusing on
  585. the language features or more general books that use Ada, at least in part,
  586. but do not fit obviously into a standard curriculum "pigeonhole."
  587.  
  588. I invite you to add to the list. Please write your annotated entry in the
  589. form I have used here and write or e-mail it to me, mfeldman@seas.gwu.edu .
  590. I will include it in my next version and credit you as a co-compiler of the
  591. list.
  592.  
  593. Disclaimers: I wrote two of the texts listed here; I hope the annotations
  594. are impartial enough. And any annotated bibliography is selective and
  595. opinionated. Your mileage may vary.
  596.  
  597. ----------------------------------------------------------------------------
  598.  
  599. Group 1: Books Suitable for a First Course in Programming
  600.  
  601. Bover, D.C.C., K.J. Maciunas, and M.J. Oudshoorn.
  602. Ada: A First Course in Programming and Software Engineering.
  603. Addison-Wesley, 1992. ISBN 0-201-50992-X
  604.      This work is, to our knowledge, the first Ada book to emerge from
  605.      Australia, from a group of authors with much collective experience in
  606.      teaching Ada to first-year students. A number of interesting examples
  607.      are presented, for example, an Othello game. The book is full of gentle
  608.      humor, a definite advantage in a world of dry and serious texts. In the
  609.      book's favor is the large number of complete programs. On the other
  610.      hand, it is rather "European" in its terseness; American teachers may
  611.      miss the pedagogical apparatus and "hand-holding" typically found in
  612.      today's CS1 books. Generic units are hardly mentioned.
  613.  
  614. Culwin, F.
  615. Ada: a Developmental Approach.
  616. Prentice-Hall, 1992.
  617.      This work introduces Ada along with a good first-year approach to
  618.      software development methodology. Much attention is paid to program
  619.      design, documentation, and testing. Enough material is present in data
  620.      structures and algorithm analysis is present to carry a CS2 course. A
  621.      drawback of the book is that the first third is quite "Pascal-like" in
  622.      its presentation order: procedures, including nested ones, are
  623.      presented rather early, and packages are deferred until nearly the
  624.      middle of the book. This is certainly not a fatal flaw, but it will
  625.      frustrate teachers wishing a more package-oriented presentation. The
  626.      programs and solutions are apparently available from the author.
  627.  
  628. Dale, N., D. Weems, and J. McCormick.
  629. Programming and Problem Solving with Ada.
  630. D. C. Heath, 1994. ISBN 0-669-29360-1
  631.      This book is inspired by Dale and Weems' very successful Introduction
  632.      to Pascal and Structured Design, but it is not simply an Ada version.
  633.      Ada's more advanced capabilities such as exceptions, packages and
  634.      generic units are included in this text. In addition, more than half of
  635.      the material is completely new, and the order of the topics is
  636.      signficantly different. It also has more of a software engineering
  637.      focus than the Pascal version. The only Ada topics not included in this
  638.      text are tasks and access types. Procedures and packages are introduced
  639.      early. Each chapter includes case studies, testing and debugging hints
  640.      and excellent non-programming exercises and programming problems. The
  641.      text comes with a program disk containing all the programs given in the
  642.      book. In addition, a validated Meridian Ada compiler with complete
  643.      documentation is available at low cost to students using this book. (S.
  644.      P. L.)
  645.  
  646. DeLillo, N. J.
  647. A First Course in Computer Science with Ada.
  648. Irwin, 1993. (ISBN 0-256-12538-4)
  649.      This book is a first in the Ada literature: a version comes with an Ada
  650.      compiler, the AETech-IntegrAda version of Janus Ada. Author, publisher,
  651.      and software supplier are to be commended for their courage in this.
  652.      The book itself covers all the usual CS1 topics. In my opinion, the
  653.      order of presentation is a bit too Pascal-like, with functions and
  654.      procedures introduced in Chapter 5 (of 15) and no sign of packages
  655.      (other than Text_IO) until Chapter 10. Unconstrained arrays and
  656.      generics are, however, done nicely for this level, and Chapter 13 is
  657.      entirely devoted to a single nontrivial case study, a statistical
  658.      package. I wish there were more complete programs in the early
  659.      chapters, to put the (otherwise good) discussion of control and data
  660.      structures in better context.
  661.  
  662. Feldman, M.B., and E.B. Koffman.
  663. Ada: Problem Solving and Program Design.
  664. Addison-Wesley, 1992. ISBN 0-201-53364-2
  665.      This work combines the successful material from Koffman's CS1 pedagogy
  666.      with a software-engineering-oriented Ada presentation order. Packages
  667.      are introduced early and emphasized heavily; chapters on abstract data
  668.      types, unconstrained arrays, generics, recursion, and dynamic data
  669.      structures appear later. The last five chapters, combined with some
  670.      language-independent algorithm theory, can serve as the basis of a CS2
  671.      course. A diskette with all the fully-worked packages and examples
  672.      (about 180) is included; the instructor's manual contains a diskette
  673.      with project solutions. A second edition, with Ada 95 as the language,
  674.      is in preparation and due out at the beginning of 1996.
  675.  
  676. Savitch, W.J. and C.G. Petersen.
  677. Ada: an Introduction to the Art and Science of Programming.
  678. Benjamin/Cummings, 1992. ISBN 0-8053-7070-6
  679.      This is a straightforward adaptation of the well-known Savitch Pascal
  680.      books. Ada is introduced in a Pascal-like order, with subtypes and
  681.      packages introduced halfway through the book. This is purely a CS1
  682.      book. The final chapter covers dynamic data structures. There is
  683.      minimal coverage of unconstrained array types; generics are introduced
  684.      at the halfway point to explain Text_IO, then continued only in the
  685.      final chapter. The authors intended this book to provide a painless
  686.      transition to Ada for teachers of Pascal; one wishes they had taken
  687.      advantage of the chance to show some of the interesting Ada concepts as
  688.      well. Program examples from the text are available on disk, but only as
  689.      part of the instructor's manual; a solutions disk is available for a
  690.      fee from the authors.
  691.  
  692. Skansholm, J.
  693. Ada from the Beginning. (2nd ed.)
  694. Addison Wesley, 1994. ISBN 0-201-62448-6
  695.      This book was one of the first to use Ada with CS1-style pedagogy.
  696.      There are excellent sections on the idiosyncracies of interactive I/O
  697.      (a problem in all languages), and a sufficient number of fully-worked
  698.      examples to satisfy students. Generics, linked lists and recursion are
  699.      covered at the end; there is no tasking coverage, but one would not
  700.      expect this at CS1-level. A very interesting addition is the new
  701.      Chapter 14, in which OOP in both Ada 83 and Ada 95 is discussed. This
  702.      is an especially lucid explanation of OOP in Ada, and makes a real
  703.      contribution because it doesn't just discuss tagged types as a
  704.      "feature" of Ada 95, but shows very nicely what is possible in Ada 83
  705.      (instead of just what is _not_ possible), and shows how Ada 95 adds
  706.      functionality.
  707.  
  708. Smith, J. F., and T. S. Frank
  709. Introduction to Programming Concepts and Methods with Ada
  710. McGraw-Hill, Inc., 1994 ISBN 0-07-911725-2
  711.      This is a well written and easy to use text. The book takes a spiraled
  712.      approach to CS 1. The authors do an excellent job integrating Ada into
  713.      the book. They take a very direct approach, especially with an early
  714.      introduction to the package concept and the traditional Text_IO
  715.      package. Faculty who have taught CS 1 with Pascal should like this
  716.      book. Instead of making a big fanfare about Ada features, they simply
  717.      introduce them as good support for software development concepts. The
  718.      authors have carefully chosen the Ada topics they decided to cover in
  719.      this book in order to strike a balance between staying true to the CS 1
  720.      course while presenting enough of the programming language. If you
  721.      teach CS 1 you might at least want to get a copy of this text just to
  722.      look at two chapters, Chapter 7 and Chapter 14. Seven covers program
  723.      correctness and run-time event (exception handling) and fourteen is a
  724.      beautiful presentation and example of generic packaging. Both
  725.      presentations are done in an appropriate manner for CS 1. (J. B.)
  726.  
  727. Volper, D., and M. Katz.
  728. Introduction to Programming Using Ada.
  729. Prentice-Hall, 1990. ISBN 0-13-493529-2
  730.      This book uses a heavily "spiraled" approach to Ada, and is designed
  731.      for a 2-semester course, covering nearly all of Ada eventually. There
  732.      are lots of fully-coded examples, and good pedagogical sections on
  733.      testing, coding style, etc. If you like spiraling, you'll like this.
  734.      The down side is that you can't find all you need on a given subject in
  735.      one place. It's at the other end of the scale from the "Ada books" that
  736.      follow the Ada Language Reference Manual (LRM) order.
  737.  
  738. ----------------------------------------------------------------------------
  739.  
  740. Group 2: Other Books Intended for Undergraduate Courses
  741.  
  742. Ben-Ari, M.
  743. Principles of Concurrent and Distributed Programming.
  744. Prentice-Hall 1990. ISBN 0-13-711821-X
  745. (OS/concurrency)
  746.      In my opinion, this is the best introduction to concurrency on the
  747.      market. Ada notation is used for everything, but the focus is on
  748.      concurrency and not on Ada constructs per se. I liked the CoPascal
  749.      notation of the first edition better, but this book is still great. A
  750.      software disk is promised in the preface; I had to work quite hard to
  751.      get it from the publisher, which finally had to express-ship it from
  752.      England. The software comes with a tiny Ada-ish interpreter, complete
  753.      with Pascal source code, adapted from Wirth's Pascal/S via CoPascal.
  754.      There are also some real Ada programs, most of which I've tested and
  755.      found correct and portable.
  756.  
  757. Feldman, M.B.
  758. Data Structures with Ada.
  759. Addison Wesley, 1993. ISBN 0-201-52673-5
  760. (CS2/data structures)
  761.      This book is a reasonable approximation to a modern CS2 book: "big O"
  762.      analysis, linked lists, queues and stacks, graphs, trees, hash methods,
  763.      and sorting, are all covered. The Ada is a bit old-fashioned,
  764.      especially the lack of generics; the book was published before
  765.      compilers could handle generics. The packages and other programs are
  766.      available free from the author. The book has been heavily revised; the
  767.      Ada 95-based second edition should appear early in 1996 from
  768.      Addison-Wesley.
  769.  
  770. Fischer, C., and R. LeBlanc.
  771. Crafting a Compiler.
  772. Benjamin Cummings, 1988. ISBN 0-8053-3201-4
  773. (compilers)
  774.      This book uses Ada as its language of discourse and Ada/CS, a usefully
  775.      large Ada subset, as the language being compiled. If you can get the
  776.      "plain Pascal" tool software by ftp from the authors, you'll have a
  777.      good translator-writing toolset. Skip the Turbo Pascal diskette
  778.      version, which is missing too many pieces to be useful. I've used the
  779.      book since it came out with both undergrad and graduate compiler
  780.      courses; it embodies a good blend of theory and "how it's really done"
  781.      coding. Students like it. The authors have recently published a second
  782.      version, which uses C as its coding language but retains Ada/CS as the
  783.      language being compiled.
  784.  
  785. Hillam, B.
  786. Introduction to Abstract Data Types Using Ada.
  787. Prentice-Hall, 1994. ISBN 0-13-045949-6
  788. (data structures)
  789.      This is a very readable treatment of data structures presented using
  790.      Ada that makes good use of Ada features such as generics. It contain
  791.      many complete programs and packages. Unfortunately, obvious syntax
  792.      errors make it apparent that not all examples have been compiled. The
  793.      level of presentation is somewhere between an elementary, CS 2, data
  794.      structures course and an advanced, CS 7, course. A subset of first
  795.      eleven chapters provide the appropriate topics for a CS 2 course, but
  796.      not the pedagogy necessary for a course at that level. (D. J.)
  797.  
  798. Lomuto, N.
  799. Problem-Solving Methods with Examples in Ada.
  800. Prentice-Hall, 1987.
  801. (algorithms)
  802.      Inspired by Polya's classic How to Solve It, this book can make a nice
  803.      addition to an Ada-oriented algorithms course. It makes too many
  804.      assumptions about students' programming background to use as a CS1
  805.      book, and doesn't teach enough Ada to be an "Ada book." But it makes
  806.      nice reading for students sophisticated enough to handle it. I'd
  807.      classify it as similar to Bentley's Programming Pearls.
  808.  
  809. Miller, N.E. and C.G. Petersen.
  810. File Structures with Ada.
  811. Benjamin/Cummings, 1990. ISBN 0-8053-0440-1
  812. (file structures)
  813.      Designed for a straightforward ACM-curriculum file structures course,
  814.      this book succeeds at what it does. There are good discussions of ISAM
  815.      and B-tree organizations. The software can be purchased a low cost from
  816.      the authors; it seems to approximate in Ada all those C-based file
  817.      packages advertised in programmer-oriented trade publications.
  818.  
  819. Schneider, G.M., and S.C. Bruell.
  820. Concepts in Data Structures and Software Development
  821. (with Ada Supplement by P. Texel).
  822. West, 1991.
  823. (CS2/data structures)
  824.      This work is not, strictly speaking, an Ada book; rather, it is a
  825.      solid, language-independent approach to modern CS2. The language of
  826.      discourse in the book is a Pascal-like ADT language rather like
  827.      Modula-2 in style; some examples are coded in legal Pascal. The Ada
  828.      supplement makes it usable in an Ada-based course, but the supplement
  829.      is rather too terse (100 pages of large type) for my taste, and
  830.      insufficiently well keyed to the book chapters. The supplement's
  831.      effectiveness would be greatly enhanced by full translations to Ada of
  832.      a large number of the book's examples.
  833.  
  834. Sebesta, R.W.
  835. Concepts of Programming Languages (2nd ed.).
  836. Benjamin Cummings, 1993. ISBN 0-8053-7132-X
  837. (comparative languages)
  838.      If you've been around for a while, you might remember the late Mark
  839.      Elson's 1975 book by the same title. This is similar: a concept-by-
  840.      concept presentation, with -- in each chapter -- examples taken from
  841.      several languages. I include this work in an "Ada list" because I like
  842.      its nice, impartial coverage of Ada. I especially like the chapters on
  843.      abstraction and exception handling. The book covers -- comparatively,
  844.      of course -- most of the lanuages you'd like to see, including C, C++,
  845.      Lisp, Smalltalk, etc., with nice historical chapters as well. The book
  846.      is readable; my students like it. Our undergraduate and graduate
  847.      courses both use it as a base text.
  848.  
  849. Stubbs, D.F., and N.W. Webre.
  850. Data Structures with Abstract Data Types and Ada.
  851. PWS-Kent, 1993. ISBN 0-534-14448-9
  852. (advanced data structures)
  853.      This work updates and adapts to Ada the material in the authors'
  854.      successful data structures texts using Pascal and Modula-2. It is good
  855.      for a "heavy" CS2, i.e., one on the theoretical side, or a "light" CS7,
  856.      i.e. it is not as theory-oriented as the Weiss work below. More Ada,
  857.      especially regarding advanced types, is taught here than in Weiss.
  858.      Especially interesting about all the books from these authors is that
  859.      they have matched their "big O" performance prediction with tables and
  860.      graphs showing actual performance measurements.
  861.  
  862. Weiss, M.A.
  863. Data Structures and Algorithms in Ada.
  864. Benjamin/Cummings, 1993. ISBN 0-8053-9055-3
  865.      I think this book reaches its intended market -- data structures
  866.      courses (CS7) -- rather well with Ada. There's a good mixture of theory
  867.      and practice (ADT design, for example), and coverage of new topics like
  868.      amortized algorithm analysis and splay trees. A book at this level
  869.      should not pay too much attention to teaching a language; rather it
  870.      should make good use of its language of discourse. The Ada version does
  871.      not attempt to teach either the language or Ada-style software
  872.      engineering, but shows good understanding of the language, uses generic
  873.      packages quite well and focuses on the theory of algorithms, as a book
  874.      at this level should. This is the first, and so far the only, text in
  875.      Ada for this course.
  876.  
  877. ----------------------------------------------------------------------------
  878.  
  879. Group 3: A Selection of Other Ada-Related Books
  880.  
  881. Barnes, J. G. P.
  882. Programming in Ada. (4th edition)
  883. Addison-Wesley, 1994. ISBN 0-201-62407-9
  884.      Barnes' work has been one of the most popular "Ada books." Some
  885.      students find it hard to see how the pieces fit together from Barnes'
  886.      often fragmentary examples; it is difficult to find complete,
  887.      fully-worked out, compilable programs. On the other hand, this book has
  888.      been a real best-seller, so Barnes clearly is doing something right.
  889.      The fourth edition has a 100-page summary of Ada 95, and a
  890.      fully-integrated Ada 95 fifth edition is in production for Fall 1995
  891.      release. Also, the third (Ada 83) edition is still in print, with an
  892.      Ada 83 reference manual included.
  893.  
  894. Booch, G.
  895. Software Components with Ada.
  896. Benjamin Cummings, 1987. ISBN 0-8053-0610-2
  897.      This work is an encyclopedic presentation of data structure packages
  898.      from Booch's OOD point of view. It is great for those who love
  899.      taxonomies. It's not for the faint-hearted, because the volume of
  900.      material can be overwhelming. It could serve as a text for an advanced
  901.      data structures course, but it's thin in "big O" analysis and other
  902.      algorithm-theory matters. The book is keyed to the (purchasable) Booch
  903.      Components.
  904.  
  905. Booch, G. and D. Bryan, with C. Petersen
  906. Software Engineering with Ada. (3rd edition)
  907. Benjamin/Cummings 1994. ISBN 0-8053-0613-7
  908.      Another of the classical "Ada books." Introduces Booch's OOD ideas. Not
  909.      for use to introduce Ada to novices, in my opinion; there are some nice
  910.      fully-worked case studies but they begin too far into the book, after
  911.      long sections on design, philosophy, and language elements. The earlier
  912.      chapters contain too much fragmentary code, a common flaw in books that
  913.      follow the LRM order. The third edition contains an appendix describing
  914.      Ada 9X.
  915.  
  916. Bryan, D.L., and G.O. Mendal.
  917. Exploring Ada, Volumes 1.and 2.
  918. Prentice-Hall, 1990 and 1992 respectively. ISBN 0-13-295684 (vol. 1); ISBN
  919. 0-13-297227-1 (vol. 2)
  920.      This is an excellent study of some of the interesting nooks and
  921.      crannies of Ada; it sometimes gets tricky and "language-lawyerly."
  922.      Volume 2 takes up tasking, generics, exceptions, derived types, scope
  923.      and visibility; Volume 1 covers everything else. The programs are short
  924.      and narrowly focused on specific language issues. If you like Bryan's
  925.      "Dear Ada" column in Ada Letters, you'll like this book. It is
  926.      certainly not a book for beginners, but great fun for those who know
  927.      Ada already and wish to explore.
  928.  
  929. Burns, A., and G. Davies.
  930. Concurrent Programming.
  931. Addison-Wesley, 1993, ISBN 0-201-54417-2
  932.      Solid book covering all aspects of writing concurrent software. Uses a
  933.      version of Pascal called FC-Pascal (available for free through the
  934.      Internet). The FC means "Functionally Concurrent". It has constructs
  935.      that are similar to Ada 9X, and this is by no accident -- the authors
  936.      frequently point out that the implementations in FC-Pascal are taken
  937.      from Ada 9X's Tasks and Protected Types. Covers lots of low-level
  938.      problems by gradually building up from simple examples. Highly
  939.      recommended for a Concurrent Programming class. Exercises and Further
  940.      readings are provided at the end of each chapter. (D.W.)
  941.  
  942. Burns, A. and A. Wellings.
  943. Concurrency In Ada.
  944. Cambridge University Press, 1995. ISBN 0-521-41471-7
  945.      The ultimate Ada concurrency book (Burns' Concurrent Programming In
  946.      Ada) has a successor for Ada95. Written by acknowledged real-time
  947.      experts, it covers the tasking model in great depth, including all the
  948.      existing and new capabilities as well as the Systems Programming Annex,
  949.      the Real-Time Systems Annex, and the Distributed Systems Annex. Also
  950.      included are an introduction to concurrent programming and an
  951.      examination of the interaction of the tasking facilities with those for
  952.      object-oriented programming. More than just a detailed language
  953.      examination, the book offers many examples of usage and analysis of
  954.      feature interaction that only these two authors could provide. Highly
  955.      recommended for introductory and advanced courses in concurrent and
  956.      real-time programming with Ada. (P.R.)
  957.  
  958. Burns, A. and A. Wellings.
  959. Real Time Systems and their Programming Languages
  960. Addison-Wesley 1990. (ISBN 0-201-17529-0)
  961.      This is an excellent and unique book. Basic concepts and terminology
  962.      are explained before moving on to explain the major aspects of real
  963.      time design. "Real world" examples are presented in Ada, Modula-2 and
  964.      occam 2, though Ada is clearly the authors' language of choice and gets
  965.      the most coverage. Topics covered include reliability and fault
  966.      tolerance, concurrency, synchronisation, scheduling, message passing,
  967.      atomic transactions, resource control, distributed systems and
  968.      low-level device control. Efficiency is not neglected, and Ada support
  969.      here is particularly strong with detail on the CIFO package. Several
  970.      case studies are also presented. The only failing of the book is that
  971.      it needs updating to cover Ada 9x and its real-time annex, Modula-3
  972.      etc. However, the basic concepts that the authors convey so clearly are
  973.      independent of implementation language. (M. L.)
  974.  
  975. Cohen, N.
  976. Ada as a Second Language.
  977. McGraw Hill, 1986. ISBN 0-07-011589-3
  978.      This book is a quite comprehensive exploration of Ada which follows the
  979.      LRM in its presentation order. My graduate students like it because it
  980.      is more detailed and complete than alternative texts. It's an excellent
  981.      book for students who know their languages and want to study all of
  982.      Ada. There are good discussions of "why's and wherefore's" and many
  983.      long, fully-worked examples. An anxiously-awaited 2nd edition covering
  984.      Ada 95 is in the pipeline.
  985.  
  986. Gauthier, M.
  987. Ada: Un Apprentissage (in French).
  988. Dunod, 1989.
  989. Ada: a Professional Course (in English).
  990. Macmillan Computer Science Series, 1993. ISBN 0-333-58001-X.
  991.      I found this an especially interesting, almost philosophical approach
  992.      to Ada. The first section presents Ada in the context of more general
  993.      laguage principles: types, genericity, reusability. The second section
  994.      introduces testing and documentation concerns, as well as tasking; the
  995.      third considers generics and variant records in the more general
  996.      context of polymorphism. For mature Ada students in the French-speaking
  997.      world, and others who can follow technical French, this book can serve
  998.      as a different slant on the conventional presentations of the language.
  999.      The more recent English edition is a contribution to the Ada literature
  1000.      in English, because of its getting behind the language itself into the
  1001.      more general language-design principles.
  1002.  
  1003. Gehani, N.
  1004. Ada: an Advanced Introduction (2nd edition).
  1005. Prentice-Hall, 1989. ISBN 0-13-004334-6
  1006.      I've always liked Gehani's literate writing style; he knows his
  1007.      languages and treats Ada in an interesting, mature, and balanced
  1008.      fashion. This book comes with a diskette sealed in the back of the
  1009.      book, which is advantageous because the book has numerous nontrivial,
  1010.      fully- worked examples.
  1011.  
  1012. Gehani, N.
  1013. Ada: Concurrent Programming (2nd edition).
  1014. Silicon Press, 1991. ISBN 0-929306-08-2
  1015.      This is a less formal, more Ada-oriented presentation of concurrency
  1016.      than the Ben-Ari work. I use both books in my concurrency course; its
  1017.      real strength is the large number of nontrivial, fully worked examples.
  1018.      Gehani offers a nice critique of the tasking model from the point of
  1019.      view of an OS person. The preface promises the availability of a
  1020.      software disk from the publisher.
  1021.  
  1022. Naiditch, D.J.
  1023. Rendezvous with Ada 95
  1024. New York: John Wiley and Sons, 1995. ISBN 0-471-01276-9
  1025.      This book is a revision of Naiditch's earlier "quick introduction" to
  1026.      Ada for experienced programmers. The second edition is no longer
  1027.      "quick" (it is nearly 150 pages longer) but is the best integrated
  1028.      introduction to Ada 95 to appear thus far. One wishes only that the
  1029.      author had provided more complete, compilable examples instead of the
  1030.      fragments so typical of Ada texts. Nevertheless, I recommend it as the
  1031.      best introduction to Ada 95 at this point.
  1032.  
  1033. Nyberg, K. (editor)
  1034. The Annotated Ada Reference Manual. (3rd edition)
  1035. Grebyn Corporation, 1993.
  1036.      This is the definitive work on Ada legalities, because it presents not
  1037.      only the full text of the LRM but also the official Ada Interpretations
  1038.      as prepared by the Ada Rapporteur Group of Working Group 9 of the
  1039.      International Organization for Standardization (ISO) and approved by
  1040.      that organization. These commentaries, interleaved with the LRM text,
  1041.      are promulgated by the Ada Joint Program Office, the American National
  1042.      Standards Institute (ANSI) agent for Ada, in the Ada Compiler
  1043.      Validation Suite (ACVC). They are thus binding upon compiler
  1044.      developers. I recommend this book as an essential volume in the library
  1045.      of every serious Ada enthusiast.
  1046.  
  1047. Watt, D.A., B.A. Wichmann, and W. Findlay.
  1048. Ada Language and Methodology.
  1049. Prentice-Hall, 1987. ISBN 0-13-004078-9
  1050.      This work presents some interesting programming projects, and the
  1051.      coverage of design and testing--at the level of a first-year
  1052.      student--is quite good. The first third of the book concentrates
  1053.      heavily on classical control and data structures, leaving subprograms
  1054.      until Chapter 12, and exceptions and packages until the "programming in
  1055.      the large" material in the second third. CS2 teachers will find too
  1056.      little concentration on algorithm analysis. On the other hand, tasking
  1057.      and machine-dependent programming are covered. Like the Shumate work,
  1058.      this book would make a suitable introduction to Ada for students with a
  1059.      semester or so of programming experience; it "jumps in" too quickly to
  1060.      satisfy the needs of neophytes and is not well-tailored to CS1 or CS2
  1061.      needs.
  1062.  
  1063. ----------------------------------------------------------------------------
  1064.  
  1065. 5: Credits
  1066.  
  1067. The following persons have contributed to the information gathered in this
  1068. FAQ: Michael Feldman--who maintains the annotated lists of Ada books,
  1069. David A. Wheeler--who developed the original version of the tutorials list,
  1070. and Gordon Dodrill.
  1071.  
  1072. The maintainer has simply :-) organized, polished, or added some information
  1073. for your satisfaction.
  1074.  
  1075. ----------------------------------------------------------------------------
  1076.  
  1077. 6: Copying this FAQ
  1078.  
  1079. This FAQ is Copyright ⌐ 1996 by Magnus Kempe. It may be freely redistributed
  1080. --as posted by the copyright holder in comp.lang.ada and comp.edu-- in other
  1081. forums than Usenet News as long as it is completely unmodified and that no
  1082. attempt is made to restrict any recipient from redistributing it on the same
  1083. terms. It may not be sold or incorporated into commercial documents without
  1084. the explicit written permission of the copyright holder.
  1085.  
  1086. Permission is granted for this document to be made available under the same
  1087. conditions for file transfer from sites offering unrestricted file transfer
  1088. on the Internet and from Forums on e.g. Compuserve and Bix.
  1089.  
  1090. This document is provided as is, without any warranty.
  1091.  
  1092. ----------------------------------------------------------------------------
  1093. Magnus Kempe -- Magnus.Kempe@di.epfl.ch
  1094.