Structure and interpretation of computer programs

書誌事項

Structure and interpretation of computer programs

Harold Abelson and Gerald Jay Sussman, with Julie Sussman

(MIT electrical engineering and computer science series)

MIT Press, c1996

2nd ed

  • : hbk
  • : pbk. : alk. paper

大学図書館所蔵 件 / 38

この図書・雑誌をさがす

注記

Includes bibliographical references and index

内容説明・目次

巻冊次

: hbk ISBN 9780262011532

内容説明

Structure and Interpretation of Computer Programs has had a dramatic impact on computer science curricula over the past decade. This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.

目次

  • Part 1 Building abstractions with procedures: the elements of programming
  • expressions
  • naming and the environment
  • evaluating combinations
  • compound procedures
  • the substitution model for procedure application
  • conditional expressions and predicates
  • example: square roots by Newton's method
  • procedures as black-box abstractions
  • procedure and the processes they generate
  • linear recursion and iteration
  • tree recursion
  • orders of growth
  • exponentiation
  • greatest common divisors
  • example: testing primality
  • formulating abstractions with higher-order procedures
  • procedures as arguments
  • constructing procedures using Lambda
  • procedures as general methods
  • procedures as returned values. Part 2 Building abstractions with data: introduction to data abstraction
  • example: arithmetic operations for rational numbers
  • abstraction barriers
  • what is meant by data? extended exercise: interval arithmetic
  • hierarchical data and the closure property
  • representing sequences
  • hierarchical structures
  • sequences as conventional interfaces
  • example: a picture language
  • symbolic data
  • quotation
  • example: symbolic differentiation
  • example: representing sets
  • example: Huffman encoding trees
  • multiple representations for abstract data
  • representations for complex numbers
  • tagged data
  • data-directed programming and additivity
  • systems with generic operations
  • generic arithmetic operations
  • combining data of different types
  • example: symbolic algebra. Part 3 Modularity, objects, and state: assignment and local state
  • local state variables
  • the benefits of introducing assignment
  • the costs of introducing assignment
  • the environment model of evaluation
  • the rules for evaluation
  • applying simple procedures
  • frames as the repository of local state
  • internal definitions
  • modelling with mutable data
  • mutable list structure
  • representing queues
  • representing tables
  • a simulator for digital circuits
  • propagation of constraints
  • concurrency: time is of the essence
  • the nature of time in concurrent systems
  • mechanisms for controlling concurrency
  • streams
  • streams are delayed lists
  • infinite streams
  • exploiting the stream paradigm
  • streams and delayed evaluation
  • modularity of functional programs and modularity of objects. Part 4 Metalinguistic abstraction: the metacircular evaluator
  • the core of the evaluator
  • representing expressions
  • evaluator data structures
  • running the evaluator as a program
  • data as programs
  • internal definitions
  • separating syntactic analysis from execution
  • variations on a scheme - lazy evaluation
  • normal order and applicative order
  • an interpreter with lazy evaluation
  • streams as lazy lists. (Part contents).
巻冊次

: pbk. : alk. paper ISBN 9780262510875

内容説明

Structure and Interpretation of Computer Programs has had a dramatic impact on computer science curricula over the past decade. This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.

「Nielsen BookData」 より

関連文献: 1件中  1-1を表示

詳細情報

ページトップへ