Introduction to Functional Programming and Scheme
Note:
Some of the following material comes from Ben-Ari Chapter 16 on Functional Programming. However, that chapter focuses on the ML language, and I wish to focus on Scheme. Most of the material on this page comes from the Dybvig text on ANSI Scheme, Chapter 1.
Introduction
Some language characteristics
Scheme Lexemes
Scheme Syntax
Some Procedure Naming Conventions