Ada 95 Rationale

Ada 95 Rationale
Author: John Barnes
Publisher: Springer Science & Business Media
Total Pages: 484
Release: 1997-06-03
Genre: Computers
ISBN: 9783540631439

Ada 95, the enhanced version of the Ada programming language, is now in place and has attracted much attention in the community since the International Standard ISO/IEC 8652:1995(E) for the language was approved in 1995. The Ada 95 Rationale comes in four parts. The introductory part is a general discussion of the scope and objectives of Ada 95 and its major technical features. The second part contains a more detailed step by step account of the core language. The third part consists of several annexes addressing the predefined environment and specialized application areas. Finally, the three appendices of the fourth part are devoted to the upward compatibility with Ada 83, a few changes since the drafts of the standard were made public, and a summary of requirements.

Ada 95

Ada 95
Author:
Publisher:
Total Pages:
Release: 1995
Genre:
ISBN:

Ada 95 Rationale

Ada 95 Rationale
Author:
Publisher:
Total Pages: 453
Release: 1995
Genre:
ISBN:

This document describes the overall rationale for the revision of the Ada programming language and includes tutorial information for the new features. Ada 95 is a revised version of Ada updating the 1983 ANSI Ada standard (ANSI 83) and the equivalent 1987 ISO standard (ISO 87) in accordance with ANSI and ISO procedures.

Ada 2005 Rationale

Ada 2005 Rationale
Author: John Barnes
Publisher: Springer
Total Pages: 272
Release: 2008-06-17
Genre: Computers
ISBN: 3540797017

Ada 2005 is the latest version of the International Standard for the programming language Ada. Formally, it is an Amendment of ISO/IEC 8652:1995 (E) rather than a completely new standard. The primary goals for the new version were to enhance its capabilities particularly in those areas where its reliability and predictability are of great value. Accordingly, a number of intriguing and attractive ideas have been included and implemented in a coherent manner as appropriate to the level of perfection necessary for the diligent maintenance of a language standard. The Ada 2005 Rationale describes not only the changes from Ada 95 but also the reason for the changes. It starts with an introduction providing a general overview and this is followed by seven chapters focusing on OOP; access types; structure and visibility; tasking and real time; exceptions, generics, etc.; the predefined library; and containers. The book concludes with an epilogue largely concerned with compatibility issues.

Ada 95, Quality and Style

Ada 95, Quality and Style
Author: Christine Ausnit-Hood
Publisher: Lecture Notes in Computer Science
Total Pages: 320
Release: 1997-11-12
Genre: Computers
ISBN:

The purpose of this book is to help create better ADA programs by identifying and detailing a set of stylistic guidelines. This guide is ideally suited for programmers and software engineers who want to create more powerful and portable applications using ADA 95.

Ada 95 Quality and Style: Guidelines for Professional Programmers. Version 01.00.10

Ada 95 Quality and Style: Guidelines for Professional Programmers. Version 01.00.10
Author:
Publisher:
Total Pages: 305
Release: 1995
Genre:
ISBN:

The purpose of Ada 95 Quality and Style: Guidelines for Professional Programmers is to help computer professionals produce better Ada programs by identifying a set of stylistic guidelines that will directly impact the quality of their Ada 95 programs. This style guide is not intended to replace the Ada 95 Reference Manual (1995), Ada 95 Rationale (1995), or serve as a tutorial for the Ada 95 programming language. Furthermore, this book is not intended to be a guide for transitioning from Ada 83 to Ada 95. The style guide is divided into chapters that map to the major decisions that each programmer addresses when creating high-quality, reliable, reusable, and portable Ada software. Individual chapters address source code presentation, readability, program structure, programming practice, concurrency, portability. reusability, performance, and a new chapter on object-oriented features. Each chapter is further subdivided into guidelines, using a format that supports wide usage because its content is both prescriptive and tailorable. Each guideline consists of a concise statement of the principles that should be followed and a rationale explaining why the guideline is important. The guidelines also provide usage examples, in addition to possible exceptions to applying the guidelines.

Ada 95

Ada 95
Author: David A. Wheeler
Publisher: Springer Science & Business Media
Total Pages: 296
Release: 2012-12-06
Genre: Computers
ISBN: 1441985425

Lovelace provides an introduction to Ada 95, one of the most widely used programming languages in the world. Although the reader is assumed to have a basic understanding of programming, no prior exposure to Ada is assumed and all the basics of the language are covered. The book comprises eighteen chapters each of which is composed of short sections designed to cover a small number of key concept and to provide a test question to check the reader's understanding of the concepts covered. Each chapter then concludes with a small quiz to help ensure that the reader has grasped the principles covered in the chapter. One of Ada 95's new features, its object-oriented facilities, is covered in depth, and all of the essential features of Ada programming are covered thoroughly. In Ada 95 significant enhancements were also added to Ada's ability to interface with other programming languages (such as C, Fortran, and Cobol) and these are covered in one chapter. As a result both students and professional programmers learning Ada for the first time will welcome this new text.

Concurrency in Ada

Concurrency in Ada
Author: Alan Burns
Publisher: Cambridge University Press
Total Pages: 414
Release: 1998-02-19
Genre: Computers
ISBN: 9780521629119

A major feature of the Ada programming language is the facilities it provides for concurrent programming. Alan Burns and Andy Wellings provide here a thorough and self-contained account of concurrent programming in Ada, and so show users, even beginners, how to harness the full power of the whole language. After giving an overview of the non-concurrent features of Ada, the authors proceed to examine in detail the uses of concurrent programming and the inherent difficulties in providing inter-process communication. The Ada tasking model is then introduced; the way it deals with these and related matters is explained in a number of separate chapters, covering system programming, real-time issues, distribution, object-oriented programming and re-use. This is the first book which deals with concurrent features in the new Ada standard, and it offers practical advice to the programmer needing to use it for embedded systems, while those interested more broadly in the development of programming languages will find many otherwise inaccessible issues probed in depth. It will thus be of value to professional software engineers and advanced students of programming alike; indeed, every Ada programmer will find it essential reading and a primary reference work. For the paperback edition the authors have made revisions throughout the text, updating and correcting where appropriate.

Programming and Problem Solving with ADA 95

Programming and Problem Solving with ADA 95
Author: Nell B. Dale
Publisher: Jones & Bartlett Learning
Total Pages: 960
Release: 2000
Genre: Computers
ISBN: 9780763707927

Programming and Problem Solving with Ada 95 provides a solid introduction to programming while introducing the capabilities of Ada 95 and its syntax without overwhelming the student. The book focuses on the development of good programming habits. This text offers superior pedagogy that has long defined computer science education, including problem solving case studies, testing and debugging sections, quick checks, exam preparation, programming warm-up exercises, and programming problems. The extensive coverage of material in such a student-friendly resource means that more rigor, more theory, greater use of abstraction and modeling, and the earlier application of software engineering principles can be employed.