Вопрос из irc:
> In a lexically scoped file, (let ((bar 2)) (defun foo () [uses bar] )) (defvar bar) - that is, bar is declared special after the dufen. In this case, is bar treated as lexically scoped in foo?
Я так понимаю, в интерпретируемом коде нет, а в компилированном да?