Software Design for Flexibility
Autor Chris Hanson, Gerald Jay Sussmanen Limba Engleză Hardback – 9 mar 2021
Time pressures encourage programmers to write code that works well for a narrow purpose, with no room to grow. But the best systems are evolvable; they can be adapted for new situations by adding code, rather than changing the existing code. The authors describe techniques they have found effective--over their combined 100-plus years of programming experience--that will help programmers avoid programming themselves into corners.
The authors explore ways to enhance flexibility by:
• Organizing systems using combinators to compose mix-and-match parts, ranging from small functions to whole arithmetics, with standardized interfaces
• Augmenting data with independent annotation layers, such as units of measurement or provenance
• Combining independent pieces of partial information using unification or propagation
• Separating control structure from problem domain with domain models, rule systems and pattern matching, propagation, and dependency-directed backtracking
• Extending the programming language, using dynamically extensible evaluators
Preț: 335.23 lei
Preț vechi: 419.04 lei
-20% Nou
Puncte Express: 503
Preț estimativ în valută:
64.16€ • 66.73$ • 53.77£
64.16€ • 66.73$ • 53.77£
Carte disponibilă
Livrare economică 21 februarie-07 martie
Livrare express 06-12 februarie pentru 41.34 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780262045490
ISBN-10: 0262045494
Pagini: 448
Dimensiuni: 158 x 236 x 35 mm
Greutate: 0.73 kg
Editura: MIT Press Ltd
ISBN-10: 0262045494
Pagini: 448
Dimensiuni: 158 x 236 x 35 mm
Greutate: 0.73 kg
Editura: MIT Press Ltd
Notă biografică
Chris Hanson is on the technical staff at Datera.
Gerald Jay Sussman is Panasonic Professor of Electrical Engineering at MIT. He is the coauthor of Structure and Interpretation of Computer Programs, Structure and Interpretation of Classical Mechanics, and Functional Differential Equations (all published by the MIT Press).
Gerald Jay Sussman is Panasonic Professor of Electrical Engineering at MIT. He is the coauthor of Structure and Interpretation of Computer Programs, Structure and Interpretation of Classical Mechanics, and Functional Differential Equations (all published by the MIT Press).
Cuprins
Foreword xi
Preface xiii
Acknowledgments xix
1 Flexibility in Nature and in Design 1
2 Domain-Specific Languages 21
3 Variations on an Arithmetic Theme 67
4 Pattern Matching 157
5 Evaluation 233
6 Layering 299
7 Propagation 327
8 Epilogue 373
A Appendix: Supporting Software 377
B Appendix: Scheme 379
Preface xiii
Acknowledgments xix
1 Flexibility in Nature and in Design 1
2 Domain-Specific Languages 21
3 Variations on an Arithmetic Theme 67
4 Pattern Matching 157
5 Evaluation 233
6 Layering 299
7 Propagation 327
8 Epilogue 373
A Appendix: Supporting Software 377
B Appendix: Scheme 379
Descriere
"An advanced book on programming techniques to build flexible, robust, symbolic systems"--