Subject: Re: Avoiding unintentional variable capture From: Erik Naggum <erik@naggum.no> Date: 1999/09/27 Newsgroups: comp.lang.lisp Message-ID: <3147423680626348@naggum.no> * Erik Naggum | as I understand this, Scheme cannot generate symbols on the fly in code | in the first place, since the language is not defined in terms of sexprs... * Rob Warnock | [ example of generating symbols, but not on IN CODE elided ] so how do you construct an expression that binds a value to a symbol thus generated in its lexical scope? #:Erik