登入
選單
返回
Google圖書搜尋
Lisp: a Language for Stratified Design
Harold Abelson
Gerald Jay Sussman
出版
Massachusetts Institute of Technology, Artificial Intelligence Laboratory
, 1987
URL
http://books.google.com.hk/books?id=02L9NwAACAAJ&hl=&source=gbs_api
註釋
We exhibit programs that illustrate the power of Lisp as a language for expressing the design and organization of computational systems. The examples are chosen to highlight the importance of abstraction in program design and to draw attention to the use of procedures to express abstractions. This article exhibits programs that illustrate the power of Lisp as a language for expressing the design and organization of computational systems. The examples are chosen to highlight the importance of abstraction in program design and to draw attention to the use of procedures to express abstractions. Any programming language provides primitive components, means by which these can be combined, and means by which patterns of combination can be named and manipulated as if they were primitive. With appropriate abstractions to separate the specification of components from the details of their implementation we can provide a library of standard components that can be freely interconnected, allowing great flexibility in design.