Watch What I Do: Programming by Demonstration
by Allen Cypher
Publisher: The MIT Press 1993
ISBN/ASIN: 0262032139
ISBN-13: 9780262032131
Number of pages: 652
Description:
Programming by Demonstration is a method that allows end users to create, customize, and extend programs by demonstrating what the program should do. The first section of the book describes 18 computer implementations of Programming by Demonstration, and the second discusses the problems and opportunities for this method in more general terms.
Download or read it online for free here:
Read online
(online html)
Similar books

- Wikibooks
This book aims to be a comprehensive source for any developer who is interested in programming for the Windows platform. The reader is assumed to have a previous knowledge of the programming languages involved: C, C++, and Visual Basic.
(19412 views)

by Stephen Muggleton, Luc de Raedt - ScienceDirect
Inductive Logic Programming is a new discipline which investigates the inductive construction of first-order clausal theories from examples and background knowledge. The authors survey the most important theories and methods of this new field.
(36981 views)

by Karthik Naidu - GitBook
These are engineer's notes on problem solving. They are ideally suited as practice material for coding interviews. Each post has 5 sections: problem statement, examples, algorithm, code, test cases, and a discussion on time-complexity.
(8946 views)

by John C. Reynolds - Prentice Hall
Read this book if you need a much deeper understanding of programming: the need to carefully structure a program to avoid being overwhelmed by its complexity, or the need to insure reliability beyond what can he achieved by debugging.
(24377 views)