Structure and interpretation of computer programs

書誌事項

Structure and interpretation of computer programs

Harold Abelson and Gerald Jay Sussman, with Julie Sussman ; foreword by Alan J. Perlis

MIT Press , McGraw-Hill Companies, c1996

2nd ed

  • : MIT Press : hbk
  • : McGraw-Hill : hbk
  • : MIT Press : pbk

大学図書館所蔵 件 / 65

この図書・雑誌をさがす

注記

Includes bibliographical references and index

内容説明・目次

巻冊次

: McGraw-Hill : hbk ISBN 9780070004849

内容説明

With an analytical and rigorous approach to problem solving and programming techniques, this book is oriented toward engineering. Structure and Interpretation of Computer Programs emphasizes the central role played by different approaches to dealing with time in computational models. Its unique approach makes it appropriate for an introduction to computer science courses, as well as programming languages and program design.

目次

1 Building Abstractions with Procedures2 Building Abstractions with Data3 Modularity, Objects, and State4 Metalinguistic Abstraction5 Computing with Register Machines
巻冊次

: MIT Press : 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).
巻冊次

: MIT Press : pbk 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」 より

詳細情報

ページトップへ