x
Menu

The Structure and Interpretation of Computer Programs,Spring 2011

UC Berkeley,, Spring 2011 , Prof. Brian Harvey

Updated On 02 Feb, 19

Overview

Functional programming - higher-order procedures - user interface - Alan Kay - recursion and iteration-orders of growth-data abstraction - sequences - Example: calculator - hierarchical data-Example: Scheme-1 interpr-generic operators-object oriented programm - assignment and state - environments - mutable data - vectors - client-server programming - concurrency - streams -Therac-25-metacircular evaluator - mapreduce - analyzing evaluator - lazy evaluator - logic programming-Review

Includes