Bill White:
I must admit, scheme leaves me somewhat cold. I once wrote a prototype
of the symbol table for an Ada compiler in scheme, and I grew to dread
it as a tool. It turns out to be hard to program without global variables.
Scheme has global variables.