CS44 W00: Lecture 8

Topics:

  1. Introduction to Scheme

Introduction to Scheme

  1. A dialect of Lisp
  2. s-expressions, symbolic atoms, lists, prefix notation
  3. Interpreter: read-eval-print loop
  4. function "define"
  5. evaluation of expressions and control over it (quote)
  6. conditional expressions and predicates
  7. predicates
  8. lists as recursive structures


Please check the book "Structure and Implementation of Computer Programs" by Abelson and Sussman and the online User's guide and Programmer's Guide.


Switch to:


vasilis@cs.dartmouth.edu