
Ada Distilled
by Richard Riehle
Publisher: AdaWorks 2003
Number of pages: 113
Description:
This book highlights some key features of the Ada language, with coded examples, that are essential for getting started as an Ada programmer. It emphasizes syntax, control structures, subprogram rules, and how-to coding issues rather than design issues. Ada Distilled is for experienced programmers new to Ada. Heavily commented example programs help experienced programmer experiment with Ada. This is not a comprehensive book on the entire Ada language. In particular, it says very little about Ada Finalization, Storage Pool Management, Representation Specifications, Concurrency, and other more advanced topics.
Download or read it online for free here:
Download link
(1MB, PDF)
Similar books
Quick Adaby Dale Stanbrough
The history of Ada, sample programs, lexical conventions, basics types of Ada, control structures, arrays, records, subprograms, packages, generics, exceptions, files, access types, object oriented features of Ada, concurrency support, etc.
(16394 views)
Introducing Ada 95by John Barnes
Ada is a language of special value in the development of large programs which must work reliably. This document introduces Ada 95, which increases the flexibility of Ada making it applicable to wider domains but retains the inherent reliability.
(22205 views)
Ada 95: The Lovelace Tutorialby David A. Wheeler - Springer
An introduction to Ada 95, a basic understanding of programming is assumed. Object-oriented facilities of Ada are covered in depth, and all of the essential features of Ada are covered thoroughly. Written for students and professional programmers.
(22831 views)
Ada Quality and Style Guide- Wikibooks
This guide helps computer professionals produce better Ada programs by identifying a set of stylistic guidelines that will impact the quality of their Ada programs. The guidelines also provide usage examples, in addition to possible exceptions.
(11746 views)