David Douthitt wrote: > > One of the biggest differences between the two is scoping: if I > remember my terms right, one uses lexical scoping by default and one > uses dynamic scoping. Lexical scoping is the default in both Common Lisp and Scheme. Paul