Subject: Re: EVAL Implementations
From: Erik Naggum <erik@naggum.no>
Date: 1996/08/18
Newsgroups: comp.lang.lisp
Message-ID: <3049395203874246@arcana.naggum.no>


Robert Munyer says that `setq' at top-level establishes a global variable
without making it special.  there is really no such thing.  a variable is
either lexical or it is not.  the "not lexical" in Common Lisp is
"special".  for more information on the environments in Common Lisp, see
the Common Lisp Hyperspec at Harlequin, Inc, section 3.1.1 Introduction to
Environments.

    http://www.harlequin.com/books/HyperSpec/Body/sec_3-1-1.html

#\Erik