Our systems are now restored following recent technical disruption, and we’re working hard to catch up on publishing. We apologise for the inconvenience caused. Find out more

Recommended product

Popular links

Popular links


Systematic Program Design

Systematic Program Design

Systematic Program Design

From Clarity to Efficiency
Yanhong Annie Liu, Stony Brook University, State University of New York
August 2013
Paperback
9781107610798

    A systematic program design method can help developers ensure the correctness and performance of programs while minimizing the development cost. This book describes a method that starts with a clear specification of a computation and derives an efficient implementation by step-wise program analysis and transformations. The method applies to problems specified in imperative, database, functional, logic and object-oriented programming languages with different data, control and module abstractions. Designed for courses or self-study, this book includes numerous exercises and examples that require minimal computer science background, making it accessible to novices. Experienced practitioners and researchers will appreciate the detailed examples in a wide range of application areas including hardware design, image processing, access control, query optimization and program analysis. The last section of the book points out directions for future studies.

    • Offers problem specifications and implementations in all of imperative, database, functional, logic and object-oriented programming languages using different data, control and module abstractions
    • Outlines a systematic method for transforming clear specifications into efficient implementations using three key steps: iterate, incrementalize and implement
    • Contains substantial examples in a wide range of application problems: hardware design, image processing, access control and many more

    Reviews & endorsements

    'As an experienced programmer and educator, I have to admit, I felt deep enjoyment while reading this book. It was a pleasant experience.' M. M. Tanik, Computing Reviews

    'It will prove very useful for graduate students who wish to start their literature review with a comprehensive example of the state of the art in formal methods, and it is an excellent platform for self-directed learning. This well-structured, comprehensive book reflects the author's experience and strong background in the field. Highly recommended.' L. Benedicenti, Choice

    See more reviews

    Product details

    August 2013
    Paperback
    9781107610798
    253 pages
    235 × 155 × 16 mm
    0.43kg
    14 b/w illus. 90 exercises
    Available

    Table of Contents

    • 1. Introduction
    • 2. Loops: incrementalize
    • 3. Sets: incrementalize and implement
    • 4. Recursion: iterate and incrementalize
    • 5. Rules: iterate, incrementalize, and implement
    • 6. Objects: incrementalize across module abstraction
    • 7. Conclusion.