Part 3. Sample Application

Design of the Airport Application, describes the goals and overall design of the airport example.

Definition of a New Collection, shows you how to build a new class of sequence, called a sorted sequence.

The Airport Application, contains the complete, working code of the airport example. This chapter illustrates many techniques described in the previous chapters, including collections, control-flow operators, initialization of slots, and libraries and modules. The chapters in Part Part 4. Advanced Topics describe advanced techniques that you can use to improve the code presented in Part 3. Sample Application.