CS 61A Lecture 43: Review I




CS 61A The Structure and Interpretation of Computer Programs
Instructor Brian Harvey
Spring 2008

Introduction to programming and computer science. This course exposes students to techniques of abstraction at several levels: (a) within a programming language, using higher-order functions, manifest types, data-directed programming, and message-passing; (b) between programming languages, using functional and rule-based languages as examples. It also relates these techniques to the practical problems of implementation of languages and algorithms on a von Neumann machine. There are several significant programming projects, programmed in a dialect of the LISP language.

Related Links:CS 61A Lecture 17: Object-Oriented Programming INAVTEQ Workshop: Introduction to Route Calculation Part 1CS 61B Lecture 8: Linked Lists IIThe Inverted PendulumCS 61B Lecture 25: Binary Search Trees
© Copyright 2008. All Rights Reserved.