Programming with Ada¶
Contents:
- Overview
- Feature Overview
- The Big Five Structural Elements
- Note on Terminology
- Packages, the Building Blocks of Ada
- Advanced Techniques
- Being More Terse
- Expression Functions
- Don’t repeat parameter types
- Locally use packages
- Abbreviate conversions functions
- Use default parameters
- Rename functions with default parameters
- Locally define helper functions
- Use package renames within
package body
- Use a package at file scope
- Provide abstraction without introducing more code
- Rename complicated expressions
- Comparing Ada to Other Languages
- Terminology
- Clearing the Air
- About
- Ray Tracing in One Weekend… in Ada
- Summary after Four Months with Ada