Common Sources of (Scheme) Errors
Typographical errors (misspellings)
Syntax errors (parens)
Errors inside a module (procedure or algorithm)
Errors connecting modules together (program structure)
Jim Miller