software-design-for-flexibility_how-to-avoid-programming-yourself-into-a-corner_hanson_sussman
https://mitpress.mit.edu/books/software-design-flexibilitySummary
Strategies for building systems that can be adapted for new situations with only minor programming modifications.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
evaluatorsSome of the techniques, such as dynamically extensible
generic procedures, are extremely powerful but potentially dangerous.
Each chapter includes exercises. Code is written in Scheme, a simple
dialect of Lisp. Examples range from astronomy to automatic
differentiation to an adventure game.
Basılı kopya
Diğer Kitaplar
La Te X
Misc Books
An Introduction To Paper Electrophoresis And Related Methods
An Introduction To Paper Electrophoresis And Related Methods — Lederer, Michael
Java programming for beginners : learn the fundamentals of programming with Java
1 online resource (1 volume) : Java Programming for Beginners is an introduction to Java programming, taking you through the Java syntax and the fundamentals of object-oriented programming. About This Book Learn the b...
الأمثل في تفسير كتاب الله المنزل للشيخ ناصر مكارم الشيرازي .PDF
تفسير الأمثل عدد المجلدات : 30 المصدر الإلكتروني : مكتبة الفكر الطبعة الأولى المصححة 1434
FISHERIES REVIEW VOL.36,NO.4, 1991
FISHERIES REVIEW VOL.36,NO.4, 1991 — U.S. FISH AND WILDLIFE SERVICE
C Programming for Scientists & Engineers
Programming language book for C aimed atuse in scientific and engineering applications.