Why Learn Scheme


  • Scheme is a part of the Lisp family of programming languages
  • There are several implementations of Scheme, choose one appropriate for your needs

Variables and Procedures


  • Scheme implementations may differ in exact functionality offered

Conditionals and Predicates


  • Program flow can be controlled by evaluating statements and checking conditions